HomeSort by relevance Sort by last modified time
    Searched full:mmicrophone (Results 1 - 1 of 1) sorted by null

  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 58 private InputStream mMicrophone;
158 mMicrophone = new MicrophoneInputStream(mSampleRate, mSampleRate * 15);
160 // mMicrophone = logInputStream(mUtterance.toString(), mMicrophone, mSampleRate);
191 rtn = mMicrophone.read(buffer, 0, 512);
227 mMicrophone.close();

Completed in 41 milliseconds