GNOME Bugzilla – Bug 308514
Adding a new voice throws a warning: "Incorect parameters for voice..."
Last modified: 2005-08-18 07:28:19 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".
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).
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.
Patch looks fine to me!
Patch committed to CVS head.