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

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 77 void PlatformSpeechSynthesizerMock::speak(PlatformSpeechSynthesisUtterance* utterance)
80 m_utterance = utterance;
  /external/srec/srec/include/
swicms.h 44 * frames of speech and uses that as a channel mean for the next utterance. A forget_factor
67 /* for in-utterance channel normalization */
frontapi.h 180 * hUtt Handle to valid utterance object
187 * frame is inserted into the utterance.
217 * Returns The dimension of utterance that the front end will build
224 * Returns the number of items in an utterance.
324 * hUtt Handle to an utterance object to clear
333 * CA_Utterance. All calculations carried out with this utterance
340 * Returns true if CMS is attached to utterance.
360 * hUtt Handle to an utterance object to clear
370 * Calculations carried out with this utterance
502 * is used for streaming live data, or multiple-utterance wave files
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 187 * Attempt to start speaking an utterance. If it returns true, will call back on
190 * @param utteranceId A unique id for this utterance so that callbacks can be tied
191 * to a particular utterance.
226 * Stop the current utterance.
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api_constants.cc 52 const char kErrorUtteranceTooLong[] = "Utterance length is too long.";
  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesizer.h 42 // OK to call with more than one utterance, will queue.
  /external/chromium_org/chrome/browser/speech/
tts_win.cc 24 const std::string& utterance,
52 // These apply to the current utterance only.
126 // utterance are ignored.
tts_linux.cc 39 const std::string& utterance,
79 // These apply to the current utterance only.
167 const std::string& utterance,
195 utterance_ = utterance;
198 if (libspeechd_loader_.spd_say(conn_, SPD_TEXT, utterance.c_str()) == -1) {
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 537 /* Create an utterance object */
538 impl->utterance = CA_AllocateUtterance();
539 if (impl->utterance == NULL)
545 CA_InitUtteranceForFrontend(impl->utterance, frontendParams);
546 CA_AttachCMStoUtterance(impl->wavein, impl->utterance);
563 if (impl->utterance != NULL)
565 CA_ClearUtterance(impl->utterance);
566 CA_FreeUtterance(impl->utterance);
567 impl->utterance = NULL;
671 impl->utterance = NULL
    [all...]
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 32 const char* const kUtteranceString = "utterance";
125 base::string16 utterance; local
127 if (!hypothesis_value->GetString(kUtteranceString, &utterance)) {
128 LOG(WARNING) << "ParseServerResponse: Missing utterance value.";
135 result->hypotheses.push_back(SpeechRecognitionHypothesis(utterance,
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 47 * Recognizer could not find a match for the utterance.
71 * Beginning of utterance occured too soon.
79 * Timeout occured before beginning of utterance.
355 * internal FIFO frame buffer (aka utterance buffer). This ensures that this call is at least
373 * Advance the recognizer by at least one utterance frame. The number of frames advanced
392 * Loads utterance from file.
400 * Loads utterance from WAVE file.
463 * @param transcription Transcription for the utterance
778 * internal FIFO frame buffer (aka utterance buffer). This ensures that this call is at least
796 * Advance the recognizer by at least one utterance frame. The number of frames advance
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
background.extjs 64 * larger utterance).
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.h 85 // Returns the utterance at the front of the queue.
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 105 // Reset internal states. Helper method common to initial input utterance
124 // speech_input_complete_silence_length_ when the utterance is longer than
  /external/srec/srec/clib/
swicms.c 33 /* Cross-utterance CMN calculation:
41 In-utterance CMN calculation:
46 cross-utterance estimator to be more reliable, particularly in its
50 /* default settings for cross-utterance cms */
56 /* default settings for in-utterance cms */
437 if ( swicms->_prep != NULL ) /* Set now if NULL it will automatically be set on first utterance */
493 /* THEN we update the adjustment in-line with the current utterance! */
524 /* init for utterance */
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 649 * to the end, if any. It should be spoken at the end of the utterance
661 var utterance = '';
665 utterance = inserted;
678 utterance = evt.value.substr(index, prefixLen + 1 - index);
680 utterance = inserted;
687 utterance = cvox.ChromeVoxEditableTextBase.eventTypingEcho ? '' :
691 utterance = deleted + ', deleted';
693 utterance = deleted;
696 if (autocompleteSuffix && utterance) {
697 utterance += ', ' + autocompleteSuffix
    [all...]
  /frameworks/base/core/java/android/speech/tts/
BlockingAudioTrack.java 57 * A "short utterance" is one that uses less bytes than the audio
252 // utterance weighs in at about 2 seconds, and (b) such short utterances
265 if (DBG) Log.d(TAG, "About to sleep for: " + estimatedTimeMs + "ms for a short utterance");
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 33 private static final String UTTERANCE_ID = "utterance";
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api_implementation.js 115 * @param {Object} properties Speech properties to use for this utterance.
137 * @param {Object=} properties Speech properties to use for this utterance.
155 * @param {Object=} properties Speech properties to use for this utterance.
172 * @param {Object=} properties Speech properties to use for this utterance.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
tts.js 112 * @param {Object=} properties Speech properties to use for this utterance.
  /external/chromium_org/content/common/
speech_recognition_messages.h 29 IPC_STRUCT_TRAITS_MEMBER(utterance)
  /external/srec/config/en.us/tcp/
bothtags5.tcp 78 # These utterance test that we're able to recognize the voicetags
bothtags5_from_saved.tcp 66 # These utterance test that we're able to recognize the voicetags
  /external/srec/srec/Nametag/include/
SR_NametagDefs.h 37 * silence from the ends of the utterance, and any long pause between speech chunks, is removed.
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 48 * Input labels are words in a spoken utterance.

Completed in 500 milliseconds

1 23 4 5