Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTS/STT Use cases #43

Closed
guest271314 opened this issue Oct 6, 2019 · 0 comments
Closed

TTS/STT Use cases #43

guest271314 opened this issue Oct 6, 2019 · 0 comments

Comments

@guest271314
Copy link

guest271314 commented Oct 6, 2019

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, 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

  • Local STT processing
  • File input
  • File output

Current workarounds

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant