-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Description
Package version
6.0.0
Environment
MacOS Sequoia 15.4.1
Flutter 3.29.2
Chrome 135.0.7049.115
Describe the bug
When trying to record using a stream, it records only zeros on web.
All permissions are granted:

const config = RecordConfig(
encoder: kIsWeb ? AudioEncoder.pcm16bits : AudioEncoder.wav,
sampleRate: 44100,
bitRate: 128000,
);
Metadata
Metadata
Assignees
Labels
No labels