Searched defs:speech (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.AudioOutputParams;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisRequest.java16 package android.speech.tts;
21 * Contains data required by engines to synthesize speech. This data is:
30 * <li>The synthesis speech rate, with 100 being the normal, and
31 * higher values representing higher speech rates.</li>
35 * Any additional parameters sent to the text to speech service are passed in
107 * Gets the speech rate to use. The normal rate is 100.
151 * Sets the speech rate.
H A DBlockingAudioTrack.java3 package android.speech.tts;
7 import android.speech.tts.TextToSpeechService.AudioOutputParams;
H A DTtsEngines.java16 package android.speech.tts;
34 import android.speech.tts.TextToSpeech.Engine;
35 import android.speech.tts.TextToSpeech.EngineInfo;
222 * The name of the XML tag that text to speech engines must use to
H A DVoice.java17 package android.speech.tts;
33 /** Very low, but still intelligible quality of speech synthesis */
36 /** Low, not human-like quality of speech synthesis */
39 /** Normal quality of speech synthesis */
42 /** High, human-like quality of speech synthesis */
45 /** Very high, almost human-indistinguishable quality of speech synthesis */
H A DTextToSpeechService.java16 package android.speech.tts;
36 import android.speech.tts.TextToSpeech.Engine;
199 * Notifies the engine that it should load a speech synthesis language. There is no guarantee
221 * Notifies the service that it should stop any in-progress speech synthesis.
222 * This method can be called even if no speech synthesis is currently in progress.
229 * Tells the service to synthesize speech from the given text. This method
231 * clients ({@link android.speech.tts.TextToSpeech}). Called on the synthesis
348 * Notifies the engine that it should load a speech synthesis voice. There is no guarantee
526 // Don't process any more speech items
528 // Stop the current speech ite
[all...]
H A DTextToSpeech.java16 package android.speech.tts;
56 * Synthesizes speech from text for immediate playback or to create a sound file.
173 * of all the text in the speech queue.
182 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
215 * Constants and parameter names for controlling text-to-speech. These include:
238 * Default speech rate.
281 * Default audio stream used when playing synthesized speech.
335 * Name under which a text to speech engine publishes information about itself.
340 public static final String SERVICE_META_DATA = "android.speech.tts";
354 "android.speech
[all...]
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java17 package android.speech;
36 * extended only in case you wish to implement a new speech recognizer. Please note that the
44 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
51 public static final String SERVICE_META_DATA = "android.speech";
191 * Notifies the service that it should start listening for speech.
201 * Notifies the service that it should cancel the speech recognition.
206 * Notifies the service that it should stop listening for speech. Speech captured so far should
227 * This class receives callbacks from the speech recognition service and forwards them to the
282 * depending on the speech recognition service implementation.
H A DSpeechRecognizer.java17 package android.speech;
39 * This class provides access to the speech recognition service. This service allows access to the
40 * speech recognizer. Do not instantiate this class directly, instead, call
44 * <p>The implementation of this API is likely to stream audio to remote servers to perform speech
73 * Confidence values close to 1.0 indicate high confidence (the speech recognizer is confident
95 /** No speech input */
189 * Checks whether a speech recognition service is available on the system. If this method
254 * Starts listening for speech. Please note that
299 * Stops listening for speech. Speech captured so far will be recognized as if the user had
301 * called, as the speech endpointe
[all...]
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java17 package com.android.common.speech;
22 * This class is used by clients of the android.speech APIs to log how the
23 * user interacts with the IME settings and speech recognition result.
27 public static final String ACTION_LOG_EVENT = "com.android.common.speech.LOG_EVENT";
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c23 * wideband speech signals. *
153 Word16 speech16k[], /* input : 320 new speech samples (at 16 kHz) */
164 Word16 *new_speech, *speech, *p_window; local
166 /* Weighted speech vector */
175 Word16 r_h[M + 1], r_l[M + 1]; /* Autocorrelations of windowed speech */
221 * Initialize pointers to speech vector. *
226 * <------- Total speech buffer (L_TOTAL) ------> *
230 * p_window | <----- new speech (L_FRAME) ----> *
232 * speech | *
236 new_speech = old_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */
[all...]

Completed in 207 milliseconds

12