-
Notifications
You must be signed in to change notification settings - Fork 592
[HELP]: I can't play paused recording in flutter web #1145
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
Comments
Are you sure that _mPath is a valid file that is accessible and has a valid codec. |
When I go with the flow
Everything is working like a charm, only when I pause the recording, it won't play the current recording that is paused. |
Do you record to File, to Buffer or to Stream ? |
You are recording to the _mPath file, with the _mCodec codec. |
So I have to change the logic to use toStream to process recording in real time? |
Yes, you will not have this issue if you record to stream |
Thank you for the quick and kind response! |
Is the toStream method working in flutter web for flutter_sound: 9.4.7? |
No, not yet. Just in the future v10.0. |
I need Help for :
Here is my question :
I can't play paused recording.
LOGS
Method for starting the playback
The text was updated successfully, but these errors were encountered: