Sound not working in iPhone Simulator?

前端 未结 6 1554
耶瑟儿~
耶瑟儿~ 2020-11-27 03:53

Somehow my iPhone Simulator is unable to play sounds. First an app I\'m working on using AudioServicesPlaySystemSound() stopped working.. I spent a while debug

6条回答
  •  旧巷少年郎
    2020-11-27 04:24

    I had no sound in the simulator, so I tested it with mobile safari and tried playing an mp3: No sound!

    All the above tips didn't help. Eventually, I changed my INPUT source from the virtual soundflower device to Line-In, and the Simulator worked!

    So, even if the app wasn't using input, it didn't work well with Soundflower.

提交回复
热议问题