Browse Source

Update mini_al.

pull/568/head
David Reid 6 years ago
parent
commit
3ca5047c82
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/external/mini_al.h

+ 1
- 0
src/external/mini_al.h View File

@ -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.
//

Loading…
Cancel
Save