tijo95 / piper_tts

Synthèses vocale piper oobabooga
10 stars 2 forks source link

Consider using python-piper instead of the platform-specific binaries #7

Open Martin-Laclaustra opened 8 months ago

Martin-Laclaustra commented 8 months ago

Piper can be instaled/used with:

pip install piper-tts

This could make installation easier adding a requirements.txt file, which would be platform-independent and similar to other extensions. The line that defines the executable should change accordingly: https://github.com/tijo95/piper_tts/blob/c22c6b130923efb2fd817decf015f99b76b1d8a7/script.py#L15

Some tests would be needed to assess whether performance is impacted and whether it works in all platforms.

I will not be advancing this issue soon, thus contributions are welcome.