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:
parent
f075de78fa
commit
c97864d7f3
12 changed files with 83 additions and 53 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue