Start revision history for v0.2.

This commit is contained in:
David Reid
2016-10-25 11:24:42 +10:00
parent d3669e3177
commit 8cf6036345
+12 -2
View File
@@ -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.1 - 2016-10-21 // mini_al - v0.2 - TBD
// //
// David Reid - mackron@gmail.com // David Reid - mackron@gmail.com
@@ -3809,6 +3809,9 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format)
// REVISION HISTORY // REVISION HISTORY
// ================ // ================
// //
// v0.2 - TBD
// - Added initial implementation of the OpenSL|ES backend. This is unstable.
//
// v0.1 - 2016-10-21 // v0.1 - 2016-10-21
// - Initial versioned release. // - Initial versioned release.
@@ -3819,7 +3822,14 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format)
// ALSA // ALSA
// ---- // ----
// - Use runtime linking for asound. // - Use runtime linking for asound.
// - Finish mmap mode for ALSA. // - Finish mmap mode.
//
//
// OpenSL|ES / Android
// -------------------
// - Test!
// - Add software f32 conversion
// - 32-bit floating point formats are only supported from API Level 21.
/* /*