Skip to content

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

Open
@jungu009

Description

@jungu009

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

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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions