I recently trained an acoustic model for a small subset of the arabic language (1300 words approximately).
The training passed in CONTINUOUS and PTM modes and I am now manually testing with the pocketsphinx_continuous command to check if the results are OK.
The problem is that I first tried with the CONTINUOUS model and I have no recognized words from the output. Only infos that I cannot clearly understand.
I searched for same problems in the forum and it was mostly due to a wrong audio file format but I checked my audio file and it is the right format (16 khz, 16 bit signed integer PCM).
Could you please have a look and tell me if there is a problem?
Hi,
I recently trained an acoustic model for a small subset of the arabic language (1300 words approximately).
The training passed in CONTINUOUS and PTM modes and I am now manually testing with the pocketsphinx_continuous command to check if the results are OK.
The problem is that I first tried with the CONTINUOUS model and I have no recognized words from the output. Only infos that I cannot clearly understand.
I searched for same problems in the forum and it was mostly due to a wrong audio file format but I checked my audio file and it is the right format (16 khz, 16 bit signed integer PCM).
Could you please have a look and tell me if there is a problem?
Thanks a lot for your help,
Here is the command I ran:
Here is the result:
It looks ok. It should recognize accurately after first utterance. You can add a line
to
model/feat.params
to get more accurate recognition of the first utterance.I did not know that it is not recognizing the first utterance.
I will try to add the line and get back to you with the result.
Thanks a lot for your help,
after adding the line it gives me the result for hte first utterance.
The first utterance is correct for the continuous model and the first word only is wrong for the ptm model.
Thats very good. I will try some more utterances before going to Android.
Thanks for your help and reactivity.