package faad
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module FaadSource
* Library for decoding AAC and AAC+ streams. * *
Internal state of a decoder.
An error occured...
Get the error message corresponding to a raised Error.
A decode call can eat up to min_bytes_per_channel bytes per decoded channel, so at least so much bytes per channel should be available in this stream.
init dec buf ofs len initializes a decoder given the len bytes of data * in buf starting at offset ofs. It returns the offset (number of bytes to * skip), the samplerate and the number of channels of the stream. This function * should be used for AAC data.
decode dec buf ofs len decodes at most len bytes of data in buf * starting at offset ofs. It returns the number of bytes actually decoded * and the decoded data (non-interleaved).
Heuristic guess of the offset of the begining of a frame.