Commit cd3d1f12 authored by David Reid's avatar David Reid

Core Audio: Fix a bug where the internal callback is not called.

parent c438509b
// Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file.
// mini_al - v0.8.1 - 2018-07-06
// mini_al - v0.8.2 - 2018-07-07
//
// David Reid - davidreidsoftware@gmail.com
......@@ -25904,6 +25904,9 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float*
// REVISION HISTORY
// ================
//
// v0.8.2 - 2018-07-07
// - Fix a bug on macOS with Core Audio where the internal callback is not called.
//
// v0.8.1 - 2018-07-06
// - Fix compilation errors and warnings.
//
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