use a diff audio source

This commit is contained in:
gowthaman
2022-01-31 21:26:53 +05:30
parent 4b7c0fb1c9
commit e71007f9e6
2 changed files with 2 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ class MainActivity : AppCompatActivity(), CoroutineScope by MainScope() {
private fun startRecording() {
recorder = MediaRecorder().apply {
setAudioSource(MediaRecorder.AudioSource.MIC)
setAudioSource(MediaRecorder.AudioSource.VOICE_PERFORMANCE)
setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP)
setOutputFile(fileName)
setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB)