Hey everyone.
Pocket TTS finally released their multilingual model.
It support 6 language English, French, Spanish, German, Italian, Portuguese.
And each language is separated model.
I'm making modification for the onnx exporter to support multilingual version.
It based on KevinAHM onnx exporter and VolgaGerm Pocket TTS cpp optimization.
It also selective quantized the nodes to int8 for much faster and stable generation.
My initial benchmark with int8 model:
AMD Ryzen 9 7950X: latency around 30ms, generation speed up to 13x realtime.
Helio G99: latency around 100ms, generation speed 2.5x realtime.
Here is the exporter script : Pocket TTS ONNX
And I have sample runner in unity engine : Pocket TTS Unity
If you want easy way to test it, I already have Android version available.
[link] [comments]

