I'm working on a project where I'm using the French Acoustic Model. I am a bit confused on the files that I've found in the folder. For right now, I want to add configuration of the acoustic model to my project, substituting out the English. I've been looking through the Sphinx4 files and trying to figure it out. For example, what is the equivalent of "edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model"? And "edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader"?
It's pretty confusing to me because I'm pretty new to Java. Forgive me if this is obvious, but does anyone have any tips to how to configure using the French acoustic model? I read the readme file and I still don't really have a clue.
Anyway, thanks ahead of time.
Last edit: TJ 2015-12-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using model is simple, you do not need any model classes or modelloaders, you just put model files on filesystem or inside resources and then you specify path to them in configuration. That should do the trick.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm working on a project where I'm using the French Acoustic Model. I am a bit confused on the files that I've found in the folder. For right now, I want to add configuration of the acoustic model to my project, substituting out the English. I've been looking through the Sphinx4 files and trying to figure it out. For example, what is the equivalent of "edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model"? And "edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader"?
It's pretty confusing to me because I'm pretty new to Java. Forgive me if this is obvious, but does anyone have any tips to how to configure using the French acoustic model? I read the readme file and I still don't really have a clue.
Anyway, thanks ahead of time.
Last edit: TJ 2015-12-19
You need to get latest version and read latest tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4
Using model is simple, you do not need any model classes or modelloaders, you just put model files on filesystem or inside resources and then you specify path to them in configuration. That should do the trick.
So all I have to do is specify the folder when adding them to the configuration? Perfect.
Thanks for the help.
Last edit: TJ 2015-12-23