Reputation: 61880
This is how I play sound:
var soundID: SystemSoundID = 1016
AudioServicesPlaySystemSound(soundID)
But this is not default system sound set by user. Is there a way to get the one assigned by user to respect its choice?
Upvotes: 2
Views: 4323