Missing phoneme_id_map

#1
by davidventura - opened

Hi
I tried to integrate this model onto my translator app, but the model only produces noise. In the config file ( https://huggingface.co/ezhilkumaran/piper-tamil/resolve/main/ta_IN-roja-medium.onnx.json ), the phoneme_id_map is empty.

Can you share the exact error logs? Also, how are you using the model? what framework? mobile/desktop app.
Any info you share may help resolve this issue.

I am using onnxruntime directly, maybe I misunderstood how to load this model. I am expecting the phoneme_id_map on the JSON file to be non-empty, if it'd work like other VITS models (see: https://github.com/DavidVentura/piper-rs/blob/main/src/piper.rs#L249 )

what about other piper tts models? do they all work for you?

Yes, all work (the multispeaker/mms have some issues with short utterances, but work fine on longer text)

Sign up or log in to comment