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.
Sound Input Interrupt Routines
You can specify a sound input interrupt routine in theinterruptRoutine
field of the sound input parameter block that your application uses to initiate asynchronous recording directly from a device. Because theSPBRecordToFile
function uses sound input interrupt routines to enable it to record sound data to disk during recording, you can use sound input interrupt routines only with theSPBRecord
function.
Subtopics
- MySIInterruptRoutine