I’m using Unity for an installation which features a 7.1 stereo system in a large room. The audio played on this system is pre-mixed (i.e. not 3D audio in the Unity sense, but with each channel tailored by a sound technician). It needs to be played within Unity because it’s part of an interactive system (which also includes several networked devices running instances of Unity).
Now, I’m fairly sure that I tested out an 8-channel (7 speakers + subwoofer, making 7.1) .wav file in Unity 3.5 back in the summer, and I was able to play it.
However, now (with Unity 4) I’m getting this error on trying to import any such file:
The file ‘Assets/Audio/7.1 Pink Test loops/Ch3of7pink.wav’ does not contain
a supported ‘wav’ format (The sound created exceeds the allowable input
channel count. This can be increased using the maxinputchannels parameter
in System::setSoftwareFormat. )
Is this a change made for Unity 4? Is there any way I can gain access to this setting mentioned in the error, or is it something under the hood I have zero control over?
Ultimately: how can I play back pre-mixed 7.1 audio in Unity (4)?