Reputation: 3005
I'm trying to use the 'ReceivedMessage' sound on macOS using AudioServicesPlaySystemSound()
but I can't seem to find the ID anywhere.
What I've tried:
/System/Library/Components/CoreAudio.component/Contents/SharedSupport/SystemSounds
and couldn't find it either - although MessageSent
is there.AudioServicesPlaySystemSound(1003)
as well following this link but that just results in silence. Any help would be greatly appreciated!Messages > Show Package Contents
which only led to more disappointment.Upvotes: 1
Views: 44