-
Notifications
You must be signed in to change notification settings - Fork 75
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 reset the visualizer after playback #39
Comments
Hi, @tringkishorekumar , thanks for using the library, can you paste the codes here? |
I use following renderer I pulled out the code from sample to create the visualizer.
Once I am done with recording, I am calling like below The problem here is it stops abrubtly with waves still raised, i want the wave to come to resting position on calling mVisualizerManager?.stop() |
same problem here, after play one file i stop mVisualizerManager and then i change the media player and on setOnPreparedListener i will start mVisualizerManager again, i will see 2 wawe! |
Sorry for the late reply, I'll improve it in the next release. |
When i call mVisualizerManager?.stop() and mVisualizerManager?.release(), i expect it to reset to original position, but it suddenly stop. how to reset the view to zero line after stop pls help
The text was updated successfully, but these errors were encountered: