dialogflow / asr-server

FastCGI support for Kaldi ASR
Apache License 2.0
184 stars 86 forks source link

Real-time factor #45

Closed LqNoob closed 5 years ago

LqNoob commented 5 years ago

If considering real-time factor,How did you improve the recognition speed of "Decode"?

realill commented 5 years ago

If you are asking about what effect does real-time have. It is crucial to have for any interactive ASR system, You do not want user who made 10 seconds speech to wait 9 seconds for ASR system to process. You want results almost immediately as user stopped speaking.

LqNoob commented 5 years ago

Thank you for your reply. But what I want to ask is "How did you get the results immediately as user stopped speaking?".
How to improve the speed of recognition?