Fix a bug with data source ranges.

Public issue https://github.com/mackron/miniaudio/discussions/596
This commit is contained in:
David Reid
2022-12-21 07:42:50 +10:00
parent 9dfa5620a5
commit 49a95a326b
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -1,5 +1,6 @@
v0.11.12 - TBD
=====================
* Fix a bug with data source ranges which resulted in data being read from outside the range.
* Fix a crash due to a race condition in the resource manager.
* Fix a crash with some backends when rerouting the playback side of a duplex device.
* Fix some bugs with initialization of POSIX threads.