So far I've used the default android acoustic model but now I want to support english. Do I need to build it or can I just copy the folder into the hmm directory?
Last edit: kyle 2014-06-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So far I've used the default android acoustic model but now I want to support english. Do I need to build it or can I just copy the folder into the hmm directory?
Last edit: kyle 2014-06-25
You can just place the folder in assets/sync.
And thats the entire voxforge-es-0.1.1 folder rather than only one of its subfolders? Thank you so much. I'm new to this.
Only the subfolder with acoustic model with files mdef, feat.params, means, variances.
Beside that you need to put into Assets the phonetic dictionary from etc and a language model or a grammar you are going to use for decoding.