AudioServicesPlaySystemSound not playing sounds

后端 未结 6 1860
隐瞒了意图╮
隐瞒了意图╮ 2021-02-20 14:44

I am playing a small .wav file using the AudioToolBox.

AudioServicesPlaySystemSound (soundFileObject);

But sometimes it is not playing.

6条回答
  •  萌比男神i
    2021-02-20 15:21

    Maybe it's this issue? AudioServicesDisposeSystemSoundID() will stop the sound work before playing.

提交回复
热议问题