Add support for using ma_pcm_rb as a data source.

This commit is contained in:
David Reid
2023-03-25 12:05:28 +10:00
parent 025afa464a
commit 8ce4857bcd
2 changed files with 330 additions and 191 deletions
+1
View File
@@ -2,6 +2,7 @@ v0.11.12 - TBD
=====================
* Fix some pedantic warnings when compiling with GCC.
* Fix some crashes with the WAV decoder when loading an invalid file.
* Add support for using `ma_pcm_rb` as a data source.
* Silence some C89 compatibility warnings with Clang.
* The `pBytesRead` parameter of the VFS onRead callback is now pre-initialized to zero.