HomeSort by relevance Sort by last modified time
    Searched full:utterance (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/srec/srec/include/
c42mul.h 94 /* Utterance stuff moved in here
fpi_tgt.h 90 volatile int utt_ended; /* end of utterance flag */
utteranc.h 97 unsigned long len; /* length of file/utterance */
  /frameworks/base/core/java/android/speech/tts/
AbstractEventLogger.java 103 // the length of the utterance).
TextToSpeech.java 189 * completed synthesizing an utterance. This is only called if the utterance
190 * has an utterance ID (see {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID}).
197 * Called when an utterance has been synthesized.
199 * @param utteranceId the identifier of the utterance.
538 * Parameter key to identify an utterance in the
    [all...]
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 75 private static final String UTTERANCE = "utterance";
136 UTTERANCE);
532 mTts.setOnUtteranceCompletedListener(new MyUtteranceCompletedListener(UTTERANCE));
  /system/core/include/system/
sound_trigger.h 144 utterance buffered by the
159 rest of the utterance */
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 32 function logSpeakCall(utterance, options, callback) {
40 utterance + '\', ' +
43 chrome.tts.speak(utterance, options, callback);
45 chrome.tts.speak(utterance, options);
172 'the baseline utterance, to make sure that speech after ' +
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 120 * @param {Object=} properties Speech properties to use for this utterance.
210 * @param {Object=} properties Speech properties to use for this utterance.
233 * @param {Object=} properties Speech properties to use for this utterance.
live_regions_test.unitjs 305 * one utterance until this bug is fixed: http://crbug.com/415679
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 428 proto_alternative->set_transcript(base::UTF16ToUTF8(hypothesis.utterance));
476 if (hyp_a.utterance != hyp_b.utterance ||
  /frameworks/base/packages/PrintSpooler/res/values/
strings.xml 120 <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
123 <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
135 <!-- Utterance to announce a change in the number of matches during a search. This is spoken to a blind user. [CHAR LIMIT=none] -->
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 181 * Legacy CREC Utterance object.
183 CA_Utterance* utterance; member in struct:SR_RecognizerImpl_t
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 140 * Listener for waiting for utterance completion.
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 96 proto_alternative->set_transcript(base::UTF16ToUTF8(hypothesis.utterance));
  /external/srec/srec/clib/
cnorm_tr.c 89 ** utterance object is created
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_tts.js 423 * Speech queue mode that interrupts the current utterance.
430 * Speech queue mode that does not interrupt the current utterance.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 212 * @param {Object=} properties Speech properties to use for this utterance.
chrome_extension_externs.js 625 * An event from the TTS engine to communicate the status of an utterance.
688 * @param {string} utterance The text to speak, either plain text or a complete,
695 chrome.tts.speak = function(utterance, opt_options, opt_callback) {};
  /external/chromium_org/content/renderer/
speech_recognition_dispatcher.cc 204 transcripts[i] = result.hypotheses[i].utterance;
  /external/srec/srec/cfront/
ca_cms.c 217 log_report("Mismatched channel and utterance\n");
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 505 * <code>Recognizer</code> could not find a match for the utterance.
535 * Beginning of utterance occured too soon.
545 * Timeout occured before beginning of utterance.
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 489 /** True if it is possible to capture audio from this utterance buffered by the hardware */
491 /** Audio session ID to be used when capturing the utterance with an AudioRecord
502 * rest of the utterance */
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule.js 14 * component describes how to construct a single utterance. Text-to-speech
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 290 status_ = EP_PRE_SPEECH; // Automatically reset for next utterance.

Completed in 746 milliseconds

1 2 34 5