Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the acoustic model, the languaje model, and languaje dictionary? #62

Open
Shinehah-Gnolaum opened this issue Jun 27, 2019 · 1 comment

Comments

@Shinehah-Gnolaum
Copy link

At this example Processing an Audio File, the code says:

let hmm = ...   // Path to the acustic model
let lm = ...    // Path to the languaje model
let dict = ...  // Path to the languaje dictionary

What files should those paths lead to? What are their extensions?

I think I figured out that the language dictionary is Carthage/Checkouts/TLSphinx/Sphinx/share/pocketsphinx/model/en-us/cmudict-en-us.dict and the language model is Carthage/Checkouts/TLSphinx/Sphinx/share/pocketsphinx/model/en-us/basic-lm/6844.lm.

Are those correct?

@Shinehah-Gnolaum
Copy link
Author

I think I also figured out what the hmm value is supposed to hold -- a folder containing files, including "mdef", etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant