blob: 729384ab030137168c598f44ffb8a4f088f9b3de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Debug "1"
GenericPunctNone ""
GenericPunctSome "--punct=\"()[]{};:\""
GenericPunctMost "--punct=\"()[]{};:\""
GenericPunctAll "--punct"
GenericExecuteSynth "env DATA="\"$DATA\"" VOICE="\"$VOICE\"" /usr/bin/piper-dispatcher"
#GenericExecuteSynth "echo \'$DATA\' | piper-tts --model /usr/share/piper-voices/\'$VOICE\'.onnx -f - | pw-play --rate 22050 --channel-map LE - "
GenericCmdDependency "piper-tts"
GenericDefaultCharset "utf-8"
|