Text to speech program for Wary

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
circularL7
Posts: 112
Joined: Sat 02 Feb 2013, 07:26

Text to speech program for Wary

#1 Post by circularL7 »

Sorry if this is the wrong forum.

Is anyone aware of a text to speech program that Wary will run? I'd like one that converts the file to MP3.

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#2 Post by ally »

hey circular

some puppy 4 builds had 'flite' which works well - worth having a google.....

:)

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#3 Post by Geoffrey »

I made a couple of GUi frontends for flite here that will make mp3's, one is gtkdialog3 the other gtkdialog4 http://www.murga-linux.com/puppy/viewto ... 837#513837
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#4 Post by muggins »

Or, you could try playing around with espeak. I just uploaded new version here.

To do an mp3 you would do something like:

Code: Select all

espeak -f whateverfile.txt -w whateverfile.wav | wav2mp3
N.B.1 You would need to play around with the voices to get one satisfying to your ears.

N.B.2 I needed to modify /usr/bin/wav2mp3, to get output to current directory, from:

Code: Select all

OUT_DIR="./wav2mp3"
to:

Code: Select all

OUT_DIR=`pwd`

circularL7
Posts: 112
Joined: Sat 02 Feb 2013, 07:26

#5 Post by circularL7 »

Y'all are the best! Thank you.

User avatar
ariel
Posts: 140
Joined: Fri 03 Jul 2009, 19:47
Contact:

#6 Post by ariel »

you might find useful geread a front-end for espeak here:

http://www.murga-linux.com/puppy/viewtopic.php?t=61414

circularL7
Posts: 112
Joined: Sat 02 Feb 2013, 07:26

#7 Post by circularL7 »

Thank you, Ariel. I've downloaded them and will try them out. I didn't have any luck getting flite to work, but I have been playing with espeak.

Have any of you tried Free TTS?

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#8 Post by nic007 »

2nd Speech Center works very well with Wine. I have been using it for a long time (it isn't free though if that sort of thing worries you). TTSReader is free but buggy when last I ran it in Wine. May perform better with a newer version of Wine. TextaloudMP3 also works.

Post Reply