-
Notifications
You must be signed in to change notification settings - Fork 39
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
Added multiple server, each for separate language model support #8
base: master
Are you sure you want to change the base?
Conversation
…connection checking
Thank you for the patch. Looks great, I would design it a bit differently though:
There are minor things like spaces in the code and removed last commit change to reduce wait time, but design is the major one. |
I have applyed patch to the my code tree, need's to modify ASR server to accepts and processing grammar. Also it need's patch to the app_speech_utils.c and speech.h header file to the all real cases recognition supporting. This patch will be included later. |
diff -u app_speech_utils.c ./asterisk-certified-16.8-cert3/apps/app_speech_utils.c
diff -u speech.h ./asterisk-certified-16.8-cert3/include/asterisk/speech.h
|
Allows multiple horses (URLs) for semi-concurrent processing. These horses could be multiple language models racing against each other. Requires additional patches to Asterisk. See [Asterisk #593](asterisk/asterisk#593) for further discussion and links to additional required patches. Resolves: alphacep#8, alphacep#35
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 real case each model may work on the different server or the different docker container.