Return to site

Mixer with usb mic input

broken image
broken image
broken image

You can do this using 'pavucontrol' (install it if missing), open the 'Recording' tab, select 'Virtual Streams' from the bottom selector and then make sure you connect a different input to each different loopback.Īt this point it's just a matter of using your input in your application for recording, and you're all set! Please remember to setup also the output as described in my original question :)

broken image

Now you will have to connect this new 'loopback' channels to the device you intend to record from. So please repeat this command for any input you want to mix (and add one if you want to mix also the input of your laptop): pactl load-module module-loopback sink=inputs We will call it 'inputs' and we will create it using this command: pactl load-module module-null-sink sink_name=inputsĪfter that, you will need to create as many virtual channels you need for the devices you need to connect, linking that to the 'inputs' channel you created before. This is the best answer I found, in another forum, at īasically, you will need first to add a fake channel, a 'null sink', where the inputs will be collected. So basically I figured this out myself after a lot of digging on the internet.