alphacep / vosk-asterisk

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

Send eof on destroy #48

Closed chrsmj closed 5 months ago

chrsmj commented 5 months ago

The websocket can be closed more elegantly. Sending 'eof' to Vosk seems to be the current polite way to do it (per asr_server.py)