Rex::Proto::IAX2::Codecs::G711
# File lib/rex/proto/iax2/codecs/mulaw.rb, line 8 def self.decode(buff) buff.unpack("C*").map{ |x| LOOKUP_ULAW2LIN16[x] }.pack('v*') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.