gpt4 book ai didi

audio - 如何在ios7中使用AudioServicesPlaySystemSound停止播放声音?

转载 作者:行者123 更新时间:2023-12-02 23:50:34 26 4
gpt4 key购买 nike

我正在使用AudioServicesPlaySystemSound在应用程序中播放自定义声音,触摸任何按钮时如何立即停止声音。
目前,我正在使用以下代码停止声音,但效果不佳

SystemSoundID soundID;
AudioServicesRemoveSystemSoundCompletion (soundID);
AudioServicesDisposeSystemSoundID(soundID);

最佳答案

您可以使用AVAudioPlayer而不是使用System Sound Services,它不需要任何外部支持库,并且总体上易于实现。看到一些implementation examples here

关于audio - 如何在ios7中使用AudioServicesPlaySystemSound停止播放声音?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24868962/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com