search for: speex_set_max_adapt_quality

Displaying 1 result from an estimated 1 matches for "speex_set_max_adapt_quality".

2005 Dec 15
1
ABR troubles
...network bandwidth from peaking, this means I have a problem. Is there a way to make VBR or ABR give a guarantee of a maximum bandwidth they will not exceed? Ideally, I'd like something like: float f = 5.0; speex_encoder_ctl(st,SPEEX_SET_VBR_QUALITY, &f); int i = 7; speex_encoder_ctl(st,SPEEX_SET_MAX_ADAPT_QUALITY, &i);