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 value of 11025 Hz sample rate #739

Closed my1e5 closed 1 year ago

my1e5 commented 1 year ago

Spotted a typo for the 11025 Hz sample rate in the ma_standard_sample_rate enum

mackron commented 1 year ago

Good catch! Thanks.