aboutsummaryrefslogtreecommitdiff
path: root/say.sh
diff options
context:
space:
mode:
Diffstat (limited to 'say.sh')
-rwxr-xr-xsay.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/say.sh b/say.sh
new file mode 100755
index 0000000..87ef274
--- /dev/null
+++ b/say.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+./sam_player r out.wav "$@"
+oggenc --quiet -q3 -o out.ogg out.wav
+play -q out.ogg
+rm out.wav out.ogg
+