NetArtRadio

From XPUB & Lens-Based wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#!/bin/sh
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