Kitt-AI / snowboy

Future versions with model training module will be maintained through a forked version here: https://github.com/seasalt-ai/snowboy
Other
3.03k stars 994 forks source link

Snowboy for telephony speech #364

Open Ashok-Rawat-Code opened 6 years ago

Ashok-Rawat-Code commented 6 years ago

Has anyone tried Snowboy with telephony speech (instead of using mic input) using any of the VoIP codecs like AMR-WB, EVS or OPUS? We are trying feeding decoded speech buffer to Snowboy and seeing ~50% drop in detection ratio v/s when using mic input directly (tried with universal model "alexa"). There may be some issue with our application code, trying to figure it out. Please share experience if someone has already tried it.

chenguoguo commented 6 years ago

The telephone channel is using 8k sampling rate, and the model we provided were for 16k sampled audio. So yes it won't work well.