Class Audio::OGG::Decoder
In: ext/icanhasaudio/audio_ogg_decoder.c
lib/icanhasaudio/ogg/decoder.rb
Parent: Object
File Decoder Decoder Encoder WAV OGG MPEG Audio dot/f_3.png

call-seq:

   native_decode(input_io, output_io)

Decode the input IO and write it to the output IO.

Methods

decode   native_decode   new  

Attributes

bits  [RW]  Number of bits, 8 or 16
endian  [RW]  Endianness
raw  [RW]  Set to true for no WAV header
sign  [RW]  Signedness

Public Class methods

Public Instance methods

Decode input and write to output

Decode the input IO and write it to the output IO.

[Validate]