llfbandit
llfbandit
Thanks for the report. Using wav, opus or aac encoders fails the same way on those devices? Are they on the same Android version?
I made an attempt to fix your issue in `compat_effect_issue_393` branch, are you able to test it? To make it work, you should not use any effect like echo cancel,...
Thanks for the report. But there's too many variables in this issue to determine what could the culprit. Also the files you are opening are uploaded so we can't be...
Well to find the real issue you must change only one thing at a time, otherwise it will just hide it at best. I would say by priority: 1. Transitive...
Just run `flutter pub upgrade` and check that the latest versions are used. Safari should use aac not opus.
Any update on your side? What is weird here is you have the issue on 3 platforms while all 3 have completly different implementations.
Could you provide what output is it? Are you using an emulator?
Try to start your app from Visual Studio to get log and stacktrace. From here, I will be able to investigate otherwise I will close this issue.
Thanks for the stack trace. There's a missing check when starting the recording. It seems that the given path is problematic. Are you trying to record to a protected folder?...
record_windows 1.0.3 has been released to fix the crash and forward the underlying error on Dart side.