Fix a crash with high-pass and band-pass filters.

Public issue https://github.com/mackron/miniaudio/issues/409
This commit is contained in:
David Reid
2022-01-17 18:58:31 +10:00
parent 91ef8e19ab
commit f2d4fc426d
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
v0.11.6 - TBD
====================
* Fix a crash with high-pass and band-pass filters.
v0.11.5 - 2022-01-16
====================
* WASAPI: Fix a bug in duplex mode when the capture and playback devices have different native sample rates.