Speech Recognition in Tizen with React

149 Views Asked by At

I'm trying to do a simple Voice to Text conversion on a React App, that will be running on a Tizen Device.

Samsung informed me that these Tizen devices do not support window.SpeechRecognition.

They have a Speech Synthesizer that could be used for TTS but since Speech Recognition is not directly supported, I don't think I can use something like Artyom.js.

Is there any JS Library I could use in this instance?

0

There are 0 best solutions below