Searched refs:speech (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/base/core/java/android/speech/tts/
H A DVoice.aidl18 package 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 DITextToSpeechCallback.aidl16 package android.speech.tts;
50 * {@link android.speech.tts.v2.TextToSpeech}.
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 DITextToSpeechService.aidl17 package android.speech.tts;
22 import android.speech.tts.ITextToSpeechCallback;
23 import android.speech.tts.Voice;
33 * Tells the engine to synthesize some speech and play it back.
46 * Tells the engine to synthesize some speech and write it to a file.
152 * Notifies the engine that it should load a speech synthesis language.
184 * Notifies the engine that it should load a speech synthesis voice.
H A DAudioPlaybackQueueItem.java16 package android.speech.tts;
23 import android.speech.tts.TextToSpeechService.AudioOutputParams;
24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisPlaybackQueueItem.java16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.AudioOutputParams;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
/frameworks/base/core/java/android/speech/
H A DIRecognitionService.aidl17 package android.speech;
21 import android.speech.IRecognitionListener;
24 * A Service interface to speech recognition. Call startListening when
34 * Starts listening for speech. Please note that the recognition service supports
46 * Stops listening for speech. Speech captured so far will be recognized as
48 * is called during the speech capturing.
55 * Cancels the speech recognition.
H A DRecognitionListener.java16 package android.speech;
82 * {@link SpeechRecognizer#startListening(Intent)}, depending on the speech recognition
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 DIRecognitionListener.aidl17 package android.speech;
22 * Listener for speech recognition events, used with RecognitionService.
/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/enc/src/
H A Dpre_big.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
116 Word16 frameOffset, /* i : Start position in speech vector, Q0 */
117 Word16 speech[], /* i : speech, Q0 */
119 Word16 wsp[], /* o : weighted speech Q0 */
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.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
115 Word16 *speech, /* i : speech segment */
H A Dspstproc.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
110 Word16 *speech, /* i : speech segment */
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
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistRecognitionService.java20 import android.speech.RecognitionService;
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
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;
H A DMockableCheckVoiceData.java17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dbgnscd.h22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
106 /* history vector of past synthesis speech energy */
110 Word16 bgHangover; /* counter; number of frames after last speech frame */
144 * Purpose : Charaterice synthesis speech and detect background noise
149 Word16 speech[], /* o : synthesis speech frame */
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...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainRecognitionService.java20 import android.speech.RecognitionService;

Completed in 811 milliseconds

123