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.
Recording Sounds
The Sound Input Manager provides two high-level sound input functions,SndRecord
andSndRecordToFile
, for recording sound. These input routines are analogous to the two Sound Manager functionsSndPlay
andSndStartFilePlay
. By using these high-level routines, you can be assured that your application presents a user interface that is consistent with that displayed by other applications doing sound input. BothSndRecord
andSndRecordToFile
attempt to record sound data from the sound input hardware currently selected in the Sound In control panel.
Subtopics
- SndRecord
- SndRecordToFile