mightyG

Results 5 comments of 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

Do you have the same error message?