We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
我使用的是以下方法(网上找到的都是用这个):
AudioManager audioMgr = (AudioManager )getSystemService(Context.AUDIO_SERVICE); audioMgr.setBluetoothScoOn(true); audioMgr.startBluetoothSco();
但是最近发现,同一个耳机在不同手机上表现不一样, 买了个十几块的无线蓝牙耳机,是蓝牙4.0,我的nova2s上录音表现还好, 但是在荣耀30s上声音就很轻。
我想问下要在android上实现蓝牙麦克风录音还是什么解决方案吗?