Menu

/Assets/sync/en-us' does not contain acoustic model definition 'mdef'

Help
Hans Jamse
2017-07-26
2017-07-26
  • Hans Jamse

    Hans Jamse - 2017-07-26

    Im using the following commands to implement my dictionary and my hmm:

            c.SetString("-dict", "Resources/Assets/sync/keyphrase.dict");
            c.SetString("-hmm", "Resources/Assets/sync/en-us");
    

    It cant find the mdef file, but the mdef file is in the hmm folder. I tried the following already:

            c.SetString("-mdef", "Resources/Assets/sync/en-us/mdef");
    

    Didn´t work either, it just keeps crashing.

    Thanks in advance.

     
    • Nickolay V. Shmyrev

      Time to learn more about file paths and relative paths.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.