pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
mixIntoStream
pixelperfectengine
audio
base
func
Mixes an audio stream to the destination.
@
nogc
nothrow pure
void
mixIntoStream
(
size_t
length
,
float
*
src
,
float
*
dest
,
float
amount
= 1.0
,
float
corr
= 0.5
)
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
Mixes an audio stream to the destination.