waved.wav

Undocumented in source.

Members

Functions

decodeWAV
Sound decodeWAV(R input)

Decodes a WAV.

decodeWAV
Sound decodeWAV(string filepath)

Decodes a WAV file.

encodeWAV
void encodeWAV(Sound sound, string filepath)

Encodes a WAV file.

encodeWAV
void encodeWAV(R output, Sound sound)

Encodes a WAV.

Variables

FloatingPointIEEE
int FloatingPointIEEE;
Undocumented in source.
LinearPCM
int LinearPCM;

Supports Microsoft WAV audio file format.

WAVE_FORMAT_EXTENSIBLE
int WAVE_FORMAT_EXTENSIBLE;
Undocumented in source.

Meta