This repository contains Piper models for the
Lopatnov.Translate service.
These files are mirrors of the original models from the
rhasspy/piper-voices repository.
1{
2 "Models": {
3 "piper-en-US": {
4 "Type": "Piper",
5 "Path": "../../models/text-to-audio/piper-voices/en_US/en_US-joe-medium.onnx"
6 },
7 "piper-uk-Oleksa": {
8 "Type": "Piper",
9 "Path": "../../models/text-to-audio/piper-voices/uk_Oleksa/uk_UA-oleksa-high.onnx",
10 "ExecutionProvider": "cpu"
11 }
12 },
13 "Translation": {
14 "TextToAudio": {
15 "en": "piper-en-US", // ISO 639-1 code → model key
16 "uk": "piper-uk-Oleksa"
17 }
18 }
19}
For advanced configuration options, visit the
Official Documentation.