# File lib/icanhasaudio/mpeg/encoder.rb, line 31 def initialize @pcmbitwidth = 16 @logger = nil self.vbr_quality = 2 self.vbr_type = VBR_NORMAL end