-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
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
Windows app is getting closed when I start recording. #473
Comments
Thanks for reporting, please confirm this with latest version, 5.2.1. Also, try with default bitRate value, 8000 seems very low. |
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(); |
Does it fail with any encoder? |
I used wav encoder |
Hi @llfbandit do you have any updates on this? |
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: