dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
266 stars 56 forks source link

MacOS Crash when connect/disconnect Airpods #50

Closed longhoang2984 closed 6 months ago

longhoang2984 commented 1 year ago

Hi everyone! I'm building MacOS using AudioStream. I face the problem that my app crashed when I connect/disconnect my AirPods.

Xcode 14.0 AudioStreaming: latest

Screenshot 2023-01-11 at 04 12 32
dimitris-c commented 1 year ago

Hey, I'm not sure if this is an AudioStreaming issue but for what is worth I haven't fully supported nor tested for macOS

longhoang2984 commented 1 year ago

@dimitris-c It has crashed when calling player.pauseEngine after AirPods disconnected

Screenshot 2023-01-11 at 20 48 04
dimitris-c commented 6 months ago

can't replicate this