mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Update revision history.
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.
|
// Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file.
|
||||||
// mini_al - v0.8.2 - 2018-07-07
|
// mini_al - v0.8.3-rc - 2018-07-xx
|
||||||
//
|
//
|
||||||
// David Reid - davidreidsoftware@gmail.com
|
// David Reid - davidreidsoftware@gmail.com
|
||||||
|
|
||||||
@@ -16,12 +16,12 @@
|
|||||||
// - WASAPI
|
// - WASAPI
|
||||||
// - DirectSound
|
// - DirectSound
|
||||||
// - WinMM
|
// - WinMM
|
||||||
// - Core Audio (macOS, iOS)
|
// - Core Audio (Apple)
|
||||||
// - ALSA
|
// - ALSA
|
||||||
// - PulseAudio
|
// - PulseAudio
|
||||||
// - JACK
|
// - JACK
|
||||||
// - OSS
|
// - OSS
|
||||||
// - OpenSL|ES / Android
|
// - OpenSL|ES (Android only)
|
||||||
// - OpenAL
|
// - OpenAL
|
||||||
// - SDL
|
// - SDL
|
||||||
// - Null (Silence)
|
// - Null (Silence)
|
||||||
@@ -25977,6 +25977,13 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float*
|
|||||||
// REVISION HISTORY
|
// REVISION HISTORY
|
||||||
// ================
|
// ================
|
||||||
//
|
//
|
||||||
|
// v0.8.3-rc - 2018-07-xx
|
||||||
|
// - Fix a crackling bug when resampling in capture mode.
|
||||||
|
// - Core Audio: Fix a bug where capture does not work.
|
||||||
|
// - ALSA: Fix a bug where the worker thread can get stuck in an infinite loop.
|
||||||
|
// - PulseAudio: Fix a bug where mal_context_init() succeeds when PulseAudio is unusable.
|
||||||
|
// - JACK: Fix a bug where mal_context_init() will succeeds when JACK is unusable.
|
||||||
|
//
|
||||||
// v0.8.2 - 2018-07-07
|
// v0.8.2 - 2018-07-07
|
||||||
// - Fix a bug on macOS with Core Audio where the internal callback is not called.
|
// - Fix a bug on macOS with Core Audio where the internal callback is not called.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user