From 5bd9ac90a8f95d0bd81bda66dde78e4c743dc81b Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sun, 15 Nov 2015 18:00:17 -0800 Subject: text2speech scripts --- text2speech/t2s-twitch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 text2speech/t2s-twitch.sh (limited to 'text2speech/t2s-twitch.sh') diff --git a/text2speech/t2s-twitch.sh b/text2speech/t2s-twitch.sh new file mode 100644 index 0000000..a1ca55d --- /dev/null +++ b/text2speech/t2s-twitch.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +tail -n 100 ~/irclogs/twitch/$( cat ~/.config/twitch/channel ) | perl -ne '$| = 1; print if s/.+<.(.+?)> /\1 /' | cscript -s "c:/cygwin64/home/user/src/jampal-02.01.06/jampal/src/pgbennett/speech/ptts.vbs" -- cgit v1.2.3