addAudioInputChannel
(Not recommended) Add audio input channel to session
This session object function is not recommended. Use DataAcquisition
        object functions instead. See Version History.
Syntax
Description
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.
Tips
- Use - daq.createSessionto create a session object before you use this method.
- To use analog channels, see - addAnalogInputChannel.