Closed parkovski closed 1 year ago
This is intended. ma_dr_wav
, etc. are implementation details for ma_decoder
. If you want do use dr_wav, etc., use them directly from the dr_libs repository: https://github.com/mackron/dr_libs. miniaudio and dr_libs should be useable side-by-side.
If
MA_IMPLEMENTATION
is not defined (using as a header),ma_dr_wav
, etc are not available. The headers should not be inside the#ifdef MA_IMPLEMENTATION
section. Tried both master and dev branch, same issue occurs.