I'm training acoustic models using a DB with 44100 sample rate. At first, I put in the config file a 16000 srate and I got a 65% accuracy, but now I changed to 44100 srate and I'm getting this error:
ERROR: "fe_interface.c", line 105: FFT: Number of points must be greater or equal to frame size (1130 samples)
I want to know what is the correcct configuration for the 44100 srate spanish database that I'm using?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm training acoustic models using a DB with 44100 sample rate. At first, I put in the config file a 16000 srate and I got a 65% accuracy, but now I changed to 44100 srate and I'm getting this error:
ERROR: "fe_interface.c", line 105: FFT: Number of points must be greater or equal to frame size (1130 samples)
I want to know what is the correcct configuration for the 44100 srate spanish database that I'm using?
Thanks
You need to resample audio to 16khz with sox before training.