linux_musician
New Member
Hello everyone, I'm currently struggling with routing my audio input channels to the proper output channels.
My audio source has 6 channels and when I press record, I end up with a file that has 4 empty channels and two channels containing 3 of the inputs mixed together each.
So what I get is this:
But what I actually want is this:
Can anyone point me to the relevant places in the source code?
My audio source has 6 channels and when I press record, I end up with a file that has 4 empty channels and two channels containing 3 of the inputs mixed together each.
So what I get is this:
Code:
[Input Channel 1]───┬─────[Output Channel 1]
[Input Channel 3]───┤ ┌───[Output Channel 2]
[Input Channel 5]───┘ │ [Output Channel 3]
[Input Channel 2]─────┤ [Output Channel 4]
[Input Channel 4]─────┤ [Output Channel 5]
[Input Channel 6]─────┘ [Output Channel 6]
But what I actually want is this:
Code:
[Input Channel 1]─────────[Output Channel 1]
[Input Channel 2]─────────[Output Channel 2]
[Input Channel 3]─────────[Output Channel 3]
[Input Channel 4]─────────[Output Channel 4]
[Input Channel 5]─────────[Output Channel 5]
[Input Channel 6]─────────[Output Channel 6]
Can anyone point me to the relevant places in the source code?