a2dpd.conf
来自「蓝牙通讯协议中A2DVP应用的程序」· CONF 代码 · 共 34 行
CONF
34 行
# NO LEADING WHITESPACES !!!!!!# section a2dpd[a2dpd]# put address of your headphones here to initiate pairing# when the server starts.# headphones usually remeber the address of the device they were# connected last time, to connect again just press PLAY button # to find the address put the headphones in pairing mode and# issue: sdptool browse # myaddr=["AA:BB:CC:DD:EE:FF"]# you can put as many adresses as you want, the serser will attempt to connect# to all of them#myaddr=["AA:BB:CC:DD:EE:FF", "AA:BB:CC:DD:GG:HH"]# leave the list of addresses empty of no headphones should be probed at the# begginingmyaddr = [] #no debug informationdeb=0# a2dp server is slave and is driven by alsa timingismaster=0 # bitpool=51 is recomended, but two headphones works simultaneously# only with bitpool=32 bitpool=32 # some movies are encoded with freq 48000. if freq is changed to# another value .asoundrc should also be modified.freq=48000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?