-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Labels
Description
Package version
5.2.0
Environment
- OS: macOS
- Browser Chrome
Describe the bug
await _record.start(
const RecordConfig(
encoder: AudioEncoder.aacLc,
),
path: 'voice_note.m4a',
);
Gives error:
AudioEncoder.aacLc not supported
Expected behavior
Able to record aac audio on Chrome, see https://issues.chromium.org/issues/40797882
Additional context
I found the following returns true:
MediaRecorder.isTypeSupported("audio/mp4; codecs=mp4a.40.2")
But record_web
does not include that specification.