rendchevi / nix-tts

🐤 Nix-TTS: Lightweight and End-to-end Text-to-Speech via Module-wise Distillation
MIT License
233 stars 31 forks source link

Added segmentation - fixing long inputs #17

Open FosanzDev opened 12 months ago

FosanzDev commented 12 months ago

Long inputs caused the model to say things worse than usual. This implementation creates chunks of phrases that do not exceed the maximum length set.

If the phrase is longer, it is split into chunks of the maximum length and then concatenated together.