Views
No views yet
.onnx and .onnx.json config)metadata.csv file, ensuring precise alignment during the 22 epochs of training.eu-antton-medium.onnx: The exported model for fast inference.eu-antton-medium.onnx.json: The configuration file (includes phoneme map and synthesis settings).epoch=22-step=258750.ckpt: The PyTorch Lightning checkpoint from the 22nd iteration (useful for further training/fine-tuning).1echo "Kaixo, hau Antton da, Piper motorra erabiliz euskaraz hitz egiten." | \
2 ./piper --model eu-antton-medium.onnx --output_file output.wav1from piper.voice import PiperVoice
2
3voice = PiperVoice.load("eu-antton-medium.onnx", "eu-antton-medium.onnx.json")
4with open("output.wav", "wb") as f:
5 voice.synthesize_wav("Gaur egun eguzkitsua dugu.", f)Maider & Antton: Developed by HiTZ with funding from Project ILENIA.
License: Public Creative Commons Attribution 4.0 (for the voice resource) and Apache License 2.0 (for the code/model).