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 7e16f43 commit fca924eCopy full SHA for fca924e
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.20190922
2
+
3
+ Fixed pipe.
4
5
0.20190921
6
7
Fix #1 and #2: zcat -> gzip -dcf
README.md
@@ -1,5 +1,5 @@
RHVoiceBookReader
-0.20190921
# RHVoiceBookReader
VERSION
@@ -1 +1 @@
rhvoiceplay.sh
@@ -57,7 +57,7 @@ then
57
fi
58
59
trhvoice="RHVoice"
60
-[ ! "$(command -v $trhvoice)" ] && trhvoice="RHVoice-test -p $tspeaker"
+[ ! "$(command -v $trhvoice)" ] && trhvoice="RHVoice-test -p $tspeaker -o -"
61
tplay="aplay"
62
[ ! "$(command -v $tplay)" ] && tplay="play -q"
63
0 commit comments