mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Bump version.
This commit is contained in:
+3
-2
@@ -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.2-dev - 2019-xx-xx
|
miniaudio (formerly mini_al) - v0.9.2 - 2019-04-08
|
||||||
|
|
||||||
David Reid - davidreidsoftware@gmail.com
|
David Reid - davidreidsoftware@gmail.com
|
||||||
*/
|
*/
|
||||||
@@ -31540,9 +31540,10 @@ Device
|
|||||||
REVISION HISTORY
|
REVISION HISTORY
|
||||||
================
|
================
|
||||||
|
|
||||||
v0.9.2-dev - 2019-xx-xx
|
v0.9.2 - 2019-04-08
|
||||||
- Add support for per-context user data.
|
- Add support for per-context user data.
|
||||||
- Fix a potential bug with context configs.
|
- Fix a potential bug with context configs.
|
||||||
|
- Fix some bugs with PulseAudio.
|
||||||
|
|
||||||
v0.9.1 - 2019-03-17
|
v0.9.1 - 2019-03-17
|
||||||
- Fix a bug where the output buffer is not getting zeroed out before calling the data callback. This happens when
|
- Fix a bug where the output buffer is not getting zeroed out before calling the data callback. This happens when
|
||||||
|
|||||||
Reference in New Issue
Block a user