Tamer Higazi wrote, at 01/06/2012 09:17 AM:
> however, I need to see it as an alsa device. this is my problem.

it's not a problem, according to alsa docs http://alsa.opensrc.org/.asoundrc

pcm.genius {
  type bluetooth
}
pcm.genius-in {
  type plug
  slave {
    pcm genius
    rate 48000
  }
}
ctl.genius {
  type bluetooth
}

does it all: the headset works pretty good with audio apps i'm using in that
context: skype and mplayer -ao alsa:device=genius. however i have no clue on how
to integrate bluetooth audio with desktop (gnome2 in my case). without
pulseaudio of course. anyone did that?

victor

Reply via email to