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
although i tired using it in other ways too it didn't work
To Reproduce
try init RecorderController or use AudioRecorder
Expected behavior
RecorderController initialises
Smartphone (please complete the following information):
Device: Pixel 5
OS: Android
Version 13
Additional context
it worked before but it suddenly stopped working, i have tried different ways but it just seems to stop at initialization phase with "E/AudioWaveforms( 5594): Failed to stop initialize recorder" as error log when try to record
i also tried it in different emulators and device it still didn't work
The text was updated successfully, but these errors were encountered:
@Illia-Dulebov@tentamens@gautam8404
I also have the same problem. My solution is to pass a path to it: await recorderController.record(path: soundFilePath);
Describe the bug
Recorder controller failed to initialize, it was working before but now it fails to initialize and i can't figure out why
i use following widget to use audio recorder
and its used here
although i tired using it in other ways too it didn't work
To Reproduce
try init RecorderController or use AudioRecorder
Expected behavior
RecorderController initialises
Smartphone (please complete the following information):
Additional context
it worked before but it suddenly stopped working, i have tried different ways but it just seems to stop at initialization phase with "E/AudioWaveforms( 5594): Failed to stop initialize recorder" as error log when try to record
i also tried it in different emulators and device it still didn't work
The text was updated successfully, but these errors were encountered: