# File lib/audio.rb, line 29 def self.new(typecode,frames,channels=1) case typecode when String, Symbol typecode = TYPES.index(typecode.to_sym) end super(typecode,frames,channels) end