Linux系统下蓝牙立体声配置A2DP profile
点击次数:35 次 发布日期:2008-11-21 23:18:14 作者:源代码网
|
bluetooth software: bluez-lib bluez-utils 均是3.22.bluez.org bluetooth hardware: iBook G4 内置的CSR 蓝牙2.0芯片、Motorola S705蓝牙立体声耳机,也是CSR 蓝牙2.0芯片。 NOTE: 请在blue-utils ./configure的时候,加上enable-audio 1、scan你的蓝牙耳机,得到bluetooth address, 并且能够跟主机上的bluetooth正确配对 2、edit $(HOME)/.asoundrc 内容 如下: pcm.bluetooth{ type bluetooth device 00:02:76:64:94:F9 //蓝牙耳机地址 } 3、edit /etc/bluetooth/audio.conf, check一下你配置是否正确 [General] # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA) # Defaults to HCI SCORouting=HCI [Headset] # Defaults to false DisableHFP=true [A2DP] SourceCount=1 4、运行 bluez-utils-6.22/audio 下的bluetoothd-service-audio,安装后一般在/usr/lib/bluetooth下 5、运行mplayer来测试一下你的蓝牙立体声耳机,命令如下: mplayer -ao alsa:device=bluetooth audio/demo.mp3 源代码网供稿. |
