vosk-asterisk icon indicating copy to clipboard operation
vosk-asterisk copied to clipboard

Speech Recognition in Asterisk with Vosk Server

Results 19 vosk-asterisk issues
Sort by recently updated
recently updated
newest added

I'm trying to make DISA accept a phone number to call by speaking the digits instead of using the keypad. Being very new to both asterisk and vosk, I can't...

Is there anyway to control how long after the last word is spoken before Vosk closes the session? I am using the Python implementation and would like to limit how...

Recognition is suspended 15 seconds after the start of work. same => n,SpeechBackground(Speech,10) The timeout option does not affect performance. I've tried setting to 5, 10, 40 and no value....

The read me jumps from getting asterisk to building vosk-asterisk and you never actually put the files in the correct places? It is a little confusing.

in extensions.conf same = n,Set(SPEECH_ENGINE(VOSK_CONFIG)={"config" : {""}} how to get VOSK_CONFIG in res_speech_vosk.c I have tried to use ast_variable_retrieve but it has not worked for me.

but whit this microphone, hardware and without asterisk only on vosk-api server websocket mic work more good then with asterisk. I think my asterisk channel codec or comfort noise generation...

res-speech-vosk don't load properly on Asterisk 13. It uses a function (ast_websocket_wait_for_input) and indirectly a class (iostream) that it's only available on Asterisk 16 and Asterisk 17. Is there any...

Theres a way to use the res_speech_vosk.so in FreePbx? i tried to compile but is not working

Sometimes vosk_speech->offset has very high values causing writes out of the vosk_speech->buf.

I has been added support for load and select for the different language models per server. Of course it will be the one server with multiple models, but in the...