pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
decodeMuLawStream
pixelperfectengine
audio
base
func
Decodes a Mu-Law encoded stream.
@
nogc
nothrow pure @
safe
void
decodeMuLawStream
(
const
(
ubyte
)[]
src
,
int
[]
dest
,
ref
Workpad
wp
)
Meta
Source
See Implementation
pixelperfectengine
audio
base
func
aliases
ADPCMStream
functions
convExIntToFlt
createLPF
decode16bitPCM
decode4bitDialogicADPCM
decode4bitIMAADPCM
decode8bitPCM
decodeALawStream
decodeMuLawStream
interleave
midiToFreq
mixIntoStream
noteToFreq
stretchAudioNoIterpol
static variables
ADPCM_INDEX_TABLE_2BIT
ADPCM_INDEX_TABLE_3BIT
ADPCM_INDEX_TABLE_4BIT
ADPCM_INDEX_TABLE_5BIT
A_LAW_DECODER_TABLE
DIALOGIC_ADPCM_STEP_TABLE
IMA_ADPCM_STEP_TABLE
MU_LAW_DECODER_TABLE
Y_ADPCM_INDEX_TABLE
variables
CONV_RATIO_RECIPROCAL
Decodes a Mu-Law encoded stream.