[Cialug] something like OSX /usr/bin/say on linux?

Major Stubble major.stubble at gmail.com
Thu Feb 28 11:54:56 CST 2008


Like:

cat <<END_OF_SCRIPT > /usr/local/bin/say
#!$(which sh)

echo \${1} | $(which festival) --tts
END_OF_SCRIPT

On Feb 28, 2008, at 11:41 AM, Eric Junker wrote:

> Nathan Stien wrote:
>> I messed around with Festival for a little bit, but I couldn't find
>> something so simple and turn-key as the OSX program.
>
> You can do stuff like this:
>
> echo "Hello world" | festival --tts
>
> And like Josh said you could write a wrapper script for this to make  
> it easier.
>
> Eric
>
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug



More information about the Cialug mailing list