播放提示音

Posted ZHZMAREN

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了播放提示音相关的知识,希望对你有一定的参考价值。

 // 1.播放提示音
    SystemSoundID soundID;
    NSString *strSoundFile = [[NSBundle st_qrcodeControllerBundle] pathForResource:@"st_noticeMusic" ofType:@"wav"];
    if (strSoundFile)
        AudioservicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID);
   
     AudioServicesPlaySystemSound(soundID);
 // 1.播放提示音
    SystemSoundID soundID;
    NSString *strSoundFile = [[NSBundle st_qrcodeControllerBundle] pathForResource:@"st_noticeMusic" ofType:@"wav"];
    if (strSoundFile)
        AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID);
   
     AudioServicesPlaySystemSound(soundID);

以上是关于播放提示音的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows Phone 8 中播放短信提示音

播放提示音(与默认消息铃声相同)

JavaScript - PC 端通过纯 js 播放音频文件(播放提示音)

英华在线助手-自动静音连播-自动跳转到未完成视频-视频暂停超时播放提示音

英华在线助手-自动静音连播-自动跳转到未完成视频-视频暂停超时播放提示音

解决:win10有提示音,但是播视频没有声音