mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Bump version.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// Mini audio library. Public domain. See "unlicense" statement at the end of this file.
|
// Mini audio library. Public domain. See "unlicense" statement at the end of this file.
|
||||||
// mini_al - v0.2 - TBD
|
// mini_al - v0.2 - 2016-10-28
|
||||||
//
|
//
|
||||||
// David Reid - mackron@gmail.com
|
// David Reid - mackron@gmail.com
|
||||||
|
|
||||||
@@ -3852,7 +3852,7 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format)
|
|||||||
// REVISION HISTORY
|
// REVISION HISTORY
|
||||||
// ================
|
// ================
|
||||||
//
|
//
|
||||||
// v0.2 - TBD
|
// v0.2 - 2016-10-28
|
||||||
// - API CHANGE: Add user data pointer as the last parameter to mal_device_init(). The rationale for this
|
// - API CHANGE: Add user data pointer as the last parameter to mal_device_init(). The rationale for this
|
||||||
// change is to ensure the logging callback has access to the user data during initialization.
|
// change is to ensure the logging callback has access to the user data during initialization.
|
||||||
// - API CHANGE: Have device configuration properties be passed to mal_device_init() via a structure. Rationale:
|
// - API CHANGE: Have device configuration properties be passed to mal_device_init() via a structure. Rationale:
|
||||||
|
|||||||
Reference in New Issue
Block a user