Displaying 1 result from an estimated 1 matches for "getoutqu".
Did you mean:
getoutput
2002 Aug 03
1
vbr / cbr / abr API calls
...-1,
getOutBitrate() * 1000,
-1 );
VBR:
ret = vorbis_encode_init_vbr( &vorbisInfo,
getInChannel(),
getOutSampleRate(),
getOutQuality() );
<p>Are these calls correct?
What effect do the max_bitrate, min_bitrate parameters have in the CBR
and ABR modes?
When measuring performance, it seems that the ABR mode takes a lot more
(about twice) processing power than VBR of even CBR. why is that?
Thanks,
<p>Akos
&...