Add audio input channel to session
creates and displays the object ch
= addAudioInputChannel(s
,deviceName
,channelID
)ch
representing a channel added
to the session s
using the device represented by
deviceName
, with the specified
channelID
. The channel object is stored in the variable
ch
.
Use daq.createSession
to
create a session object before you use this method.
To use analog channels, see addAnalogInputChannel
.