From c72ce02c0db6672cd8109c67d1b3a52f07def02e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 20 May 2021 01:46:59 +0200 Subject: Silent output --- greentext-voice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greentext-voice.sh b/greentext-voice.sh index 690088f..1394624 100755 --- a/greentext-voice.sh +++ b/greentext-voice.sh @@ -2,4 +2,4 @@ text=$(echo "$*" | sed 's// greater than /g') checksum=$(echo -n "415${text}1mp35883747uetivb9tb8108wfj" | md5sum | cut -d' ' -f1) -curl "https://cache.oddcast.com/tts/gen.php" -d EID=4 -d LID=1 -d VID=5 -d "TXT=$text" -d IS_UTF8=1 -d EXT=mp3 -d FNAME= -d ACC=5883747 -d API= -d SESSION= -d "CS=$checksum" -d cache_flag=3 | ffplay -nodisp -autoexit - +curl -s "https://cache.oddcast.com/tts/gen.php" -d EID=4 -d LID=1 -d VID=5 -d "TXT=$text" -d IS_UTF8=1 -d EXT=mp3 -d FNAME= -d ACC=5883747 -d API= -d SESSION= -d "CS=$checksum" -d cache_flag=3 | ffplay -loglevel fatal -nodisp -autoexit - -- cgit v1.2.3