Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-02-2006, 02:49 AM
|
#1
|
LQ Newbie
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10
Rep:
|
Festival or other Speech Synthesis
Does anyone use a program called "Festival" (see Centre for Speech Technology Research at the University of Edinburgh) as a screen reader? It does text-to-speech very well and works with most sound card.
I'd like to use it to make a linux box that speaks, so he can stick to the command line and use the internet. He's currently stuck in W98 with JAWS, which finds the Internet and GUI's quite inhospitable.
I understand that it can be used in server mode with applications as clients, reading the text of anything, translating it into speech and out the sound card.
Any ideas?
|
|
|
02-04-2006, 05:25 AM
|
#2
|
Member
Registered: Jun 2004
Location: israel
Distribution: When I started here: mandrake, MEPIS and menny live-cds Now: Ubuntu mostly
Posts: 72
Rep:
|
i personally really like the idea of speech synthesis.. when i hear a document i remember it much better.
i found that speech synthesis in Linux is a little problematic. festival is very strong on commands, but i can't understand what it says, it sounds like a child that doesn't know yes where to breath in a sentence.
i do know of people that have to use festival, because they have no other choice, you can visit speak up at: http://www.linux-speakup.org/
this is a project made, as they say in the site, by a bunch of blind people that like to mess around with Linux. but i personally never made contact with them.
another direction i thought towards is KDE, finally on version 3.5 the KTTD (text to speech daemon) started working out of the box, and kaysayit might be a widely used tool.
that is my experience with festival
|
|
|
03-04-2006, 06:29 PM
|
#3
|
Member
Registered: Jun 2003
Location: Venice Italy
Distribution: Slackware 12.0 kernel 2.6.21.5
Posts: 284
Rep:
|
I just installed Festival on my Slackware 10.2, but the voice is bad, metallic and it remembers me an old Commodore 64 speech synthesis program.
Is it possible to obtain better results?
|
|
|
03-04-2006, 10:33 PM
|
#4
|
LQ Newbie
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10
Original Poster
Rep:
|
Well, I can't say, Harp00. I'm just a novice at it myself. Hopefully, others more experienced will reply to your post.
|
|
|
03-06-2006, 06:41 AM
|
#5
|
Member
Registered: Jun 2004
Location: israel
Distribution: When I started here: mandrake, MEPIS and menny live-cds Now: Ubuntu mostly
Posts: 72
Rep:
|
i had a little progress.
festival lite seems to have better result than the full festival package. (ie flite)
its not as good as systems like readplease (i find that the be the best reader i have seen out there). but its pretty functinal.
i think we we really miss in linux is a speech program tha highlights the text as it reads it.
|
|
|
03-06-2006, 09:55 PM
|
#6
|
LQ Newbie
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10
Original Poster
Rep:
|
I want to compare Festival (on Linux) to JAWS for Windows. You probably know that JAWS turns on with Windows and speaks everything (almost) on the focus screens. No cut and paste that totally blind people can't do.
Can Festival, or Festival Lite, be made to perform like that? ...could it if companion utilities helped it?
|
|
|
03-07-2006, 01:29 AM
|
#7
|
LQ Newbie
Registered: May 2005
Location: USA
Posts: 19
Rep:
|
You might try yasr
|
|
|
03-07-2006, 01:30 AM
|
#8
|
LQ Newbie
Registered: May 2005
Location: USA
Posts: 19
Rep:
|
opps.... here is the url:
http://yasr.sourceforge.net/
I haven't used it, but I have used festival.
Another interesting project is
http://oralux.org/
Festival and Lynx can be made to work together.... a quick bashscript that I wrote.
Code:
#/!bin/bash
# Visit specific url with lynx and have festival read it back.
# Works best with pages that are text only, without hyperlinks.
# NOTE: Could create menu system and use sed/awk/grep to clean up pages before reading
# and allow for the script to loop.
#
# Very basic bash script that combines the use of lynx and festival
#
#
echo "Please enter a url to visit" > enterurlmsg.txt
festival --tts enterurlmsg.txt
read -p "Please enter a url to visit" urltovisit;
lynx -dump $urltovisit > urltemp.txt
festival --tts urltemp.txt
# Remove temp files
rm urltemp.txt
rm enterurlmsg.txt
exit
an interesting link for festival users... http://leb.net/pub/blinux/doc/blinux/my-tts-linux.txt
|
|
|
03-08-2006, 09:55 PM
|
#9
|
LQ Newbie
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10
Original Poster
Rep:
|
Great info on programs and sites! Thanks very much.
|
|
|
03-08-2006, 10:35 PM
|
#10
|
LQ Newbie
Registered: May 2005
Location: USA
Posts: 19
Rep:
|
Glad I could help 
|
|
|
All times are GMT -5. The time now is 06:17 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|