Commit 8cf60363 authored by David Reid's avatar David Reid

Start revision history for v0.2.

parent d3669e31
// 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) ...@@ -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) ...@@ -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.
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment