node-pocketsphinx
node-pocketsphinx copied to clipboard
Option nfft doesn't get transferred properly
Hi,
Setting or assuming the default nftt value doesn't transfer. The console prints this as the current configuration whereas 2048 is provided;
-nfft 512 512
Trying to load the Dutch voxforge thus results in the following error;
INFO: acmod.c(246): Parsed model-specific feature parameters from /Users/martijn/source/pennyworth/dutch/model_parameters/sl_speech_dutch.cd_cont_1000/feat.params ERROR: "fe_interface.c", line 109: FFT: Number of points must be greater or equal to frame size (1128 samples)
I tried changing and removing the nfft from the feat.params but no luck there either.