NetArtRadio
Revision as of 23:01, 23 June 2011 by Michael Murtaugh (talk | contribs)
#!/bin/bash
while true
do
curl -s http://www.bbc.co.uk/blogs/thereporters/willgompertz/2010/02/40_wild_birds_play_a_gibson_le.html | \
lynx -dump -nolist -stdin | \
dadadodo -c 20 - | \
espeak -s 120 -v mb-en1 --stdin | \
mbrola -e /usr/share/mbrola/voices/en1 - - | \
ices2 net-art-radio.xml
done