- Impliment /voice to change voice on account - Fix migrations (kind of)
17 lines
322 B
JSON
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 -"
|
|
}
|
|
] |