text2speech english (festival)

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#16 Post by WhoDo »

MU wrote:

Code: Select all

#!/bin/bash

wget2 "$@"
talk "Attention. . the download finished."
In fact an elipsis ( ... ) results in a definite pause, which makes the message far more understandable.

Great job, MU! 8)

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

#17 Post by WhoDo »

MU,

I just have to say what a great time I'm having with festival.

I have "trained" it to say "Caution! ... entering Edit Mode" whenever I open my text files in Geany, so I never forget that I'm doing something dangerous. I love it! 8)

Thanks again, mate.

Cheers

User avatar
dinky
Posts: 699
Joined: Sat 19 Jan 2008, 23:39

#18 Post by dinky »

Hey MU, neat program, can you explain how to get the talktext1 pup to run?
~dinky

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#19 Post by MU »

just install it, then type:
talktext1 /usr/local/talktext1/testtext-de

or:

talktext1 -en /usr/local/talktext1/testtext-en

references:
http://www.murga-linux.com/puppy/viewto ... 4129#54129

Mark
Last edited by MU on Mon 14 Jul 2008, 10:47, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#20 Post by Lobster »

Dinky, Mu,
(good name for a Eurovision Song Contest winner) :)

I have turned the .pups into .pets (so they will be installable in Dingo)
Achtung (warning): running the .pet may freeze your system
Que? Why?
Anyway press ctrl + alt + backspace and from the prompt type xwin
- everything will be OK but even so . . . Pet bug?

Now the talktext1 requires wxbasicscript aka Puppybasic
and (shock horror) that is not in Puppy Dingo
. . . so you either install wxbasicscript or rewrite in C or Freebasic
or maybe it can be redone in plain bash script?

http://tmxxine.com/festival/festival.pet
http://tmxxine.com/festival/talktext1.pet

and talking of singing there is an extension of Festival
http://cslu.cse.ogi.edu/tts/flinger/

but then you need the midi add on . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
dinky
Posts: 699
Joined: Sat 19 Jan 2008, 23:39

#21 Post by dinky »

HI Mu, tried running: talktext1 /usr/local/talktext1/testtext-en and got:
sh: say: command not found

Any ideas? Thanks too for the really prompt reply.
~dinky

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#22 Post by MU »

oh sorry, you must use:
talktext1 -en /usr/local/talktext1/testtext-en

The -en option will use "talk".
Without it "say" is used.

say is just included in the german pack, to read german texts:
http://www.murga-linux.com/puppy/viewtopic.php?t=8698
talk is used to read english texts.

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#23 Post by greengeek »

just getting this on my list so I can refer back to it...

Post Reply