Returns a sorted array of all available system sound names. These names can be passed directly to hs.sound.named(). Scans /System/Library/Sounds, /Library/Sounds, and ~/Library/Sounds.
hs.sound.named()
/System/Library/Sounds
/Library/Sounds
~/Library/Sounds
A sorted array of sound name strings.
Returns a sorted array of all available system sound names. These names can be passed directly to
hs.sound.named(). Scans/System/Library/Sounds,/Library/Sounds, and~/Library/Sounds.