C | |
close [Mad] |
Close an mp3 file previously opened with
openfile .
|
D | |
decode_frame [Mad] |
Decode an mp3 frame.
|
duration [Mad] |
Compute the duration of a file, in seconds.
|
G | |
get_current_position [Mad] |
Get the current position (in bytes) of the decoder in the mp3 file which
should have been opened with
openfile .
|
O | |
openfile [Mad] |
Open an mp3 file.
|
openstream [Mad] | openstream read_func opens a stream where read_func n should be a
function which returns n bytes of data or less, the second component of
the result being the number of bytes to read in the fist component.
|
S | |
samplefreq [Mad] |
Get the samplefreq of a file.
|
W | |
wav_output_big_endian [Mad] |
Are the output samples in big endian?
|
wav_output_channels [Mad] |
Number of channels of the output.
|
wav_output_sample_size [Mad] |
Sample size of the output in bits.
|
wav_output_signed [Mad] |
Are the output samples signed?
|