On Fri, 31 Jan 2003 12:56:10 -0500
Jesse Chappell <jesse(a)essej.net> wrote:
Steve Harris wrote on Fri, 31-Jan-2003:
On Fri, Jan 31, 2003 at 05:24:57 +0000, jordan
muscott wrote:
I've tried making what seemed like the
sensible connections here
with jack_connect, but the sound i'm sending in either just gets
echoed to the output ( as per normal ), or I get hideous feedback.
Check the mixer settings, with alsa-mixer or similar, the record
input should be line-in.
AND, you'll need the line level to be muted (or 0). That's why
you get the echo.
Ok, i've muted the line level, but there isn't a line-in on alsamixer,
presumably 'capture' is what I want. And er, just to make sure, what
which connections would you suggest making with jack_connect ?
alsa_pcm:capture_1
alsa_pcm:capture_2
alsa_pcm:playback_1
alsa_pcm:playback_2
jack_rack:in_1
jack_rack:in_2
jack_rack:out_1
jack_rack:out_2
thanks again, J