pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
interleave
pixelperfectengine
audio
base
func
Interleaves two channels.
dest
must be as big as the length of
srcL
and
srcR
.
@
nogc
nothrow pure
void
interleave
(
size_t
length
,
float
*
srcL
,
float
*
srcR
,
float
*
dest
)
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
Interleaves two channels. dest must be as big as the length of srcL and srcR.