diff --git a/bin/edge-playback b/bin/edge-playback index 80ba06d..9ce36be 100755 --- a/bin/edge-playback +++ b/bin/edge-playback @@ -4,7 +4,7 @@ if [ "$1" == "stdin" ] then stdin=$(cat) shift 1 - edge-tts -f <(printf '%s' "$stdin") | mpv --keep-open=yes - + edge-tts -f <(printf '%s' "$stdin") "$@" | mpv --keep-open=yes - else edge-tts "$@" | mpv --keep-open=yes - fi diff --git a/setup.cfg b/setup.cfg index 40d5c6b..5285fab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = edge-tts -version = 1.1.2 +version = 1.1.3 author = rany author_email = ranygh@riseup.net description = Microsoft Edge's TTS