After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321658 - ibmtts is unable to select/change voice of a different language
ibmtts is unable to select/change voice of a different language
Status: RESOLVED FIXED
Product: gnome-speech
Classification: Deprecated
Component: drivers
0.3.x
Other All
: Normal normal
: ---
Assigned To: GNOME Speech Maintainer(s)
GNOME Speech Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-11-16 22:09 UTC by George Kraft IV
Modified: 2007-01-18 22:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Select/change voice of a different language (3.88 KB, patch)
2007-01-15 21:45 UTC, Gilles Casse
committed Details | Review

Description George Kraft IV 2005-11-16 22:09:46 UTC
Please describe the problem:
although the TTS driver may support voices of a different language, it is not
noticed when running test-speech

Steps to reproduce:
1. install a tts plus multiple language support
   rpm -i ibmtts_rte ibmtts_rte_En_US ibmtts_rte_EN_GB ibmtts_rte_Fr_FR
2. run test-speech then list "all" of the locales.  you should hear it change
voices for the different languages.



Actual results:
I always hear the en_US voice

Expected results:
I expect to hear the voices spoken in their corresponding dialect.

Does this happen every time?
yes

Other information:
i'm not sure if it is a test-speech, gnome-speech, or ibmtts problem.
Comment 1 Gilles Casse 2007-01-15 21:45:48 UTC
Created attachment 80343 [details] [review]
Select/change voice of a different language

This patch is compliant with gnome-speech r268.
Tested using test-speech.
Comment 2 Willie Walker 2007-01-17 02:33:35 UTC
Committed.  Please verify that things work from SVN as expected.  

In addition, I'm having difficulty applying the patches you are providing - I typically expect a diff to be made while sitting in or above the top level directory and I merely type "patch < patchfile" or "patch -p0 < patchfile" and things tend to work.  With the new switch to svn, saving the output of a simple "svn diff" seems to do really well for creating a patch.   Maybe I'm missing a magic 'patch' incantation to apply what you're giving me, however, and I could use some education?  Note that I'm not being sarcastic here - I really appreciate the work you are doing and I might just be plain ignorant of the patchfile format you are supplying.
Comment 3 Gilles Casse 2007-01-18 20:33:53 UTC
Sorry for the fuzzy path in the patch. 
It may be applied using:
cd gnome-speech
patch -p2 < ../a_exotic.patch

r270 is ok. Thank you!

Gilles
Comment 4 Willie Walker 2007-01-18 22:25:20 UTC
> Sorry for the fuzzy path in the patch. 
> It may be applied using:
> cd gnome-speech
> patch -p2 < ../a_exotic.patch

Aha!  Thank you.  I now understand much better what the -p option is for.

> r270 is ok. Thank you!

Thanks!  Closing this bug.  Thanks again for your work.