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

  /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
  /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;
  /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.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts_background.js 383 // Ignore events sent on utterances other than the current one.
425 * CATEGORY_FLUSH, we only flush utterances with the same category.
  /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.',

Completed in 3721 milliseconds