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 {
                  pcm "file:'/tmp/a2dpipe', raw"
                  rate 44100
                  channels 2
             }
}

However we were not able to assign this device to alsa player. How do we go 
about it.

[EMAIL PROTECTED] ~]# alsaplayer --device=\"a2dpcopy\"
ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM "a2dpcopy"
snd_pcm_open: No such file or directory ("a2dpcopy")
Failed to initialize plugin!
Failed to register plugin: /usr/local/lib/alsaplayer/output/libalsa_out.so
Failed to load output plugin "alsa". Trying defaults.
ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM "a2dpcopy"
snd_pcm_open: No such file or directory ("a2dpcopy")
Failed to initialize plugin!

Thanks
Mohan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to