AndroidRecording icon indicating copy to clipboard operation
AndroidRecording copied to clipboard

App crash while Media player on pause and play

Open vikydev opened this issue 9 years ago • 0 comments

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

vikydev avatar May 25 '15 10:05 vikydev