-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get variable from extensions.conf #26
Comments
|
Something like this, yes. You'd better pass arguments as parameters to the engine, not through variable. You can substitute variable in parameters in speech command if you need them. |
Can you please give me SOME examples? |
You'd better describe what you want to implement overall, why do you need to change config. |
I added max_speech_timeout & complete_timeout to asr_server.py. (vosk-server)
and send config with ast_websocket_write_string
how to obtain VOSK_CONFIG (extensions.conf) on res_speech_vosk.c
|
I want to set a different timeout for each input. For example,
|
Hello @Natphitchayuk |
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.
The text was updated successfully, but these errors were encountered: