Commit 67f1f29b authored by David Reid's avatar David Reid

Change log.

parent 77751bd0
...@@ -10155,6 +10155,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) ...@@ -10155,6 +10155,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
// variable. // variable.
// - ALSA: By default, the "null" device is excluded from enumeration. This can be changed by setting the // - ALSA: By default, the "null" device is excluded from enumeration. This can be changed by setting the
// alsa.includeNullDevice context config variable. // alsa.includeNullDevice context config variable.
// - ALSA: Fix a bug with channel mapping which causes an assertion to fail.
// //
// v0.4 - 2017-11-05 // v0.4 - 2017-11-05
// - API CHANGE: The log callback is now per-context rather than per-device and as is thus now passed to // - API CHANGE: The log callback is now per-context rather than per-device and as is thus now passed to
......
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