Sound Recorder Widget doesnt stop recording

后端 未结 1 1356
遥遥无期
遥遥无期 2021-01-15 05:58

My application involves plenty of sound recording, so I made a widget to be able to record from the Home screen. I have a class Recorder.java where I deal with all the Media

相关标签:
1条回答
  • 2021-01-15 06:56

    please Try to use prepare() after Stop() called and at last relase() the MediaRecorder Object

    0 讨论(0)
提交回复
热议问题