We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f71ab commit 457de39Copy full SHA for 457de39
modules/juce_audio_devices/native/juce_Audio_ios.cpp
@@ -1071,10 +1071,6 @@ struct iOSAudioIODevice::Pimpl final : public AsyncUpdater
1071
OSStatus process (AudioUnitRenderActionFlags* flags, const AudioTimeStamp* time,
1072
const UInt32 numFrames, AudioBufferList* data)
1073
{
1074
- // If you hit this assertion please contact the JUCE team and let us
1075
- // know the iOS version/device and audio device that you're using
1076
- jassert (bufferSize == (int) numFrames);
1077
-
1078
OSStatus err = noErr;
1079
1080
recordXruns (time, numFrames);
0 commit comments