On Wed, 11 Feb 2009 19:08:59 +0100 Carlos Lorenzo Matés clmates@mundo-r.com wrote:
could you explain how to make the bt headsets the default alsa input and output?
I have tried with this
in .asoundrc pcm.!default { type pulse } ctl.!default { type pulse }
pcm.!default { type bluetooth device "00:0E:16:02:22:4D" profile auto }
about the ctl I am not sure.
then launch the application with aoss
ie:
aoss ./Teamspeak
the application accepts devices like
oss: /dev/dsp
If this works you can also try: "alsa: device=btheadset", but again I am not sure. This question would be best answered from the aoss mailling-list. "How to set specific alsa device as an aoss output ?"
i set this /dev/dsp0
but the /dev/dsp0 get not redirected to the btheadsets.
the application gives no error and display my device as active, but i hear any sound
is the
pcm.dsp0 { type plug slave.pcm "btheadset" }
right?
This construct looks OK to me regarding the documentation in http://alsa.opensrc.org/.asoundrc, but again this settings would be best consulted in the alsa mailing-list.
as a side note, the pactl load-module module-alsa-source device=btheadset still breaks pulseaudio
I try to get bluetooth/pulseaudio working too.
Ciao,