alphacep / vosk-asterisk

Speech Recognition in Asterisk with Vosk Server
GNU General Public License v2.0
102 stars 40 forks source link

res_speech_vosk.c: Send eof on SpeechDestroy(). #49

Closed chrsmj closed 4 months ago

chrsmj commented 4 months ago

Vosk server accepts eof to finalize and close out the websocket.

Resolves: #48

nshmyrev commented 4 months ago

Great, thank you!

nltd101 commented 3 months ago

Awesome, this really fixes my problem. thanks