From fbf049cff1e75427741d1403cab270411e2feecc Mon Sep 17 00:00:00 2001 From: Bryan Barnes Date: Tue, 11 Mar 2014 22:31:46 -0400 Subject: [PATCH] tweaked mic for better voice input - need to test --- shell/android/src/com/reicast/emulator/periph/SipEmulator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/android/src/com/reicast/emulator/periph/SipEmulator.java b/shell/android/src/com/reicast/emulator/periph/SipEmulator.java index f480a9e22..612d19e80 100644 --- a/shell/android/src/com/reicast/emulator/periph/SipEmulator.java +++ b/shell/android/src/com/reicast/emulator/periph/SipEmulator.java @@ -42,7 +42,7 @@ public class SipEmulator extends Thread { Log.d(TAG, "SipEmulator init called"); record = new AudioRecord( - MediaRecorder.AudioSource.MIC, + MediaRecorder.AudioSource.VOICE_RECOGNITION, 11025, AudioFormat.CHANNEL_IN_MONO, AudioFormat.ENCODING_PCM_16BIT,