mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Update change log.
This commit is contained in:
@@ -4652,8 +4652,12 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format)
|
|||||||
// ================
|
// ================
|
||||||
//
|
//
|
||||||
// v0.3 - TBD
|
// v0.3 - TBD
|
||||||
// - Fixed build for UWP.
|
// - API CHANGE: Introduced the notion of a context. The context is the highest level object and is required for
|
||||||
|
// enumerating and creating devices. Now, applications must first create a context, and then use that to
|
||||||
|
// enumerate and create devices. The reason for this change is to ensure device enumeration and creation is
|
||||||
|
// tied to the same backend. In addition, some backends are bettered suited to this design.
|
||||||
// - Null Backend: Fixed a crash when recording.
|
// - Null Backend: Fixed a crash when recording.
|
||||||
|
// - Fixed build for UWP.
|
||||||
// - Added initial implementation of the WASAPI backend. This is still work in progress.
|
// - Added initial implementation of the WASAPI backend. This is still work in progress.
|
||||||
//
|
//
|
||||||
// v0.2 - 2016-10-28
|
// v0.2 - 2016-10-28
|
||||||
|
|||||||
Reference in New Issue
Block a user