For whoever needs this:
We using Linux, so Windows users can bite a bullet. First, you need to Python3, so install that by doing:
>sudo apt-get install python3>sudo apt-get install python-is-python3Next, you need to install Jack, so install that by doing:
>sudo apt-get install jack2>sudo apt-get install libjack-jackd2-devIf it comes with qjackctl, then good, if not, then install that by doing:
>sudo apt-get install qjackctlIt's going to ask you:
>If you want to run jackd with realtime priorities, the user starting jackd needs realtime permissions… Enable realtime process priority?Say YES.
<da fuq is all this shit?Python3 lets you run the scrips you need to compile the damn program, Jack is an audio server that lets multiple applications connect to your hardware at once, i.e. if you want to record your mic to multiple inputs at once. QjackCtl is a GUI for Jack that lets you change its various settings. Obviously, your CLI commands will differ depending on your distro, and as you can see I am using apt. Moving on:
Post too long. Click here to view the full text.