We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用的是以下方法(网上找到的都是用这个):
AudioManager audioMgr = (AudioManager )getSystemService(Context.AUDIO_SERVICE); audioMgr.setBluetoothScoOn(true); audioMgr.startBluetoothSco();
但是最近发现,同一个耳机在不同手机上表现不一样, 买了个十几块的无线蓝牙耳机,是蓝牙4.0,我的nova2s上录音表现还好, 但是在荣耀30s上声音就很轻。
我想问下要在android上实现蓝牙麦克风录音还是什么解决方案吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用的是以下方法(网上找到的都是用这个):
但是最近发现,同一个耳机在不同手机上表现不一样,
买了个十几块的无线蓝牙耳机,是蓝牙4.0,我的nova2s上录音表现还好,
但是在荣耀30s上声音就很轻。
我想问下要在android上实现蓝牙麦克风录音还是什么解决方案吗?
The text was updated successfully, but these errors were encountered: