[speex-dev] SPEEX_GET_QUALITY error
John Janecek
jjanecek at telusplanet.net
Sat Sep 27 13:04:49 PDT 2003
I am embedding speex in boost python
when i execute
int TSpeexEncoder::getQuality() {
int Quality;
speex_encoder_ctl(enc_state,SPEEX_GET_QUALITY,&Quality);
return Quality;
}
i get the error
warning: Unknown nb_ctl request: 5
looking in the header SPEEX_GET_QUALITY is equal to 5
I am able to read all the other settings.
the codec appears to be set with VBR=0
I am using windowsxp with MSVC++6
possibly I am not reading the documentation right, if so please flame me
and beat me with a wet noodle :)
thanx John
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Speex-dev
mailing list