Re: [Alsa-user] audio loopback in linux

2009-08-28 Thread Clemens Ladisch
George Kuriakose wrote: I want to loop back audio coming in line-in to line-out with minimum latency. Is there any option in amixer or any other similar utility to achieve this? Yes, but only if the hardware supports this. If not, use some program to record and play the same data back. Best

Re: [Alsa-user] audio loopback in linux

2009-08-28 Thread Julien Claassen
Hi! I'm not sure, if alsa does it, still. But you can do it with jackd (Jack Audio Connection Kit). It's a low latecny audio server and a lot of Linux Audio software support it. You can find packages in your distro. Then you simply do: jack_connect system:capture_1 system:playback_1

Re: [Alsa-user] audio loopback in linux

2009-08-28 Thread James Shatto
On Fri, 28 Aug 2009 10:38:16 +0200 (CEST) Julien Claassen jul...@c-lab.de wrote: Hi! I'm not sure, if alsa does it, still. But you can do it with jackd (Jack Audio Connection Kit). It's a low latecny audio server and a lot of Linux Audio software support it. You can find packages in your

[Alsa-user] audio loopback in linux

2009-08-27 Thread George Kuriakose
Hi I want to loop back audio coming in line-in to line-out with minimum latency. Is there any option in amixer or any other similar utility to achieve this? Or any module param to set so that kernel loops back data without sending data to the userspace? -Thanks