SwiftAudioPlayer icon indicating copy to clipboard operation
SwiftAudioPlayer copied to clipboard

Changing reverb in example project crashes app

Open JonMercer opened this issue 4 years ago • 0 comments

Repro

  1. Download a podcast
  2. Play for 1 second
  3. Put reverb to 20% of the UI
  4. Crash
2021-04-21 21:32:19.900136-0700 SwiftAudioPlayer_Example[6063:56482] screen parameters are unexpected: MGScreenClass1125x2436x3x495 SCREEN_TYPE(1125,2436,3,495)
2021-04-21 21:32:20.115074-0700 SwiftAudioPlayer_Example[6063:56482] screen parameters are unexpected: MGScreenClass1125x2436x3x495 SCREEN_TYPE(1125,2436,3,495)
2021-04-21 21:32:30.587075-0700 SwiftAudioPlayer_Example[6063:56663] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x6000023684e0> F8BB1C28-BAE8-11D6-9C31-00039315CD46
2021-04-21 21:32:32.561308-0700 SwiftAudioPlayer_Example[6063:56946] [aurioc] AURemoteIO.h:323:entry: Unable to join I/O thread to workgroup ((null)): 2
Fatal error: Index out of range: file Swift/ContiguousArrayBuffer.swift, line 444
2021-04-21 21:32:34.539809-0700 SwiftAudioPlayer_Example[6063:56482] Fatal error: Index out of range: file Swift/ContiguousArrayBuffer.swift, line 444

image

JonMercer avatar Apr 22 '21 04:04 JonMercer