Page 1 of 2

notice: Text To Speech available

PostPosted: Tue Aug 23, 2011 1:59 pm
by orecchionebruno
Hi,

I just notice that last GoldenDict version solves the Text To Speech compatbility.

With last GD, it's possible to add a CommandLine dictionnaries.
Click the menu Edit | Dictionaries | Sources (tab) | Programs

and add a command line as this example:
espeak.exe -v en %GDWORD%

That example uses the espeak TTS that you can download from this address:
http://espeak.sourceforge.net/

espeak TTS support many languages

PS: as you can see, the command line path "espeak.exe -v en %GDWORD%", doesn't include the full path... this is possible if after espeak installation, you copy the espeak.exe in GoldenDict path.

A notice to the developpers: I suggest to add the possibility for customizing the dictionaries icons: traditional dictionaries or audio dictionaries, web dictionaries or whetever

Re: notice: Text To Speech available

PostPosted: Mon Sep 05, 2011 4:25 am
by dredd
ok!
We have the solution to all our problems!! :)

Install on your computer some commercially available TTS voice (english or whatever you need)
Then download sapi2wav http://blog.hacker.dk/wp-content/upload ... pi2wav.exe
copy it in the goldendict path
open the command line go to goldendict path: sapi2wav -list and see which voice number you need for the required tts
then create this bat file e.g. English.bat
Code: Select all
ECHO OFF
sapi2wav word.wav 12 -t  %1
mplay32 /play /close word.wav
exit


where 12 represents the voice you chose before

put the bat in the goldendict folder and name it as the language it represents
now go to goldendict edit--dictionary-sources-programs and add a new audio item, enable it, in the command line put English.bat %GDWORD%
Save go to your dictionaries and add the program to the group!

Done!
Works for me in windows XP
Now i have all the tts i want :)
Thank you!

Re: notice: Text To Speech available

PostPosted: Fri Sep 09, 2011 4:09 pm
by a.prosperi
I have tried what you suggest, but ... nothing!
I have installed espeak and i have inserted the string "espeak.exe -v en %GDWORD%", trying also with the full path, but without result: when clicking on the speech icon or pressing Alt-S nothing happens.
Of course, the command espeak.exe works ok if executed from the command line, with or without parameters.
What is wrong?

Re: notice: Text To Speech available

PostPosted: Fri Sep 09, 2011 5:41 pm
by orecchionebruno
mmm.. try to write the command line with the quotation marks:

"C:\Program Files (x86)\eSpeak\command_line\espeak.exe" -v en %GDWORD%

..but I don't understand why in your pc if you put "espeak.exe" in same Golden Dict folder it doesn't work..

Re: notice: Text To Speech available

PostPosted: Sat Sep 10, 2011 8:04 am
by a.prosperi
I've tried with quotation mark like in your example... the same.
But I've read in another post I cite here:

"Re: word pronunciation not work in xp

Postby Tvangeste ยป Tue Jun 07, 2011 1:05 pm
This button is for those dictionaries that come with pronunciations.

In you case, do you have such a dictionary or you're just expecting that some kind of text-to-speech enabled pronunciation?"


If the button (or ALT-S sequence) is just for dictionaries that come with pronounciations, how is it possible to obtain the execution of an external application like espeak? (I use Windows XP Pro SP2)

Re: notice: Text To Speech available

PostPosted: Sat Sep 10, 2011 8:09 am
by ikm
Can you make a screenshot of your Sources|Programs screen?

Btw,
a.prosperi wrote:If the button (or ALT-S sequence) is just for dictionaries that come with pronounciations

Technically your configured TTS program is a dictionary that comes with pronunciations, so the button should be active and working.

Re: notice: Text To Speech available

PostPosted: Sat Sep 10, 2011 9:26 am
by orecchionebruno
if your GoldenDict version is come from http://goldendict.org/ you have not the possibility to run command line dictionaries

download last version that Tvangeste has shared answering in an other post:
https://github.com/goldendict/goldendic ... or-Windows

finally you have to see a situatation like this:

command_line01.png
command_line01.png (55.5 KiB) Viewed 25055 times


command_line02.png
command_line02.png (19.08 KiB) Viewed 25055 times


PS: if you copy espeak.exe in GoldenDict directory you can just write this:
espeak.exe -v en %GDWORD%

This is particular useful if you use the "portable GoldenDict" version and including GD in a USB key you can move it without worry if espeak paths are different in the seecond pc (where espeak is already resident)

Re: notice: Text To Speech available

PostPosted: Sat Sep 10, 2011 10:32 am
by a.prosperi
That's all right! THANK YOU!!

I have downloded the version (portable) that you suggested. My previous version (1.0.1) didn't show the "Programs" tab!.
Now I have inserted one espeak.exe string for English and one more for Spanish and all is going well.

Thank you again.

Re: notice: Text To Speech available

PostPosted: Tue Nov 22, 2011 6:03 pm
by mmmmmm
Thank you .

Re: notice: Text To Speech available

PostPosted: Thu Dec 15, 2011 11:54 am
by vlav
Hello
Can I use espeak TTS in linux version 1.0.1 got from fedora core 15 repository?
There is no "programs" tab where input the command line