AudioUnit of NewTimePitch doesn't work with iOS 18

I create an audiounit with AudioComponentInstanceNew with componentType = kAudioUnitType_FormatConverter and componentSubType = kAudioUnitSubType_NewTimePitch and connect it between input and output, it works well before iOS18. However, it doesn't work with iOS 18. The call of AudioUnitRender for mic return -10863 in iOS 18. Are there anything I missed?

Hello @alearn, error -10863 corresponds to kAudioUnitErr_CannotDoInCurrentContext. Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. I'd greatly appreciate it if you could open a bug report, include a sysdiagnose, and post the FB number here once you do. Bug Reporting: How and Why? has tips on creating your bug report.

The number is FB15298227

AudioUnit of NewTimePitch doesn't work with iOS 18
 
 
Q