Skip to content
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

stop() called on an uninitialized AudioRecord. #3

Closed
WindSekirun opened this issue Jan 29, 2019 · 1 comment
Closed

stop() called on an uninitialized AudioRecord. #3

WindSekirun opened this issue Jan 29, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@WindSekirun
Copy link
Owner

java.lang.IllegalStateException: stop() called on an uninitialized AudioRecord.
        at android.media.AudioRecord.stop(AudioRecord.java:1041)
        at com.github.windsekirun.naraeaudiorecorder.writer.DefaultRecordWriter.stopRecording(DefaultRecordWriter.kt:34)
        at com.github.windsekirun.naraeaudiorecorder.recorder.DefaultAudioRecorder.stopRecording(DefaultAudioRecorder.kt:55)
        at com.github.windsekirun.naraeaudiorecorder.recorder.WavAudioRecorder.stopRecording(WavAudioRecorder.kt:15)
        at com.github.windsekirun.naraeaudiorecorder.ffmpeg.FFmpegAudioRecorder.stopRecording(FFmpegAudioRecorder.kt:41)
        at com.github.windsekirun.naraeaudiorecorder.NaraeAudioRecorder.stopRecording(NaraeAudioRecorder.kt:111)
        at android.view.View.performClick(View.java:7352)
        at android.view.View.performClickInternal(View.java:7318)
        at android.view.View.access$3200(View.java:846)
        at android.view.View$PerformClick.run(View.java:27801)
        at android.os.Handler.handleCallback(Handler.java:873)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:214)
        at android.app.ActivityThread.main(ActivityThread.java:7045)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
@WindSekirun WindSekirun added the bug Something isn't working label Jan 29, 2019
@WindSekirun
Copy link
Owner Author

Fixed in 1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant