libPCM.common

Undocumented in source.

Members

Classes

AudioFileException
class AudioFileException
Undocumented in source.

Enums

CodecType
enum CodecType

Describes the type of codec used, as well as the bitdepth

WAVAudioFormat
enum WAVAudioFormat

For *.wav files

Functions

fromWAVAudioFormat
CodecType fromWAVAudioFormat(ushort input, ushort bitDepth)
Undocumented in source. Be warned that the author may not have intended to support it.
getWordLength
int getWordLength(CodecType codec)

Returns the word lenght for the given codec type

joinAudioChannels
void joinAudioChannels(void*[8] input, void* output, uint lenght, int channels, int wordLength)

Joints multiple audio channels into a single one.

separateAudioChannels
void separateAudioChannels(void* input, void*[8] output, uint lenght, int channels, int wordLength)

Separates audio streams from a joint stream.

Meta