You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hai , Am using your library for audio visualization in audio recording and audio playback. while using with media player for playing audio visualizer works perfect until we pause it and play again. when we press pause button and resume play it crash the application.
am using this code for link my player with visualizer.
mPlayer = new MediaPlayer();
mVisualizerView.link(mPlayer);
please help me to solve this issue
The text was updated successfully, but these errors were encountered:
Hai , Am using your library for audio visualization in audio recording and audio playback. while using with media player for playing audio visualizer works perfect until we pause it and play again. when we press pause button and resume play it crash the application.
am using this code for link my player with visualizer.
mPlayer = new MediaPlayer();
mVisualizerView.link(mPlayer);
please help me to solve this issue
The text was updated successfully, but these errors were encountered: