You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since my dart version is 3.3 and 5.2.1 required 3.4 I went with recorder version of 5.2.0 and kept bitRate to default. Still it fails, application got closed when I performed recorder.start();
5.0.0
Environment
Windows app is getting closed when ever I start recording
I created an instance using AudioRecorder recorder and when I called recorder.start(); then the app got closed in windows
RecordConfig config = const RecordConfig(
encoder: AudioEncoder.wav,
numChannels: 1,
bitRate: 8000,
);
To Reproduce
Steps to reproduce the behavior:
When ever I do recorder.start() this is happening.
The text was updated successfully, but these errors were encountered: