View Single Post
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#42
I compiled esound

http://penguinbait.com/esd.tgz

This will give you esdplay but it does not good as I can see


Install esdplay, which is part of the esound-clients package:

*

sudo apt-get install esound-clients

You need to configure festival so that it sends its output through ESD. Otherwise, you will get a can't open /dev/dsp error when you try to run Festival.

1.
edit
/home/user/festival/lib/festival.scm in a Terminal.
2.

Add the following lines at the end of the file:

*

(Parameter.set 'Audio_Command "/usr/local/bin/esdplay $FILE")
(Parameter.set 'Audio_Method 'Audio_Command)
(Parameter.set 'Audio_Required_Format 'snd)

3.

Save the file.



It works
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.

Last edited by penguinbait; 2008-06-07 at 03:04.
 

The Following User Says Thank You to penguinbait For This Useful Post: