build

来自「蓝牙blue tooth sco协议栈」· 代码 · 共 19 行

TXT
19
字号
You should build sbc in ../sbc and put sbc.h in /usr/include and libsbc.a in /usr/lib by hand before invoking make here.If alsa-lib is not in /usr/src/ you should edit the setting in Makefileand you should have built alsa-lib before running make here.You should put something like this in your ~/.asoundrc with the headset address specified correctly:	pcm.headphone {	        type a2dp	        bdaddr "00:08:F4:30:05:BB"	}You invoke the plugin with something like:	aplay -B 1000000 -D pcm.headphone file.wav

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?