[alsa-devel] Any standard ALSA application for simultaneous capture and playabck ?????
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
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
I am using single thread for both capture and playback
On 5/24/07, James Courtier-Dutton James@superbug.co.uk wrote:
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
participants (2)
-
James Courtier-Dutton
-
Nobin Mathew