HomeSort by relevance Sort by last modified time
    Searched refs:speech (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 3 package android.speech.tts;
7 import android.speech.tts.TextToSpeechService.AudioOutputParams;
FileSynthesisCallback.java 16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
29 * Speech synthesis request that writes the audio to a WAV file.
92 // File will be closed by the SpeechItem in the speech service.
TtsEngines.java 16 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
Voice.java 17 package android.speech.tts;
29 * Characteristics and features of a Text-To-Speech Voice. Each TTS Engine can expose
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 */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 20 import com.android.common.speech.Recognition;
36 import android.speech.RecognizerIntent;
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 15 import android.speech.tts.TextToSpeech;
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 15 import android.speech.tts.TextToSpeech;
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 15 import android.speech.tts.TextToSpeech;
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 15 import android.speech.tts.TextToSpeech;
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 15 import android.speech.tts.TextToSpeech;
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 15 import android.speech.tts.TextToSpeech;
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 16 import android.speech.tts.TextToSpeech;
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 25 import android.speech.tts.TextToSpeech;
26 import android.speech.tts.TextToSpeech.EngineInfo;
27 import android.speech.tts.TtsEngines;
28 import android.speech.tts.UtteranceProgressListener;
71 /** Preference key for the TTS reset speech rate preference. */
74 /** Preference key for the TTS reset speech pitch preference. */
93 * Speech rate value.
100 * Speech pitch value.
305 * The minimum speech pitch/rate value should be > 0 but the minimum value of a seekbar in
320 * Since we are appending the MIN_SPEECH value to the speech seekbar progress, th
    [all...]
TtsEngineSettingsFragment.java 25 import android.speech.tts.TextToSpeech;
26 import android.speech.tts.TtsEngines;
  /packages/services/Car/service/src/com/android/car/
CarInputService.java 23 import android.speech.RecognizerIntent;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 23 * wideband speech signals. *
153 Word16 speech16k[], /* input : 320 new speech samples (at 16 kHz) */
162 /* Speech vector */
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 | *
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 29 import android.speech.RecognitionListener;
30 import android.speech.RecognizerIntent;
31 import android.speech.SpeechRecognizer;
235 // don't propagate event during speech recognition.
453 * Sets the speech recognizer to be used when doing voice search. The Activity/Fragment is in
469 throw new IllegalStateException("Can't have speech recognizer and request");
474 * Sets the speech recognition callback.
479 throw new IllegalStateException("Can't have speech recognizer and request");
540 * Stops the speech recognition, if already started.
674 Log.w(TAG, "recognizer speech timeout")
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TextToSpeechFragment.java 25 import android.speech.tts.TextToSpeech;
26 import android.speech.tts.TtsEngines;
27 import android.speech.tts.UtteranceProgressListener;
496 // Disable the "play sample text" preference and the speech
TtsEngineSettingsFragment.java 25 import android.speech.tts.TextToSpeech;
26 import android.speech.tts.TtsEngines;
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 221 * - speech : Signal (noise) to be analyzed
222 * - nrOfSamples : Size of speech vector
228 int WebRtcCng_Encode(CNG_enc_inst* cng_inst, int16_t* speech,
265 speechBuf[i] = speech[i];
569 * |excitation| - Speech samples.
571 * |outData| - Filtered speech samples. */
audio_encoder_cng.cc 131 // Check if all of the buffer is passive speech. Start with checking the first
233 info.speech = false;
  /hardware/ti/omap3/omx/
Android.mk 92 #call to VoIP/speech
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 29 import android.speech.RecognizerIntent;
45 * Sample code that invokes the speech recognition intent API.
104 * Fire an intent to start the speech recognition activity.
113 intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo");
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.cc 159 info.speech = (status > 0);

Completed in 342 milliseconds

1 2 34 5 6