Version 0.10.30

This commit is contained in:
David Reid
2021-01-10 22:42:17 +10:00
parent 369fb6fd8f
commit a6cd93401d
3 changed files with 26 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.10.30 - TBD
miniaudio - v0.10.30 - 2021-01-10
David Reid - mackron@gmail.com
@@ -64684,7 +64684,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.30 - TBD
v0.10.30 - 2021-01-10
- Fix a crash in ma_audio_buffer_read_pcm_frames().
- Update spinlock APIs to take a volatile parameter as input.
- Silence some unused parameter warnings.