Creates a sound object for a built-in system sound by name. Returns null if no sound with that name can be found. Use hs.sound.systemSounds() to discover available names.
null
hs.sound.systemSounds()
The name of a system sound, e.g. "Basso" or "Glass".
"Basso"
"Glass"
An HSSound object, or null on failure.
HSSound
Creates a sound object for a built-in system sound by name. Returns
nullif no sound with that name can be found. Usehs.sound.systemSounds()to discover available names.