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: Add horse power. #47

Open chrsmj opened 7 months ago

chrsmj commented 7 months ago

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 for further discussion and links to additional required patches.

Resolves: #8, #35

nshmyrev commented 7 months ago

Thank for your pull request!

I mentioned that in Asterisk issue. I think we'd better control that in grammar field instead.

nshmyrev commented 7 months ago

We also have earlier patch https://github.com/alphacep/vosk-asterisk/pull/8 on the same topic

chrsmj commented 6 months ago

Thank you for the feedback. A separate grammar patch is forthcoming.