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.
Opening and Closing Sound Input Devices
You can use theSPBOpenDevice
function to open the default sound input device that the user has selected in the Sound In control panel or to open a specific sound input device. You must open a device before you can record from it by usingSPBRecord
, but the Sound Input Manager's high-level routines automatically open the default sound input device. You can close a sound input device by calling theSPBCloseDevice
function.
Subtopics
- SPBOpenDevice
- SPBCloseDevice