Skip to content
New issue

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

[问答] 使用蓝牙耳机的麦克风录音的方案有哪些? #750

Open
jungu009 opened this issue Jun 18, 2020 · 0 comments
Open

[问答] 使用蓝牙耳机的麦克风录音的方案有哪些? #750

jungu009 opened this issue Jun 18, 2020 · 0 comments

Comments

@jungu009
Copy link

jungu009 commented Jun 18, 2020

我使用的是以下方法(网上找到的都是用这个):

AudioManager audioMgr = (AudioManager )getSystemService(Context.AUDIO_SERVICE);
audioMgr.setBluetoothScoOn(true);
audioMgr.startBluetoothSco();

但是最近发现,同一个耳机在不同手机上表现不一样,
买了个十几块的无线蓝牙耳机,是蓝牙4.0,我的nova2s上录音表现还好,
但是在荣耀30s上声音就很轻。

我想问下要在android上实现蓝牙麦克风录音还是什么解决方案吗?

@jungu009 jungu009 changed the title [问答] 使用蓝牙耳机录音的方案有哪些? [问答] 使用蓝牙耳机的麦克风录音的方案有哪些? Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant