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

1 2

  /external/srec/srec/include/
simapi.h 288 int terminal_timeout; /* end of utterance timeout at terminal node */
289 int optional_terminal_timeout; /* end of utterance timeout at optional terminal node */
290 int non_terminal_timeout; /* end of utterance timeout at non terminal node */
291 int eou_threshold; /* select hypotheses for end-of-utterance tests */
826 * hUtt valid utterance handle
835 * Frames can be accessed, on-by-one, from an utterance object into
837 * value then an utterance frame is available for processing and a call
858 * hUtt valid utterance object handle
866 * The current frames is pulled in from an utterance object into
1030 * Returns Handle to a new utterance objec
    [all...]
creccons.h 36 * CREC Utterance Constants
54 * CREC end of utterance constants
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...]
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 */
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 40 private static final String UTTERANCE = "utterance";
74 * Listener for waiting for utterance completion.
145 // use an utterance listener to determine when synthesizing is complete
147 param.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID, UTTERANCE);
148 UtteranceWaitListener listener = new UtteranceWaitListener(UTTERANCE);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
BluetoothVoiceDialerActivity.java 62 * once the greeting utterance completes:
81 * once the try again utterance completes:
87 * once the utterance completes:
94 * once the utterance completes:
270 Log.e(TAG, "utterance completion not delivered, using fallback");
273 // TTS utterance completion. It will behave just the same
274 // as if we had received utterance completion.
288 // utterance completes. As a fallback in case the utterance
346 // since the utterance has completed, we no longer need the fallback
    [all...]
  /development/samples/AccessibilityService/src/com/example/android/clockback/
ClockBackService.java 142 * The queuing mode we are using - interrupt a spoken utterance before
279 String utterance = (String) message.obj;
280 mTts.speak(utterance, QUEUING_MODE_INTERRUPT, null);
349 String utterance = generateScreenOnOrOffUtternace(feedbackIndex);
350 mHandler.obtainMessage(MESSAGE_SPEAK, utterance).sendToTarget();
421 * Generates an utterance for announcing screen on and screen off.
424 * @return The utterance.
572 * Formats an utterance from an {@link AccessibilityEvent}.
574 * @param event The event from which to format an utterance.
575 * @return The formatted utterance
578 StringBuilder utterance = mUtterance; local
    [all...]
  /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/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...]
SR_RecognizerImpl.h 181 * Legacy CREC Utterance object.
183 CA_Utterance* utterance; member in struct:SR_RecognizerImpl_t
  /frameworks/base/docs/html/resources/articles/
tts.jd 131 manage its own queue in order to control which utterance will interrupt the
134 flushed and the new utterance is queued, which places it at the head of the
135 queue. The second utterance is queued and will be played after
161 need to know when a particular utterance is done playing. For instance you might
164 optional parameter, this time to tag our utterance as one we want to identify.
194 optional utterance identifier to be notified on the completion of the synthesis
  /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 */
435 if ( swicms->_prep != NULL ) /* Set now if NULL it will automatically be set on first utterance */
491 /* THEN we update the adjustment in-line with the current utterance! */
522 /* init for utterance */
cnorm_tr.c 89 ** utterance object is created
  /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.
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 120 * completed synthesizing an utterance with an utterance ID set.
125 * Called to signal the completion of the synthesis of the utterance that was identified
131 * @param utteranceId the identifier of the utterance.
326 * Parameter key to identify an utterance in the
    [all...]
  /external/srec/srec/cfront/
ca_cms.c 217 log_report("Mismatched channel and utterance\n");
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 508 * <code>Recognizer</code> could not find a match for the utterance.
538 * Beginning of utterance occured too soon.
548 * Timeout occured before beginning of utterance.
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 823 // Only do the synthesis if it has not been killed by a subsequent utterance.
    [all...]
  /external/srec/srec/crec/
priority_q.c 123 the start of utterance. */

Completed in 1014 milliseconds

1 2