Breton TTS
A ONNX multi-speaker Vits Text-to-Speech model, trained on Ofis Publik Ar Brezhoneg data.
Installation
Install sherpa-onnx Python module for inference:
$ pip install sherpa-onnx
Download files model.onnx and tokens.txt from this repository.
Inference
$ sherpa-onnx-offline-tts --vits-model=model.onnx --vits-tokens=tokens.txt --sid=0 --output-filename="output.wav" "Demat d'an holl !"
Use --sid=0 for Aziliz voice and --sid=1 for Per/Paol voice.
Acknowledgment
Stephen Russell and the Language Technologies department, Bangor University