Init NeatSpeech: Error: flite_hts_engine: specify models(trees) for each para…

Home Forums OpenEars Init NeatSpeech: Error: flite_hts_engine: specify models(trees) for each para…

Viewing 4 posts - 1 through 4 (of 4 total)

  • Author
    Posts
  • #1015431
    Geri
    Participant

    Error: flite_hts_engine: specify models(trees) for each parameter.

    Exactly.
    I’m planning to convince the guys here to purchase NeatSpeech, but I cannot try it out in my own implementation, and go along with protoyping.

    My code plays FliteVoices well, then I switch to NeatSpeech, allocating one of the Voices, thats fine, but initializing makes my app exit(0); I cannot even @catch it.

    Since the code has nothing concrete yet beyond the actual testbed, I’m happy to share at: https://www.dropbox.com/sh/nnnr82rsuwq2h1e/l0KKNb94tt/Speech

    If one of you support guys could take a look on it, see it crashing, fix, then send it back to me, or a tiny answer here, we’d really appreciate.

    #1015434
    Halle Winkler
    Politepix

    Welcome,

    This is happening because you dragged in the voice frameworks, but you didn’t drag in the folder called VoiceData that is also in the demo disk image. So the frameworks are added to your project but the actual voice data is not (those are the models that it is complaining about not having). I can work on returning a more informative error under this circumstance.

    When you drag in the VoiceData folder from the disk image, make sure that in the add dialog “Create groups for any added folders” is selected and NOT “Create folder references for any added folders” so that the VoiceData folder models are added at the right location in your bundle, and clean your project before rebuilding to reduce the likelihood of Xcode being spooky. Let me know if that helps.

    #1015437
    Geri
    Participant

    Thanks. Lovely support. The voice quality has not improved so much, by the way :/

    #1015438
    Halle Winkler
    Politepix

    Glad it’s working for you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.