-
Notifications
You must be signed in to change notification settings - Fork 166
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
Duration doesn't reset after calling stop (IOS) #74
Comments
@Flajt Ok so what is happening here is, when you start recording the audio for second time it clears all the waves but it is not resetting the distance it pushed the first wave back and for new recording its starting from old distance. Thanks for reporting this issue, we will soon release a fix |
@Flajt I have created a PR for the issue. You may use that branch until the next release |
I appreciate it. Thanks a lot. |
@Flajt and everyone, if you decide to set |
Hello, first of all thank you for this great package.
If I call
recoderController.stop()
and try to take a new recording without leaving the page (and triggeringdispose
), it will start by first displaying no wave. If one has the duration markers enabled, one can see that it renders the last timestamp at the near the left most position.Video of the issue
Audio_issue.mp4
Device: Iphone 12 mini
IOS version: 15.6
Flutter Version: 3.0.4
package version: 0.1.3
Edit: No clue if the issue also is on android
Code snippet for my recording button:
The text was updated successfully, but these errors were encountered: