Friday, May 15, 2009

A2DP in Ubuntu

http://blog.yljh.tpc.edu.tw/index.php?op=ViewArticle&articleId=147&blogId=1
https://help.ubuntu.com/community/BluetoothAudio

You will need a .asoundrc, and it content like

pcm.bluetooth {
type bluetooth
device "00:13:8A:08:29:4A"
profile "auto"
}



Then, you need to modify gconf value(/system/gstreamer/0.10/default/...). If you find the audio delay when using "alsasink device=bluetooth", try to use "sbcenc ! a2dpsink device=...." instead.


[Note] Use hcitool scan or a2dp.sh script to find the device id

No comments:

Related Posts Plugin for WordPress, Blogger...