are you using the Bluez audio service? If so please read http://www.mail-archive.com/[EMAIL PROTECTED]/msg03135.html which explains that you should rather use the old plugz interface. I installed bluetooth-alsa and run headsetd with the code at the end of this message in ~/.asoundrc. I can then use twinkle 1.1 with my Jabra bluetooth headset. The sound is ok. About every 5 or 6 connections the person at the other end only hears white noise and after about 30 odd connections everything blocks and I have to unplug and replug my USB Cambridge Silicon Radio, Ltd Bluetooth Dongle (0a12:0001) to make things work again. Please let me know how you get on.

pcm.headset {
        type plug;
        slave.pcm "hw_headset";
}
pcm.hw_headset {
        @args [BDADDR TIMEOUT MAX_PERIODS]
        @args.BDADDR {
                type string
                #default "00:0A:94:94:4F:B3" # cellink
                #default "00:03:89:??:??:??" # Plantronics M2500
                #default "00:03:89:??:??:??" # Plantronics 655
                default "00:1A:??:??:??:??" # Jabra JX10 series 2
        }
# This value represents how long we will try to reach the headset, until we give up.
        # Value is in milliseconds
        @args.TIMEOUT {
                type integer
                default 6000
        }
# This is the size of the buffer used to queue Voice packets. Value must be between # 2 and 334 (~ 1 second). Default value is 2 buffers, which works well most of the
        # time, and has the advantage of giving us an ultra low delay
        @args.MAX_PERIODS {             
                type integer
                default 334
        }
        type        sco
        bdaddr      $BDADDR
        timeout     $TIMEOUT
}



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to