chipweinberger / flutter_pcm_sound

A flutter plugin for playing raw PCM audio data (16-bit integer)
Other
16 stars 7 forks source link

iPhone simulator AudioUnitInitialize failed OSStatus: -10851 #18

Open nico202 opened 2 months ago

nico202 commented 2 months ago

I'm running the example on an ios simulator (iPhone SE 3rd generation) but get no sound. I get the following error:

Unhandled Exception: PlatformException(AudioUnitError, AudioUnitInitialize failed. OSStatus: -10851, null, null)

Is this expected?

Edit: same on iPhone 15 Simulator, iOS 17.2

chipweinberger commented 2 months ago

not sure