mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
iOS Audio: Remove buffer size assertion
This assertion is no longer relevant now that the AudioDeviceManager enforces the maximum buffer size.
This commit is contained in:
parent
b4f71ab6db
commit
457de394e0
1 changed files with 0 additions and 4 deletions
|
|
@ -1071,10 +1071,6 @@ struct iOSAudioIODevice::Pimpl final : public AsyncUpdater
|
|||
OSStatus process (AudioUnitRenderActionFlags* flags, const AudioTimeStamp* time,
|
||||
const UInt32 numFrames, AudioBufferList* data)
|
||||
{
|
||||
// If you hit this assertion please contact the JUCE team and let us
|
||||
// know the iOS version/device and audio device that you're using
|
||||
jassert (bufferSize == (int) numFrames);
|
||||
|
||||
OSStatus err = noErr;
|
||||
|
||||
recordXruns (time, numFrames);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue