You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, September 12th 2006, 7:39am

Kmouth

Have searched this forum and googled, but very little on KMouth. Running MDK 10.2 with festival and Kmouth installed.

festival working from CL but KMouth not.
Command is /usr/bin/festival. this is where festival installed itself.
Send data as standard input checkbox is selected.

any ideas?
Thanks

This post has been edited 1 times, last edit by "Trio3b" (Sep 12th 2006, 7:40am)


2

Friday, August 29th 2008, 7:20am

if /usr/bin/festival is the location of festival then you can use...

Source code

1
/usr/bin/festival --tts


and check mark send data as standard input and uncheck use kttsd
also use...

Source code

1
man festival

to learn about its use

the setup should work by default, also here are the variables you can put on the command setting
  • %t The actual text that should be spoken
  • %f The name of a temporary file that contains the text that should be spoken
  • %l The language code associated with the current word completion dictionary
  • %% A percent sign

found this off of the manuals and also here...
http://docs.kde.org/stable/en/kdeaccessi…fig-dialog.html

let me know if this helps anyone, thanks
Xiobus