Marco

Results 3 comments of Marco

@dlutton yea but I have a feeling that it just works with the defaults, the background audio is no longer stopped However, when I change to `duckOthers` there is no...

It seems like there is something going wrong on line `278` ``` let mode: AVAudioSession.Mode? = AudioModes(rawValue: audioMode ?? "")?.toAVAudioSessionMode() ?? AVAudioSession.Mode.default ``` When I run through the code with...

Wow, took me a while to get back here and see this, and indeed you are correct @georgi0u, this solved my problem @dlutton Maybe it would suffice to mention this...