rtaudio pa ichannel set - part-cw/lambdanative GitHub Wiki
(rtaudio-pa-ichannel-set! ch1 ch2)
Select the portaudio input channels. Must be called prior to initializing the audio system. Generally this is only necessary on devices that have more than two inputs (e.g. XLR and SPDIF).
Parameter | Description |
---|---|
ch1 | channel 1 number |
ch2 | channel 2 number |
Example
> (rtaudio-pa-ichannel-set! 3 2)