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

Fix mismatched attributes of aaudio #504

Closed baju0218 closed 2 years ago

baju0218 commented 2 years ago

When using aaudio, I found that the wrong enum was matched in ma_to_usage__aaudio(), so corrected it. In addition, the order of usage, content type, and input preset was rearranged in the order of the official document for easy viewing.

mackron commented 2 years ago

Wow, that's a bad one! How on Earth did that happen? I've merged that one and will get a release done ASAP. Thanks for this.