On Fri, Feb 1, 2013 at 8:10 PM, Bob van der Poel <bob(a)mellowood.ca> wrote:
My primary
audio interface is an Echo AudioFire 4 and I'll
occasionally use alsa_in to route a (mono) M-Audio JamLab into
Guitarix. It works well enough for that and what the OP was asking
sounded like a similar case.
Yes, exactly. Can you share the command like options you use to get it
working? I just tried "alsa_in -d alsa -d mydevice" and it gave me
awful recording (well, mostly just static).
thanks.
I just make sure the period size, etc matches jackd. So if I run jack
with "-p 128 -n 3" my alsa_in command line will look like "alsa_in -d
hw:3 -p 128 -n 3".
--Steve