mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Core Audio: Fix a bug where the internal callback is not called.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// 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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user