Commit 662246ce authored by David Reid's avatar David Reid

Update revision history.

parent 6ca22eb9
/* /*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio (formerly mini_al) - v0.9.7 - 2019-08-28 miniaudio (formerly mini_al) - v0.9.8 - 2019-xx-xx
David Reid - davidreidsoftware@gmail.com David Reid - davidreidsoftware@gmail.com
...@@ -34632,6 +34632,9 @@ Device ...@@ -34632,6 +34632,9 @@ Device
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.9.8 - 2019-xx-xx
- WASAPI: Fix a potential deadlock when starting a full-duplex device.
v0.9.7 - 2019-08-28 v0.9.7 - 2019-08-28
- Add support for loopback mode (WASAPI only). - Add support for loopback mode (WASAPI only).
- To use this, set the device type to ma_device_type_loopback, and then fill out the capture section of the device config. - To use this, set the device type to ma_device_type_loopback, and then fill out the capture section of the device config.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment