Skip to content

The sound from the Bluetooth headset cannot be recorded. #595

@guominfang

Description

@guominfang

Package version
record: ^6.0.0

Environment

  • OS: [android/ios]
await _audioRecorder!.start(
        const RecordConfig(
          encoder: AudioEncoder.aacLc,
          numChannels: 1,
          sampleRate: 16000,
          bitRate: 32000,
          // device: selectedDevice,
          androidConfig: AndroidRecordConfig(
            audioSource: AndroidAudioSource.voiceRecognition,
          ),
        ),
        path: _recordFilePath,
      );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions