flutter_sound
flutter_sound copied to clipboard
[BUG]: Recording duration is wrong when resume recording
Flutter Sound Version : flutter_sound 8.3.9
Severity
- Result is not what expected
Platforms you faced the error
- Android
Describe the bug The recording duration is wrong when resume from pause state.
_recorderSubscription = _mRecorder?.onProgress?.listen((event) {
log("event.duration=${event.duration.inSeconds}");
});
When resumed, somehow the seconds become minus value. then start again from 0 and counting on. In previous version ^7.5.3+1 it was working perfectly.
To Reproduce Steps to reproduce the behavior:
- Start recording. You will see the duration is correctly counting.
- Pause recording
_mRecorder?.pauseRecorder()
- Resume recording
_mRecorder?.resumeRecorder()
. You will see the duration now is wrong
Please help. Thanks a lot
I had the same problem,Did you solve it?
I downgraded to version 8.3.4, it's working fine on that version :)
I tried, but it didn't work
Is this the class you use, TauRecorder
I use FlutterSoundRecorder
OK,Thanks!
Hello, still no. Do you have an example?
The bug is there in the latest version ^8.4.1+1
.
I tried downgrading the version to 8.3.4
, but it's still there.
Any solution?
I had the same problem. Did you found any solution please ?
I have the same problem. But only on Android.
I'm having the same problem. Please is there a fix around it yet?
We're having the same problem, are you going to address it or we should use the outdated version of the package (8.3.4)?
With flutter_sound: ^8.4.2
problem still persists.
I had the same problem on 9.1.7
I had the same problem on 9.2.10 Did you found any solution please ?
I had the same problem on 9.2.13
Any updates on this issue?
This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.