public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* can somebody show me an example asound configuration for dmixing with hifi bluetooth speakers/headset
@ 2008-12-21 11:38 Jelle de Jong
  2008-12-29 10:18 ` Jelle de Jong
  0 siblings, 1 reply; 10+ messages in thread
From: Jelle de Jong @ 2008-12-21 11:38 UTC (permalink / raw)
  To: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

Hello everybody,

I have been periodically trying to get multiple audio sources to play
together (dmixing) to a hifi bluetooth speaker system or hifi bluetooth
headset.

I am using only alsa and no pulseaudio, esd, jack, mas of something else
just alsa with asoundrc configuration files and no graphical environment.

Can somebody show me an example asoundrc config file to make it possible
to use software audio mixing with my bluetooth devices. If this is
currently not possible, please tell why and what we can do about it. I
am willing to donate some payal money to the person providing me with a
working asoundrc configuration file that allows me to play multiple
audio sources at the same time.

Thanks in advance,

Jelle

[-- Attachment #2: .asoundrc --]
[-- Type: text/plain, Size: 527 bytes --]

pcm.headset {
    type bluetooth
    #~ device 00:0D:18:A0:35:70
    #~ device 00:53:53:FB:7E:9C # Nokia BH-801
    device 00:0C:55:D1:C9:78 # Motorola S805
    #~ device 00:0D:FD:18:6E:3C # Motorola S9
    #~ device 20:07:09:15:A9:5A # Samsung WEP210
    profile hifi
    #~ profile voice
    #~ profile auto
    mode stereo
    #~ mode joint
}
pcm.softvol {
    type softvol
    slave.pcm headset
    control.name Headset
    control.card 0
}
pcm.!default {
    #~ type hw
    #~ card 0
    type plug
    slave.pcm softvol
}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-01-26 14:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-21 11:38 can somebody show me an example asound configuration for dmixing with hifi bluetooth speakers/headset Jelle de Jong
2008-12-29 10:18 ` Jelle de Jong
2009-01-06 10:07   ` Jelle de Jong
     [not found]     ` <664d43d60901061352y72c39fdctdeae5d7242ce559d@mail.gmail.com>
2009-01-07  9:52       ` Jelle de Jong
2009-01-09 11:48         ` event
2009-01-10 14:39           ` event
2009-01-11 13:33             ` Jelle de Jong
2009-01-17  1:28               ` event
2009-01-17 10:29                 ` Jelle de Jong
2009-01-26 14:02                   ` Jelle de Jong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox