MP3

Decoder for mp3.

Members

Functions

load
void load(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Wav

audioFormat
ubyte audioFormat;

Audio format.

numChannels
ushort numChannels;

The number of channels.

sampleRate
uint sampleRate;

Channel speed.

byteRate
uint byteRate;

Channel speed. in bytes.

blockAlign
ushort blockAlign;

Block Align

bitsPerSample
ushort bitsPerSample;

Significant Bits Per Sample

data
ubyte[] data;

Sound data

load
void load(string file)

Loads an audio format from a file.

dup
Wav dup()

Dynamic copy

Meta