We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use VOICE_RECOGNITION and have next error:
E/MediaRecorder: start failed: -38 2020-12-04 15:22:47.547 4602-4774/../AndroidRuntime: FATAL EXCEPTION: newRecordingThread Process:..., PID: 4602 java.lang.IllegalStateException at android.media.MediaRecorder.start(Native Method) at core.recorder.core.android_recorder.MyMediaRecorder.start(
If change the audio source to something else there is no error but no voice record
The text was updated successfully, but these errors were encountered:
call recording is working below android version 10 but it is not working for above android version 10 .please help me
Sorry, something went wrong.
Please add plugin in build.gradle file
apply plugin: 'kotlin-android'
No branches or pull requests
I tried to use VOICE_RECOGNITION and have next error:
If change the audio source to something else there is no error but no voice record
The text was updated successfully, but these errors were encountered: