VoxForge
Hello ,
I am trying to use pocketsphinx-0.7 and the voxforge-es-0.1.1 and I get the next error :
ERROR: "fe_interface.c", line 101: FFT: Number of points must be greater or equal to frame size (409 samples)
The command I am using is :
pocketsphinx_continuous -hmm voxforge-es-0.1/model_parameters/voxforge_es_sphinx.cd_cont_1500 -lm /home/gusa/Escritorio/reconocedor_voz/sphinx4-1.0beta6-bin/voxforge-es-0.1.1/etc/voxforge_es_sphinx.transcription.lm -dict /home/gusa/Escritorio/reconocedor_voz/sphinx4-1.0beta6-bin/voxforge-es-0.1.1/etc/voxforge_es_sphinx.dic -live
Could you suggest what can I do?
Regards
Gusa
>ERROR: "fe_interface.c", line 101: FFT: Number of points must be greater
>or equal to frame size (409 samples)
Best to ask on one of the Sphinx forum
I resolved that issue using the parameter: -mftt=512 after that works. but I am not sure if that is the right solution.
In your case you shall use then:
pocketsphinx_continuous -mftt=512 -hmm voxforge-es-0.1/model_parameters/voxforge_es_sphinx.cd_cont_1500 -lm /home/gusa/Escritorio/reconocedor_voz/sphinx4-1.0beta6-bin/voxforge-es-0.1.1/etc/voxforge_es_sphinx.transcription.lm -dict /home/gusa/Escritorio/reconocedor_voz/sphinx4-1.0beta6-bin/voxforge-es-0.1.1/etc/voxforge_es_sphinx.dic
Regards,
Mariano.-