mackron / miniaudio

Audio playback and capture library written in C, in a single source file.
https://miniaud.io
Other
4.07k stars 361 forks source link

Updated README.MD low-level example to support the new miniaudio api. #561

Closed ghost closed 2 years ago

ghost commented 2 years ago

The low-level API example code produced an error code as all arguments for ma_decoder_read_pcm_frames were not met. This pull-requests resolves that error.

mackron commented 2 years ago

Thanks, but this has already been fixed in the dev branch.