I am no expert but if if not wrong the difference is that
# Variable bitrate
%vorbis(samplerate=44100, channels=2, quality=0.3)
The bitrate will change as it will to fit the quality
% Average bitrate
%vorbis.abr(samplerate=44100, channels=2, bitrate=128, max_bitrate=192,
min_bitrate=64)
The bitrate will get the best in min and max

# Constant bitrate
%vorbis.cbr(samplerate=44100, channels=2, bitrate=128)
The bitrate will not change.

The idea is that you can change the bitrate to fit a determined quality or
you can prioritize your bandwith and make the bitrate fixed.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to