aMSN Forums
May 18, 2013, 10:27:50 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: SayIt plugin problem  (Read 3621 times)
FerdiBen
Newbie

Offline Offline

Posts: 4


View Profile
« on: August 07, 2007, 07:13:18 pm »

I downloaded the plugin "SayIt" and the program "Festival" with both the english and the italian voice. I can't find the program "Festival" on the pc but the plugin work. The problem is that work only in english and I don't knwo how to set the italian voice for the plugin. Is it possible?

Thanks in advance
Ferdi Ben
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9428


View Profile WWW
« Reply #1 on: August 07, 2007, 07:43:13 pm »

don't know either, maybe try 'man festival' or something, read the howto for the festival program and look at the configuration of the program and/or the plugin.
Logged

KaKaRoTo
Abesto
Newbie

Offline Offline

Posts: 12


View Profile WWW
« Reply #2 on: August 25, 2007, 01:39:46 pm »

It is possible. You will have to run festival with the "--language italian" parameter. I use another TTS program so I'm not sure, but I think "--pipe" is also a good idea.
You could run festival in server mode with the "--server" switch. If you do so, the whole command to run it would be
Code:
festival --server --language italian --pipe

You'll also have to turn the "Sound server running (Linux)" option on in the plugin settings.

You needn't run festival as a server, but then you'll have to pass these executables differently.
If adding the options to the "Path to festival" does not work, try creating a symlink to the festival binary with the options, and entering the symlink into the "Path to festival" field. The Festival executable is most likely in /usr/bin. If you can't find it, you could try
Code:
$ updatedb
$ locate festival


EDIT: use a script instead of a symlink Smiley

Hope that helped
Regards
Logged
kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9428


View Profile WWW
« Reply #3 on: August 26, 2007, 07:12:26 am »

Abesto, a trick :
Code:
which festival
will tell you which file will be executed from your PATH no need for 'locate' if it's a program from your PATH.
Also, not create a symlink, but create a script... you can't pass arguments through a symlink (afaik)
Logged

KaKaRoTo
Abesto
Newbie

Offline Offline

Posts: 12


View Profile WWW
« Reply #4 on: August 26, 2007, 08:35:28 am »

Thank you for this 'trick', it's quite helpful.
Indeed, I mixed up things, I used a script myself, too, thanks for pointing that out Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!