AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework
MIT License
639 stars 103 forks source link

Engine stopped when going from Bluetooth audio route to Multi Segment Player #145

Closed emurray2 closed 8 months ago

emurray2 commented 8 months ago

macOS Version(s) Used to Build

macOS 13 Ventura

Xcode Version(s)

Xcode 14

Description

Cookbook crashes on iOS and iPadOS when switching from ChannelDeviceRouting recipe to MultiSegmentPlayerView.

Steps to reproduce:

  1. Wear Bluetooth headphones
  2. Connect Bluetooth headphones to an iOS or iPadOS device
  3. Build the Cookbook for the device
  4. Run the Cookbook
  5. Open ChannelDeviceRouting
  6. Check if headphones icon is displayed in the status bar next to battery icon
  7. Exit ChannelDeviceRouting
  8. Open MultiSegmentPlayerView
  9. Press play
  10. Observe following crash below:

Screenshot 2024-01-08 at 5 48 59 PM

Crash Logs, Screenshots or Other Attachments (if applicable)

No response