On my quest for Computational Spatial Audio I am starting to understand the complexities of this whole maddening field.
I am trying to find a workaround since AudioChannelAssignments only seems to support left and right output {{1,2},{2,1}} for instance means "route the audio in channel 1 to the left and right speaker {1,2} and route the audio in channel 2 to the right and left speaker {2,1}" (reversed ordering for unambiguity). My life would be complete if I could just play audio from Mathematica with an eight channel Audio object using AudioChannelAssignments->{{1},{2},{3},{4},{5},{6},{7},{8}}. That does not seem to be possible (I would love to be wrong wri?).
So now I have a new question about exporting a multichannel audio file that media players could play... I can create a multichannel Audio[] object using AudioChannelCombine[] and I can export said file to .wav (easy peasy), but then no media players know what to do with that file since it is not following any known spec (7.1 Surround Sound for instance). I suspect maybe a multichannel .wav file is useful for transporting data, but there is no software that can play it by routing channels to speakers. Is there an audio format I can have Mathematica export a multichannel audio object to that could be played by VLC or Windows Media Player or even some obscure media player that would route each channel of the audio file to a separate input of the audio device? I try to describe how I know Ableton does this below.
As mentioned above, I have an audio interface with eight speakers coming out. My OS recognizes this thing as an audio device and sends two-channels that I can then route to speakers using their firmware. I can open Ableton Live and select my audio interface as an audio device at which point Ableton understands that my device can accept 8 input channels. I then select which channel to send a given track of audio and it is routed by the audio interface firmware to play on a single speaker. Here is an image of Ableton Live allowing me to select input channels for the audio interface.
Somehow Mathematica does not recognize that my audio device can accept more inputs and so it only sends two channels. I honestly do not understand the magic that goes into sending data to audio devices and why Ableton can send multiple channels while Wolfram can only send two. Ableton also has a fairly cool audio device preferences menu where I can enable/disable things and tweaks other settings as shown below, on the left is the audio config and on the right is the menu to enable/disable connections from Live to the output channels...
I would be super genuinely curious to know if my hours and hours of research is yielding a meaningful explanation in this question. And yes of course I am a crazy person who wants Mathematica to be a DAW, but I am sure I am not the only person who would love to have end to end music production from Mathematica, it already super close for most mono or stereo audio applications.