I have an audio interface (Motu 8a) that has 8 analog audio out ports that are each connected to a unique speaker. I want to a Wolfram Language expression to play audio from one speaker and not the rest. As far as I can tell Mathematica only recognizes my Audio Interface as having Left+Right input channels. Assume I have a four-channel audio object and I want each channel to get mapped to a unique speakerm then I think I should be able to do with using the following.
Audio[a, AudioChannelAssignment -> {1,2,3,4}]
But after a lot of testing and confusion I think I see that Mathematica only outputs two digital signals corresponding to Left+Right. Since my audio interface only receives two signals I cannot split them onto different output speakers.
I am stumped and Ableton Live accomplishes everything I need it to, but I would rather script some things.