chipweinberger / flutter_pcm_sound

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

Calling .setup multiple times panic in iOS #21

Open psfyr opened 1 week ago

psfyr commented 1 week ago

When we have to setup more than once in the app, it panics with AVAudioSession category cannot be set on iOS. This is bad behavior and isn't handled in even the example app. You can replicate this by calling setup twice or more.

chipweinberger commented 11 hours ago

please open a PR. thanks.