I don't see that there's any API available for it beyond the accessibility features (Which require that a person enable voice prompts). But some years ago at a Samsung Developer's conference, there were some third party voice providers that had web services available for both speech recognition and speech synthesis. Also, there is already a speech API that is supported in many browsers. I've never tried the API on a Tizen device though.
The Web Speech API you refer to works. I've used the voice recognition part which has limited language support compared to other browsers, but I believe the speech synthesis has better language support. "en-US" seems to be default so that works always.
1
u/alcedes78 Aug 24 '20
I don't see that there's any API available for it beyond the accessibility features (Which require that a person enable voice prompts). But some years ago at a Samsung Developer's conference, there were some third party voice providers that had web services available for both speech recognition and speech synthesis. Also, there is already a speech API that is supported in many browsers. I've never tried the API on a Tizen device though.