We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb83b6e commit d7bbf11Copy full SHA for d7bbf11
piper.fish
@@ -1,3 +1,4 @@
1
-function piper
2
- natrix -m piper -m en_US-lessac-medium --output-raw 2>/dev/null | aplay -r 22050 -f S16_LE -t raw - 2>/dev/null
+function piper -a lang
+ test -n "$lang" || set lang en_US-lessac-high
3
+ natrix -m piper -m "$lang" --output-raw 2>/dev/null | aplay -r 22050 -f S16_LE -t raw - 2>/dev/null
4
end
0 commit comments