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