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

1 2

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_test.unitjs 59 var utterances = cvox.ChromeVoxTester.getUtteranceList();
60 assertEquals('Alpha', utterances[0]);
61 assertEquals('Alert', utterances[1]);
87 var utterances = cvox.ChromeVoxTester.getUtteranceList();
88 assertEquals('I just appeared!', utterances[0]);
103 var utterances = cvox.ChromeVoxTester.getUtteranceList();
104 assertEquals('Beta', utterances[0]);
123 var utterances = cvox.ChromeVoxTester.getUtteranceList();
124 assertEquals('Delta', utterances[utterances.length - 1])
    [all...]
  /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.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
tts.js 66 * All calls to tts.speak are saved in an array of utterances.
67 * Clear any utterances that were saved up to this point.
75 * @return {string} A single string containing all utterances spoken
86 * @return {Array.<string>} A list of all utterances spoken since
100 * A list of info about all utterances spoken since
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.extjs 53 utterances: [],
57 this.utterances.push(textString);
67 return this.utterances.some(function(t) {
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
ttsEngine.html 11 with the utterances, like display closed captions in a pop-up window or
65 if you want to create a voice that will handle utterances in any language,
72 schedule queued utterances.</p>
76 the <code>'end'</code> event type, Chrome cannot queue utterances
81 clients are unable to queue utterances that should get spoken by different
tts.html 35 utterance to be added to a queue of utterances that will be spoken
128 <p>Utterances used in this API may include markup using the
  /external/chromium_org/chrome/browser/speech/
tts_controller_impl.h 24 // extension APIs, maintaining a queue of pending utterances and keeping
88 // A queue of utterances to speak after the current one finishes.
tts_controller_unittest.cc 63 // utterances doesn't cause a crash.
tts_controller.h 110 // Class that wants to receive events on utterances.
231 // with utterances.
276 // extension APIs, maintaining a queue of pending utterances and keeping
292 // Stop all utterances and flush the queue. Implies leaving pause mode
  /development/samples/TtsEngine/res/values/
strings.xml 23 <string name="whisper_title">Whisper utterances</string>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
spoken_list_builder.js 57 * @return {Array} The array of utterances.
tester.js 76 * All calls to tts.speak are saved in an array of utterances.
77 * Clear any utterances that were saved up to this poing.
86 * @return {Array.<string>} A list of all utterances spoken since
chromevox_unittest_base.js 163 * Asserts a list of utterances are in the correct queue mode.
166 * utterances.
  /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
  /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");
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 89 // This is true if there are any utterances that have not started.
126 // may still have references to some of these utterances and may
  /frameworks/base/core/java/android/speech/tts/
AbstractEventLogger.java 77 * has synthesized data and varies depending on utterances and
BlockingAudioTrack.java 252 // utterance weighs in at about 2 seconds, and (b) such short utterances
253 // are expected to be relatively infrequent and in a stream of utterances
  /external/chromium_org/chrome/common/extensions/api/
tts.json 18 "description": "The type can be 'start' as soon as speech has started, 'word' when a word boundary is reached, 'sentence' when a sentence boundary is reached, 'marker' when an SSML mark element is reached, 'end' when the end of the utterance is reached, 'interrupted' when the utterance is stopped or interrupted before reaching the end, 'cancelled' when it's removed from the queue before ever being synthesized, or 'error' when any other error occurs. When pausing speech, a 'pause' event is fired if a particular utterance is paused in the middle, and 'resume' if an utterance resumes speech. Note that pause and resume events may not fire if speech is paused in-between utterances."
186 "description": "Stops any current speech and flushes the queue of any pending utterances. In addition, if speech was paused, it will now be un-paused for the next call to speak.",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 448 description: 'Queue a sequence of three utterances, then before they ' +
450 'more utterances. Make sure that interrupting and ' +
451 'cancelling the previous utterances doesn\'t interfere ' +
452 'with the interrupting utterances.',
  /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 */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 437 * Speech queue mode that flushes all utterances of the same category
446 * equivalents. This replacement only occurs for single character utterances.

Completed in 333 milliseconds

1 2