LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 02-02-2006, 02:49 AM   #1
rschow
LQ Newbie
 
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10

Rep: Reputation: 0
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?
 
Old 02-04-2006, 05:25 AM   #2
guysoft
Member
 
Registered: Jun 2004
Location: israel
Distribution: When I started here: mandrake, MEPIS and menny live-cds Now: Ubuntu mostly
Posts: 72

Rep: Reputation: 16
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
 
Old 03-04-2006, 06:29 PM   #3
Harp00
Member
 
Registered: Jun 2003
Location: Venice Italy
Distribution: Slackware 12.0 kernel 2.6.21.5
Posts: 284

Rep: Reputation: 30
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?
 
Old 03-04-2006, 10:33 PM   #4
rschow
LQ Newbie
 
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10

Original Poster
Rep: Reputation: 0
Well, I can't say, Harp00. I'm just a novice at it myself. Hopefully, others more experienced will reply to your post.
 
Old 03-06-2006, 06:41 AM   #5
guysoft
Member
 
Registered: Jun 2004
Location: israel
Distribution: When I started here: mandrake, MEPIS and menny live-cds Now: Ubuntu mostly
Posts: 72

Rep: Reputation: 16
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.
 
Old 03-06-2006, 09:55 PM   #6
rschow
LQ Newbie
 
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10

Original Poster
Rep: Reputation: 0
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?
 
Old 03-07-2006, 01:29 AM   #7
crouse
LQ Newbie
 
Registered: May 2005
Location: USA
Posts: 19

Rep: Reputation: 0
You might try yasr
 
Old 03-07-2006, 01:30 AM   #8
crouse
LQ Newbie
 
Registered: May 2005
Location: USA
Posts: 19

Rep: Reputation: 0
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
 
Old 03-08-2006, 09:55 PM   #9
rschow
LQ Newbie
 
Registered: Jul 2005
Location: Morro Bay, CA
Distribution: SuSE 10.0
Posts: 10

Original Poster
Rep: Reputation: 0
Great info on programs and sites! Thanks very much.
 
Old 03-08-2006, 10:35 PM   #10
crouse
LQ Newbie
 
Registered: May 2005
Location: USA
Posts: 19

Rep: Reputation: 0
Glad I could help
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Festival - A text to Speech synthesis for Linux LXer Syndicated Linux News 1 02-02-2006 03:12 AM
Festival + MBROLA for text-to-speech Jessard Linux - Software 1 08-29-2005 01:40 PM
problems installing festival (text to speech program) phoenix_wolf Linux - Newbie 3 01-12-2005 03:54 AM
Text to speech on Linux, possibly with Festival tibberous Slackware 5 11-05-2004 04:48 PM
Does anyone use festival speech synthesizer? gervin Linux - Software 0 01-25-2004 05:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration