InterAppAudioEffect crash

Hi All,

I’d like to enable IAA for the iOS version of my synth app “MendelTone”, and tried to build and run the InterAppAudioEffect example as an initial self-introduction to JUCE’s IAA solution. Unfortunately, I’m seeing the following run-time assert when I run the decode version on my iPhone 6:

JUCE Assertion failure in juce_AudioProcessor.cpp:347

It appears that there is a mis-match in channel layouts? Please let me know what I might be doing wrong!

I am building with JUCE v. 5.2.1, and the iPhone is running iOS 11.2.6. In case it is relevant, I am building with Xcode 9.2.

Best,
Wayne

Point of interest: the same assert occurs when testing on my iPad.

We’ve changed the JUCE example code quite a lot with the latest release but I think this issue is still present. I’ll get it sorted out.

Thanks for the response! I look forward to next update.

Hi Folks,
Wondering if you’ve had a chance to look at this?
Still seeing:
JUCE v5.4.7
JUCE Assertion failure in juce_AudioProcessor.cpp:351
on macOS 10.15.3 & Xcode 11.4
Best,
Alvin.