Skip to content

Commit

Permalink
Another attempt at making sound playing play nice with pulse.
Browse files Browse the repository at this point in the history
  • Loading branch information
stormdragon2976 committed Jul 6, 2018
1 parent 3fe5dd8 commit dbb7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/talking-clock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ if [ "$speakTime" == "true" ] ; then
"gama_tts")
gama_tts_wav="$(mktemp --suffix gama_talking_clock.wav)"
echo "$timeString" | gama_tts tts "${gama_tts_path:-/usr/local/share/gama_tts/data/english/vtm5}" $gama_tts_wav &> /dev/null
XDG_RUNTIME_DIR=/run/user/$UID $soundCommand $gama_tts_wav
eval "$soundCommand $gama_tts_wav"
rm $gama_tts_wav
;;
"googletts")
Expand Down

0 comments on commit dbb7c81

Please sign in to comment.