mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Update revision history.
This commit is contained in:
+8
-1
@@ -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.
|
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.6 - 2019-08-04
|
miniaudio (formerly mini_al) - v0.9.7 - 2019-xx-xx
|
||||||
|
|
||||||
David Reid - davidreidsoftware@gmail.com
|
David Reid - davidreidsoftware@gmail.com
|
||||||
|
|
||||||
@@ -33397,6 +33397,13 @@ Device
|
|||||||
/*
|
/*
|
||||||
REVISION HISTORY
|
REVISION HISTORY
|
||||||
================
|
================
|
||||||
|
v0.9.7 - 2019-xx-xx
|
||||||
|
- 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.
|
||||||
|
- If you need to capture from a specific output device, set the capture device ID to that of a playback device.
|
||||||
|
- Fix a crash when an error is posted in ma_device_init().
|
||||||
|
- Fix a compilation error when compiling for ARM architectures.
|
||||||
|
|
||||||
v0.9.6 - 2019-08-04
|
v0.9.6 - 2019-08-04
|
||||||
- Add support for loading decoders using a wchar_t string for file paths.
|
- Add support for loading decoders using a wchar_t string for file paths.
|
||||||
- Don't trigger an assert when ma_device_start() is called on a device that is already started. This will now log a warning
|
- Don't trigger an assert when ma_device_start() is called on a device that is already started. This will now log a warning
|
||||||
|
|||||||
Reference in New Issue
Block a user