AndroidAudioRecorder
AndroidAudioRecorder copied to clipboard
A fancy audio recorder lib for Android. Supports WAV format at 48kHz.
java.lang.RuntimeException: could not build OutputStream from this filerecorded_audio.wav at omrecorder.AbstractRecorder.outputStream(AbstractRecorder.java:44) at omrecorder.AbstractRecorder.(AbstractRecorder.java:22) at omrecorder.Wav.(Wav.java:35) at omrecorder.OmRecorder.wav(OmRecorder.java:36) at cafe.adriel.androidaudiorecorder.AudioRecorderActivity.resumeRecording(AudioRecorderActivity.java:282) at cafe.adriel.androidaudiorecorder.AudioRecorderActivity.access$200(AudioRecorderActivity.java:33) at cafe.adriel.androidaudiorecorder.AudioRecorderActivity$1.run(AudioRecorderActivity.java:223) at android.os.Handler.handleCallback(Handler.java:789) at android.os.Handler.dispatchMessage(Handler.java:98) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6589)...
This is the code of the `AndroidAudioRecorder` constructor in the code on GitHub: ```java private AndroidAudioRecorder(Activity activity) { this.activity = activity; } ``` However, this is the code of the...
ref #47 , https://github.com/jitpack/jitpack.io/pull/4723 https://autsoft.net/hu/a-confusing-dependency/
Does this library support in Androidx project? Getting error when implemented. Error on the AudioRecorderActivity.java file as the activity is importing "android.support.v7.app.AppCompatActivity". But the project is migrated to AndroidX. Any...
The onActivityResult function is not being called .. and i need to get the file path
player manager playCallback was changed to public
gradle was updated, player manager playCallback was changed to public
remove media player to add a customized player manager that fixes the exceptio: java.io.IOException: Prepare failed.: status=0x1
我能不能在后台录音不传入activity和resourse