Searched defs:speech (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableCheckVoiceData.java17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
H A DTtsEnginesTests.java1 package com.android.speech.tts;
3 import android.speech.tts.TtsEngines;
H A DTextToSpeechTests.java17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeech;
24 import com.android.speech.tts.MockableTextToSpeechService.IDelegate;
36 private static final String MOCK_ENGINE = "com.android.speech.tts";
37 private static final String MOCK_PACKAGE = "com.android.speech.tts.__testpackage__";
185 private void blockingCallSpeak(String speech, IDelegate mock) throws argument
190 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null);
H A DMockableTextToSpeechService.java17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeechService;
/frameworks/base/core/java/android/speech/
H A DRecognizerResultsIntent.java17 package android.speech;
24 * Constants for intents related to showing speech recognition results.
26 * These constants should not be needed for normal utilization of speech recognition. They
61 "android.speech.action.VOICE_SEARCH_RESULTS";
68 "android.speech.extras.VOICE_SEARCH_RESULT_STRINGS";
80 "android.speech.extras.VOICE_SEARCH_RESULT_URLS";
99 "android.speech.extras.VOICE_SEARCH_RESULT_HTML";
111 "android.speech.extras.VOICE_SEARCH_RESULT_HTML_BASE_URLS";
125 "android.speech.extras.EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS";
H A DRecognitionListener.java16 package android.speech;
82 * {@link SpeechRecognizer#startListening(Intent)}, depending on the speech recognition
H A DRecognizerIntent.java17 package android.speech;
32 * Constants for supporting speech recognition through starting an {@link Intent}
36 * The extra key used in an intent to the speech recognizer for voice search. Not
49 * Starts an activity that will prompt the user for speech and send it through a
50 * speech recognizer. The results will be returned via activity results (in
60 * speech recognition which can use a substantial amount of bandwidth.
84 public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH";
87 * Starts an activity that will prompt the user for speech, send it through a
88 * speech recognizer, and either display a web search result or trigger
89 * another type of action based on the user's speech
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java16 package android.speech.tts;
42 * Aborts the speech request.
H A DPlaybackQueueItem.java3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
32 * {@link android.speech.tts.TextToSpeech} or
33 * {@link android.speech.tts.TextToSpeech#STOPPED}
H A DSilencePlaybackQueueItem.java16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DEventLoggerV1.java16 package android.speech.tts;
21 * Writes data about a given speech synthesis request for V1 API to the event
23 * utterance, speech rate / pitch, the latency, and overall time taken.
H A DSynthesisCallback.java16 package android.speech.tts;
21 import android.speech.tts.TextToSpeech;
27 * A callback to return speech data synthesized by a text to speech engine.
108 * The service should call this method if the speech synthesis fails.
117 * The service should call this method if the speech synthesis fails.
H A DUtteranceProgressListener.java3 package android.speech.tts;
H A DAbstractEventLogger.java16 package android.speech.tts;
21 * Base class for storing data about a given speech synthesis request to the
H A DAudioPlaybackHandler.java16 package android.speech.tts;
H A DAudioPlaybackQueueItem.java16 package android.speech.tts;
23 import android.speech.tts.TextToSpeechService.AudioOutputParams;
24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DFileSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
92 // File will be closed by the SpeechItem in the speech service.
H A DPlaybackSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.AudioOutputParams;
21 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_big.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
100 frameOffset = Word16 -- Start position in speech vector, Q0
101 speech[] = array of type Word16 -- speech, Q0
105 wsp = array of type Word16 -- weighted speech Q0
129 pre_big.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
164 Word16 frameOffset, /* i : Start position in speech vector, Q0 */
165 Word16 speech[], /* i : speech, Q0 */
167 Word16 wsp[], /* o : weighted speech Q
158 pre_big( enum Mode mode, const Word16 gamma1[], const Word16 gamma1_12k2[], const Word16 gamma2[], Word16 A_t[], Word16 frameOffset, Word16 speech[], Word16 mem_w[], Word16 wsp[], Flag *pOverflow ) argument
[all...]
H A Dspreproc.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
108 speech -- Pointer to Word16 -- speech segment
142 spreproc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
178 Word16 *speech, /* i : speech segment */
221 Residu(Aq, speech, res2, L_SUBFR);
171 subframePreProc( enum Mode mode, const Word16 gamma1[], const Word16 gamma1_12k2[], const Word16 gamma2[], Word16 *A, Word16 *Aq, Word16 *speech, Word16 *mem_err, Word16 *mem_w0, Word16 *zero, Word16 ai_zero[], Word16 exc[], Word16 h1[], Word16 xn[], Word16 res2[], Word16 error[] ) argument
H A Dspstproc.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
101 speech -- Pointer to Word16 -- speech segment
143 spstproc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
173 Word16 *speech, /* i : speech segment */
233 * - find synthesis speech corresponding to exc[] *
284 mem_err[j] = speech[i_subfr + i] - synth[i_subfr + i];
172 subframePostProc( Word16 *speech, enum Mode mode, Word16 i_subfr, Word16 gain_pit, Word16 gain_code, Word16 *Aq, Word16 synth[], Word16 xn[], Word16 code[], Word16 y1[], Word16 y2[], Word16 *mem_syn, Word16 *mem_err, Word16 *mem_w0, Word16 *exc, Word16 *sharp, Flag *pOverflow ) argument
H A Dcod_amr.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
121 * L_TOTAL7k4 : Total size of speech buffer. *
130 Word16 *speech, *p_window, *p_window_12k2; member in struct:__anon411
133 /* Weight speech vector */
187 * - initilize pointers to speech buffer
225 * calling this function, 40 new speech data should be copied to the
227 * this file (it points to the end of speech buffer minus 200).
232 Word16 new_speech[] /* i : speech input (L_FRAME) */
240 * DESCRIPTION: This function is called every 20 ms speech frame,
241 * operating on the newly read 160 speech sample
[all...]
H A Ddtx_enc.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
55 the calculation of the sum of squares of speech signals in
188 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
301 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
427 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
527 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
839 speech = vector of speech samples of type Word16; vector length is
868 dtx_enc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
875 Word16 speech[] //
939 dtx_buffer(dtx_encState *st, Word16 lsp_new[], Word16 speech[], Flag *pOverflow ) argument
[all...]
/frameworks/ex/common/java/com/android/common/speech/
H A DRecognition.java17 package com.android.common.speech;
22 * @see android.speech.RecognitionService
23 * @see android.speech.RecognizerIntent
29 * android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS
33 * android.speech.RecognizerIntent#EXTRA_LANGUAGE_PREFERENCE).
42 public static final String EXTRA_HINT_STRINGS = "android.speech.extra.HINT_STRINGS";
46 * android.speech.RecognizerIntent#ACTION_GET_LANGUAGE_DETAILS.
50 public static final String EXTRA_HINT_CONTEXT = "android.speech.extra.HINT_CONTEXT";
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dbgnscd.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
120 bgnscd.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
192 speech[] = synthesis speech frame (Word16)
216 Characterize synthesis speech and detect background noise.
226 bgnscd.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
233 Word16 speech[], // o : synthesis speech frame
254 s = L_mac (s, speech[i], speech[
399 Bgn_scd(Bgn_scdState *st, Word16 ltpGainHist[], Word16 speech[], Word16 *voicedHangover, Flag *pOverflow ) argument
[all...]

Completed in 487 milliseconds

12