You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the Web Speech API does provide basic capability to communicate with the local speech dispatcher socket speechd some functionality is not available, including
SSML input
File input
File output
Speech-To-Text (STT)
Currently only Chrome, Chromium browsers implement STT. That functionality is based on recording the user voice (or other audio output) locally and sending that recording to a remote server, therefore, also some functionality is not available, including
Direct communication with one or more local TTS/STT applications and control of local audio input and output devices over HTTPS/WSS are the use cases descibed in this issue.
Can file a PR for this if necessary.
The text was updated successfully, but these errors were encountered:
Text-To-Speech (TTS)
While the Web Speech API does provide basic capability to communicate with the local speech dispatcher socket
speechd
some functionality is not available, includingSpeech-To-Text (STT)
Currently only Chrome, Chromium browsers implement STT. That functionality is based on recording the user voice (or other audio output) locally and sending that recording to a remote server, therefore, also some functionality is not available, including
Current workarounds
speechSynthesis.speak()
to get a file output)speechSynthesis.speak()
whereespeak
andespeak-ng
accept SSML input directly)TL;DR
Direct communication with one or more local TTS/STT applications and control of local audio input and output devices over HTTPS/WSS are the use cases descibed in this issue.
Can file a PR for this if necessary.
The text was updated successfully, but these errors were encountered: