| Data Acquisition Toolbox | Search  Help Desk |
| winsound | Examples See Also |
Display information about the sound card adaptor.
Syntax
help winsound
Description
winsound is the adaptor which allows sound cards and Windows multimedia services to be used with the Data Acquisition Toolbox.
The device objects supported for sound cards include analog input and analog output objects.
The supported device-specific property for sound cards is BitsPerSample. For more information about this property, refer to Appendix A.
Example
To create an analog input objectAI for a sound card
AI = analoginput('winsound');
To list the device-specific properties for AI
set(AI)
See Also
Functions
daqhelp
Properties
analoginput, analogoutput