Yapaz
Junior Member
- Apr 16, 2011
- 126
- 55
Hey everyone,
I’m working on a project aimed at generating text and converting it into speech for languages that are not commonly supported by most TTS tools (basically, anything outside English, Spanish, French, etc.).
The concept is simple: I generate text content based on a given theme or input (this part works fine with GPT models). The challenge is converting that generated text into audio — in a specific less-common language.
Here’s what I’ve tried so far:
- Train or fine-tune a TTS model on my own dataset (for a less-supported language)
- Clone a specific voice or at least get good quality TTS output
- Run this on Colab or locally (preferably Python-based solutions)
If anyone has experience with multilingual TTS, voice cloning, or non-standard language models — I’d love to hear your recommendations or workflows that worked for you.
I’m working on a project aimed at generating text and converting it into speech for languages that are not commonly supported by most TTS tools (basically, anything outside English, Spanish, French, etc.).
The concept is simple: I generate text content based on a given theme or input (this part works fine with GPT models). The challenge is converting that generated text into audio — in a specific less-common language.
Here’s what I’ve tried so far:
- Coqui TTS:Tried multiple versions (0.22.0, 0.9.0, etc.). Ran into constant issues like:
- No module named 'TTS.tts.train'
- No module named 'TTS.trainer'
- Missing or deprecated training modules
- gTTS (Google Text-to-Speech): Limited language support and the audio output quality isn’t good enough for this use case
- Voice cloning attempts: Faced compatibility issues, lack of documentation, or outdated repos when trying to build or fine-tune models on my datase
- Train or fine-tune a TTS model on my own dataset (for a less-supported language)
- Clone a specific voice or at least get good quality TTS output
- Run this on Colab or locally (preferably Python-based solutions)
If anyone has experience with multilingual TTS, voice cloning, or non-standard language models — I’d love to hear your recommendations or workflows that worked for you.