RecordingStudio icon indicating copy to clipboard operation
RecordingStudio copied to clipboard

Crash while recording from external USB audio device

Open splisp opened this issue 11 months ago • 0 comments

This was the first recording I tried right after installing the app. The device is a IK Multimedia Tonex One. Here's the crash data:

Build version: 0.2.0 
Current date: 2025-01-31 16:05:59 
Device: Fairphone FP5 
OS version: Android 14 (SDK 34) 
 
Stack trace:  
java.lang.RuntimeException: stop failed.
	at android.media.MediaRecorder.stop(Native Method)
	at J2.d.c(SourceFile:3)
	at J2.o.l(SourceFile:33)
	at a3.a.m(SourceFile:9)
	at u3.a.c(SourceFile:155)
	at N.o.y0(SourceFile:12)
	at p3.a.a0(SourceFile:76)
	at o2.d.S(SourceFile:52)
	at io.github.leonidius20.recorder.data.recorder.RecorderService.k(SourceFile:46)
	at N2.g.a(SourceFile:47)
	at com.google.android.material.datepicker.v.onClick(SourceFile:12)
	at android.view.View.performClick(View.java:7660)
	at com.google.android.material.button.MaterialButton.performClick(SourceFile:10)
	at android.view.View.performClickInternal(View.java:7637)
	at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
	at android.view.View$PerformClick.run(View.java:30165)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.app.ActivityThread.main(ActivityThread.java:8223)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:977)
	Suppressed: u3.f: [i0{Cancelling}@c4d742d, Dispatchers.Main.immediate]

EDIT: My settings (I thought that they were included in the crash data):

Audio source: unprocessed Container: OGG Codec: Opus Channels: Stereo Sample rate: 48000 Bitrate: 128 kbps

splisp avatar Jan 31 '25 15:01 splisp