Cheap USB Simultaneous Multitrack Recording

Would the audio get out of sync over an hour or more?
Can this be done with Audacity?
If JACK would be needed is there a better gui for it?
Thanks

Yes, you're right, but I was hoping that one could possibly run several instances of jack (one for each device) and create sinks/sources between them, but I haven't tried this either...steve wrote:Jack only supports one device.
Code: Select all
alsa_in -j on-board -d hw:0 -c 2 -p 4 -n 512 -r 44100
alsa_out -j on-board -d hw:0 -c 2 -p 4 -n 512 -r 44100
It turns out to be very easy.bgravato wrote: You might also be able to create a 4 channel input port in jack to redirect the two sound cards to. I'm not really sure how to do it. I never tried or looked into that, but I have a feeling it could be possible...