I have the following crash on A13.LGX.0.F2080 (Android 13) device:
Fatal Exception: java.lang.IllegalStateException: startRecording() called on an uninitialized AudioRecord.
at android.media.AudioRecord.startRecording(AudioRecord.java:1349)
at com.github.squti.androidwaverecorder.WaveRecorder.initializeAudioRecorder(WaveRecorder.kt:183)
at com.github.squti.androidwaverecorder.WaveRecorder.startRecording(WaveRecorder.kt:154)