mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update mini_al.
This commit is contained in:
1
src/external/mini_al.h
vendored
1
src/external/mini_al.h
vendored
@ -18709,6 +18709,7 @@ mal_result mal_dsp_init(const mal_dsp_config* pConfig, mal_dsp* pDSP)
|
||||
mal_zero_object(pDSP);
|
||||
pDSP->onRead = pConfig->onRead;
|
||||
pDSP->pUserData = pConfig->pUserData;
|
||||
pDSP->isDynamicSampleRateAllowed = pConfig->allowDynamicSampleRate;
|
||||
|
||||
// This is generally the pipeline used for data conversion. Note that this can actually change which is explained later.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user