Hi,
I'm currently working on Raspbian Trixie with a Raspberry Pi 4B and a Focusrite Scarlett 4i4.
Trying to get 4 channel output from the node-web-audio-api
node-web-audio-api reach destination using pipewire-jack installed.
Running the following code console.log(new AudioContext().destination.maxChannelCount) result 2.
Nevertheless, with qpwgraph we can see the audio node is created with 5 channel output.


Hi,


I'm currently working on Raspbian Trixie with a Raspberry Pi 4B and a Focusrite Scarlett 4i4.
Trying to get 4 channel output from the
node-web-audio-apinode-web-audio-apireach destination usingpipewire-jackinstalled.Running the following code
console.log(new AudioContext().destination.maxChannelCount)result2.Nevertheless, with
qpwgraphwe can see the audio node is created with 5 channel output.