Need help on how to convert text to speech in native language with low resource
1 Like
To use this model for your specific language .
- Prepare your dataset
- Preprocess text data (tokenization).
- Prepare audio data .
- Train the model
- Split your data into training and validation sets.
- Use model.fit() to train on your data.
For audio Data Preparation You can refer this documentation ,
Additionally You can also refer this documentation for more details ,
hope this helps .
Thank You .
1 Like