mightyG
mightyG
This is an AVKit thing. Just add the following code somewhere in your app, e.g. AppDelegate ` do { try AVAudioSession.sharedInstance().setCategory(.playback) } catch(let error) { print(error.localizedDescription) }`
> Thanks a lot ; I removed the box limitation and it works fine. > > Related question: Does it make sense to also tweak the kMaxBuffersInFlight (to improve performance)...
Same here getting the same error
Yeah same
Do you have the same error message?