1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Remove AudioIODeviceCallback::audioDeviceIOCallback

This commit is contained in:
attila 2022-09-15 14:46:21 +02:00 committed by Attila Szarvas
parent f075de78fa
commit c97864d7f3
12 changed files with 83 additions and 53 deletions

View file

@ -425,7 +425,7 @@ private:
On some platforms (such as iOS 10), the expected buffer size reported in
audioDeviceAboutToStart may be smaller than the blocks passed to
audioDeviceIOCallback. This can lead to out-of-bounds reads if the render
audioDeviceIOCallbackWithContext. This can lead to out-of-bounds reads if the render
callback depends on additional buffers which were initialised using the
smaller size.