[Alsa-user] Sound Capture

2007-08-13 Thread Mohan Kashyap
Hi ALL, We are trying to capture sound using a tee device, the configurations are as follows, pcm.a2dpcopy { type plug slave { pcm "tee:default,'/tmp/a2dpipe', raw" rate 44100 channels 2 } } pcm.a2dp { type plug slave {

Re: [Alsa-user] Audio Capture

2007-06-28 Thread Mohan Kashyap
I waould want to capture audio data from the sound card as and when an alsa application starts playing. I could not figure out what lines must be added in .asound.rc for this. Mohan On Thu, 28 Jun 2007 Bill Unruh wrote : >On Thu, 28 Jun 2007, Mohan Kashyap wrote: > >> >>H

[Alsa-user] Audio Capture

2007-06-28 Thread Mohan Kashyap
Hi ALL, I have found a sample audio capture program from the web, but it doesnt seem to capture the output from aplay. The sample prograqm is as below, snd_pcm_open(SND_PCM_STREAM_CAPTURE); Then all the hardware configurations; Then the snd_pcm_readi(); 1. I have run this program as "./snd_ca

[Alsa-user] Audio Capture

2007-06-27 Thread Mohan Kashyap
  Hi ALL, Am slightly new to ALSA. We would like to capture Audio output into our application. Could anyone of you suggest suitable pointers for configurations, i.e modules needed, system sound card config, drivers. Thanks in Advance Mohan--