-
Notifications
You must be signed in to change notification settings - Fork 163
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
How to listen to the audio while it's paused like WhatsApp? #199
Comments
You can do it by calling If this doesn't resolve your issue please provide your implementation so that we can help you. |
I want to listen to the same audio while recording it, if it paused I already do this but it started a new record every time.
then calling to pause then initialize the player controller then start recording again |
@ujas-m-simformsolutions is there any update? |
Right now it's not possible. Putting it under enhancement. |
Instead of pausing it you can just stop it get the path of the audio and play it if the user wants and when they record again and stop append it to the list of path and at last when user is satisfied you can merge it using ffmpeg |
I want the user to listen to the audio without stopping the recording only pausing it so that he can continue recording.
The text was updated successfully, but these errors were encountered: