Important: Inside Macintosh: Sound is deprecated as of Mac OS X v10.5. For new audio development in Mac OS X, use Core Audio. See the Audio page in the ADC Reference Library.
Playing Sounds
You can use theSysBeep
procedure to play the system alert sound, theSndPlay
function to play the sound stored in any'snd '
resource, and theSndStartFilePlay
function to play a sound file.
Subtopics
- SysBeep
- SndPlay
- SndStartFilePlay