Is it possible to use the synthesised speech from Web Speech API as a SourceNode
inside Web Audio API's audio context?
相关问题
- How can I get female voice by Web Speech API in Go
- How to change voice in Speech Synthesis?
- Start running SpeechSynthesis API on my Android an
- C# system.speech.recognition alternates
- FreeTTS - java.lang.ClassNotFoundException: javax.
相关文章
- Emotion detection in speech
- Speech recognition without Google dialog boxes
- Matlab: Finding dominant frequencies in a frame of
- Android: How to detect when a user stops talking i
- Google Cloud Text-to-speech word timestamps
- Why does a SpeechSynthesisUtterance sometimes not
- Open source code for voice detection and discrimin
- SpeechSynthesis API onend callback not working
You can use Google's Web Speech API, you record the sound on your local machine and it is send to an external server, you can control some variants like when to stop or start the recognition and some other things. For more information here's a link:
http://updates.html5rocks.com/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API
I actually asked about adding this on the Web Speech mailing list, and was basically told "no". To be fair to people on that mailing list, I was unable to think of more than one or two specific use cases when prompted.
So unless they've changed something in the past month or so, it sounds like this isn't a planned feature.