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
although i gave audio permission to app, still no luck in recording device voice, only able to record video
The text was updated successfully, but these errors were encountered:
you need to add those lines:
mMediaRecorder?.setAudioSource(MediaRecorder.AudioSource.MIC); mMediaRecorder?.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); mMediaRecorder?.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
into file FlutterScreenRecordingPlugin.kt in order to start recording voice
Sorry, something went wrong.
Yes, we have to add a flag and logic for that in the futrure, rigth now the plugin only record screen
No branches or pull requests
although i gave audio permission to app, still no luck in recording device voice, only able to record video
The text was updated successfully, but these errors were encountered: