Giter Site home page Giter Site logo

Comments (2)

JamesBrill avatar JamesBrill commented on June 26, 2024

Hi @melounek The default Web Speech API only supports the transcription of one language at a time - hence, this is a global property. It also does not provide any kind of language detection. For something like that, you will need to use a different Speech Recognition service, one with some more advanced machine learning features under the hood. Alternatively, you could require that users manually specify which languages they want transcription in and switch between them when they finish speaking, for example.

I recently made a release of this library that supports polyfills. One such polyfill supports Azure Cognitive Services, which looks like it has some kind of language detection functionality. It may be possible that you can combine all these together to get the result you want. I'm not sure that polyfill exposes the language detection feature yet, so you may need to raise an issue or PR with them.

Hope that helps!

from react-speech-recognition.

melounek avatar melounek commented on June 26, 2024

Right, I didn't see it is the global property so I will have to figure out something else.

Thanks for the polyfill.
And just FYI: I didn't really find out how to work with the authorizationToken to avoid exposing subscriptionKey In neither your's, compulim's or azure's docs.

from react-speech-recognition.

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.