-
Notifications
You must be signed in to change notification settings - Fork 85
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
8 Khz Acoustic Model with Ivector #27
Comments
As far I know kaldi is not 8khz friendly and recommendation is always to do 8->16Khz transformation before decoding. If you want to work with 8Khz you have to ask this question to kaldi maintainers. Or maybe going through switchboard decoding scripts and figure out what do they do. |
You just have to set the parameters correctly in |
I believe the two locations are in |
Thank you very much, Michel. I will try with these modifications and report the results in this place. |
I have built an acoustic model for NNET3 of 8 Khz with ivectors ( similar configuration to Switchboard). I'm trying it with asr-server. I made some changes (for example, #def AUDIO_FREQUENCY = 8000) in all the places of the code where 16 Khz appears. The system runs without errors but the results is "" with sentences of 8 kHz, 16 bit raw when in Kaldi decoder the result is correct. I would like to know if I should make more modifications to be able to run my model. I have seen that the api.ai model does not have ivectors. Thanks in advance.
The text was updated successfully, but these errors were encountered: