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
Package version 5.2.0
Environment
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.
record_web
The text was updated successfully, but these errors were encountered:
fix(web): specify audio object type for m4a codecs
9edfd99
fixes llfbandit#468
7683e93
dd70ef5
Fixed by 069db9f
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Package version
5.2.0
Environment
Describe the bug
Gives error:
Expected behavior
Able to record aac audio on Chrome, see https://issues.chromium.org/issues/40797882
Additional context
I found the following returns true:
But
record_web
does not include that specification.The text was updated successfully, but these errors were encountered: