用于复制,粘贴和删除操作的系统声音效果

时间:2012-05-24 12:47:16

标签: objective-c cocoa audio copy-paste finder

有没有人知道如何在OS X上播放(拖动)复制,粘贴和删除操作的系统音效?我的意思是Finder在移动文件时使用的声音。我没有找到任何API来做到这一点。有人可能知道这些声音文件的位置吗?我只发现了系统警报声(Frog,Submarine等......)。

1 个答案:

答案 0 :(得分:4)

SystemSounds可在

中找到

/System/Library/Components/CoreAudio.component/Contents/Resources/SystemSounds/位置。

NSSound *systemSound = [[NSSound alloc] initWithContentsOfFile:@"/System/Library/Components/CoreAudio.component/Contents/Resources/SystemSounds/finder/move\ to\ trash.aif" byReference:YES];
if (systemSound) {
    [systemSound play];
}  

/System/Library/Components/CoreAudio.component/Contents/Resources/CoreAudioAUUI.bundle/Contents/Resources