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

  /external/svox/pico/tests/data/
xsampa_pico_man_README.txt 3 The following files contain a series of utterances to test the Pico TTS engine with regards to
15 They are formatted as utterances that can be sent to the Pico engine through the Android 1.6 API.
  /development/samples/TtsEngine/res/values/
strings.xml 23 <string name="whisper_title">Whisper utterances</string>
  /external/srec/config/en.us/tcp/
bothtags5.tcp 76 # ACTUAL RECOGNITION UTTERANCES
86 # These utterances test that we're able to recognize the texttags
bothtags5_from_saved.tcp 64 # ACTUAL RECOGNITION UTTERANCES
74 # These utterances test that we're able to recognize the texttags
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 101 // with utterances.
147 // Stop all utterances and flush the queue.
192 // A queue of utterances to speak after the current one finishes.
extension_tts_apitest.cc 87 // One utterances starts speaking, and then a second interrupts.
113 // In this test, two utterances are queued, and then a third
  /external/chromium/chrome/common/extensions/docs/static/
experimental.tts.html 68 <p>Utterances used in this API may include markup using the
86 with the utterances, like display closed captions in a pop-up window or
118 'fr' (or something more specific like 'fr-FR') so that only utterances
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 125 String[] utterances = mCall.isChecked() ? mCallUtterances : local
131 for (int i = 0; i < utterances.length; i++) {
133 utterances[i].toLowerCase().replace(' ', '_') + ".wav");
149 mCommand.setText("Say: \"" + utterances[index] + "\"");
150 final String status = "item " + (index + 1) + "/" + utterances.length;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 161 Log.d(TAG, "List of all utterances tested");
174 Log.d(TAG, "Summary of all utterances");
207 Log.d(TAG, "Summary of utterances by directory");
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 238 // utterance weighs in at about 2 seconds, and (b) such short utterances
239 // are expected to be relatively infrequent and in a stream of utterances
EventLogger.java 85 * has synthesized data and varies depending on utterances and
ITextToSpeechService.aidl 81 * Interrupts the current utterance (if from the given app) and removes any utterances
TextToSpeech.java     [all...]
TextToSpeechService.java 343 * Stops all speech output and removes any utterances still in the queue for
    [all...]
  /external/srec/srec/crec/
comp_stats.c 91 print_cs_clock(&cs->astar, cs->total_time, fp, " Astar", "Utterances");
  /external/srec/srec/include/
utteranc.h 101 int num_utts; /* no. of utterances in utb file */
simapi.h     [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.tts.html 411 <p>Utterances used in this API may include markup using the
429 with the utterances, like display closed captions in a pop-up window or
461 'fr' (or something more specific like 'fr-FR') so that only utterances
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 206 /** Reusable instance for building utterances. */

Completed in 2556 milliseconds