Coder Social home page Coder Social logo

Comments (5)

Yousseffakhry20 avatar Yousseffakhry20 commented on June 12, 2024 1

Sorry for the late reply.

It turned out it was an issue related to the website not being https yet as browsers by default block mic access and won't even ask the user to allow mic access due to the website not being secure.

But browsers see localhost as secure so that's the reason why it was working in development and not in production

from cognitive-services-speech-sdk-js.

glharper avatar glharper commented on June 12, 2024

@Yousseffakhry20 Thank you for using the Speech SDK, and writing this issue up. Would you be able to debug into your production app (or at least catch errors and log them) to give a better idea what the issue could be?

from cognitive-services-speech-sdk-js.

Yousseffakhry20 avatar Yousseffakhry20 commented on June 12, 2024

Ok I forgot to mention another detail, the Speech-To-Text method keeps waiting for speech with "Speak into your Microphone" text displayed but doesn't actually stop or timeout. Which leads to no actual error but at the same time it's not working or recognizing any speech.

Again this works fine in localhost but the above issue happens when deployed

from cognitive-services-speech-sdk-js.

glharper avatar glharper commented on June 12, 2024

@Yousseffakhry20 A couple of comments:

  • You seem to be referring to application code that you haven't shared. Is there a template or repo you're referencing that you believe we support?
  • If your application is working locally, but not in a different environment, the issue is probably environment configuration. Our Speech SDK code hasn't changed in the deployment process. Details about your production environment may be helpful, but to be of any assistance we'll need logs and actual error messages/codes from the Speech SDK.

You can turn on logging by adding:
sdk.Diagnostics.SetLoggingLevel(sdk.LogLevel.Debug); before SpeechRecognizer instantiation, and you should see console output from the SDK.

from cognitive-services-speech-sdk-js.

glharper avatar glharper commented on June 12, 2024

Closing this pending response from submitter.

from cognitive-services-speech-sdk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.