You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes when trying to set up the audio engine in AudioProcessor.setupEngine(), specifically when calling installTap on the input node. The crash occurs with the following error:
Fatal Exception: com.apple.coreaudio.avfaudio
Required condition is false: IsFormatSampleRateAndChannelCountValid(format)
This issue has 237 crash events affecting 215 users
Description
The app crashes when trying to set up the audio engine in
AudioProcessor.setupEngine()
, specifically when callinginstallTap
on the input node. The crash occurs with the following error:This issue has 237 crash events affecting 215 users
Stack Trace
My code:
The text was updated successfully, but these errors were encountered: