mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Version 0.10.4
This commit is contained in:
+4
-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 - v0.10.3 - 2020-04-07
|
miniaudio - v0.10.4 - 2020-04-12
|
||||||
|
|
||||||
David Reid - davidreidsoftware@gmail.com
|
David Reid - davidreidsoftware@gmail.com
|
||||||
|
|
||||||
@@ -42410,6 +42410,9 @@ The following miscellaneous changes have also been made.
|
|||||||
/*
|
/*
|
||||||
REVISION HISTORY
|
REVISION HISTORY
|
||||||
================
|
================
|
||||||
|
v0.10.4 - 2020-04-12
|
||||||
|
- Fix a data conversion bug when converting from the client format to the native device format.
|
||||||
|
|
||||||
v0.10.3 - 2020-04-07
|
v0.10.3 - 2020-04-07
|
||||||
- Bring up to date with breaking changes to dr_mp3.
|
- Bring up to date with breaking changes to dr_mp3.
|
||||||
- Remove MA_NO_STDIO. This was causing compilation errors and the maintenance cost versus practical benefit is no longer worthwhile.
|
- Remove MA_NO_STDIO. This was causing compilation errors and the maintenance cost versus practical benefit is no longer worthwhile.
|
||||||
|
|||||||
Reference in New Issue
Block a user