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 308514 - Adding a new voice throws a warning: "Incorect parameters for voice..."
Adding a new voice throws a warning: "Incorect parameters for voice..."
Status: RESOLVED FIXED
Product: gnopernicus
Classification: Deprecated
Component: speech
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Oana Serb
Oana Serb
AP3
Depends on:
Blocks:
 
 
Reported: 2005-06-21 12:27 UTC by Oana Serb
Modified: 2005-08-18 07:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (562 bytes, patch)
2005-06-21 12:43 UTC, Oana Serb
committed Details | Review

Description Oana Serb 2005-06-21 12:27:37 UTC
Start Gnopernicus from a terminal.
Go to Preferences->Speech->Voices->Add to add a new voice.
After adding a new voice, choose OK.
A warning is shown in the terminal: "Incorect parameters for voice
FreeTTS_Gnome_speech_Drivermy-voice".
Comment 1 bill.haneman 2005-06-21 12:36:09 UTC
I don't have to add a new voice to see this - just launching gnopernicus is
enough to trigger the error on my system (gnopernicus cvs head).
Comment 2 Oana Serb 2005-06-21 12:43:48 UTC
Created attachment 48094 [details] [review]
Proposed patch

The warning is present because the voice parameters (volume, rate and pitch)
for the new voice cannot be found in a structure which contains all the new
voice parameters (the function which gets the voice parameters returns NULL for
volume, rate and speech). This happens because the voice parameters are not
added in that structure.
Comment 3 korn 2005-08-18 03:47:40 UTC
Patch looks fine to me!
Comment 4 Oana Serb 2005-08-18 07:28:19 UTC
Patch committed to CVS head.