SpeechToText-WebSockets-Javascript
SpeechToText-WebSockets-Javascript copied to clipboard
Client end of speech detection
I had about the documentation.
Specifically, client end of speech detection that states: “To signal end-of-speech, client applications [can] send an audio chunk message with a zero-length body”. I see a sendAudio method in the Recognizer class, but it’s private. Do you have an example of how to do this?