24 May
2007
24 May
'07
1:25 a.m.
Nobin Mathew wrote:
Hi,
Is there any standard ALSA appplication which does simultaneous capture and playback??
What are the complications in implementing simultaneous playback and capture in ALSA???
What are the plugin (.asoundrc) configurations needed for simultaneous playback and capture????
Thanks Nobin Mathew
You might want to look at jackd. It down full duplex low latency. It really depends on your application as to how you program alsa to do the job. Will your application want one thread for both capture and playback, or one thread for capture, and one for playback?
James