Searched defs:audio (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java56 * // create and start audio input
57 * InputStream audio = new MicrophoneInputStream(11025, 11025*5);
88 * // put more audio in the Recognizer
89 * recognizer.putAudio(audio);
101 * // stop the audio device
102 * audio.close();
160 * A separate config file is needed for each audio sample rate.
266 * Process some audio and return the current status.
289 * Put audio samples into the <code>Recognizer</code>.
290 * @param buf holds the audio sample
305 putAudio(InputStream audio) argument
[all...]

Completed in 57 milliseconds