alarm-monitoring/tts.json
Christopher Cookman fdc05cd165
Changes
- Impliment /voice to change voice on account
- Fix migrations (kind of)
2024-10-29 07:51:23 -06:00

17 lines
322 B
JSON

[
{
"name": "Piper - Amy (Default)",
"value": "0",
"command": "piper -m /opt/alarm-monitoring/tts/en_US-amy-medium.onnx -f %s"
},
{
"name": "Flite - OG SecuriNet Voice",
"value": "1",
"command": "flite -o %s"
},
{
"name": "DECTalk Paul",
"value": "2",
"command": "/usr/bin/dectalk/say -fo %s -"
}
]