/frameworks/base/core/java/android/speech/tts/ |
Voice.aidl | 18 package android.speech.tts;
|
AbstractSynthesisCallback.java | 16 package android.speech.tts; 42 * Aborts the speech request.
|
PlaybackQueueItem.java | 3 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}
|
SilencePlaybackQueueItem.java | 16 package android.speech.tts; 19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
|
ITextToSpeechCallback.aidl | 16 package android.speech.tts; 50 * {@link android.speech.tts.v2.TextToSpeech}.
|
SynthesisCallback.java | 16 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.
|
/external/webrtc/webrtc/common_audio/vad/ |
vad_core_unittest.cc | 59 int16_t speech[kMaxFrameLength]; local 66 memset(speech, 0, sizeof(speech)); 70 EXPECT_EQ(0, WebRtcVad_CalcVad8khz(self, speech, kFrameLengths[j])); 73 EXPECT_EQ(0, WebRtcVad_CalcVad16khz(self, speech, kFrameLengths[j])); 76 EXPECT_EQ(0, WebRtcVad_CalcVad32khz(self, speech, kFrameLengths[j])); 79 EXPECT_EQ(0, WebRtcVad_CalcVad48khz(self, speech, kFrameLengths[j])); 83 // Construct a speech signal that will trigger the VAD in all modes. It is 86 speech[i] = static_cast<int16_t>(i * i); 90 EXPECT_EQ(1, WebRtcVad_CalcVad8khz(self, speech, kFrameLengths[j])) [all...] |
vad_filterbank_unittest.cc | 38 // Construct a speech signal that will trigger the VAD in all modes. It is 40 int16_t speech[kMaxFrameLength]; local 42 speech[i] = static_cast<int16_t>(i * i); 50 WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], 62 memset(speech, 0, sizeof(speech)); 66 EXPECT_EQ(0, WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j], 77 speech[i] = 1; 82 EXPECT_EQ(0, WebRtcVad_CalculateFeatures(self, speech, kFrameLengths[j],
|
vad_unittest.cc | 65 // Construct a speech signal that will trigger the VAD in all modes. It is 67 int16_t speech[kMaxFrameLength]; local 69 speech[i] = static_cast<int16_t>(i * i); 76 WebRtcVad_Process(nullptr, kRates[0], speech, kFrameLengths[0])); 82 EXPECT_EQ(-1, WebRtcVad_Process(handle, kRates[0], speech, kFrameLengths[0])); 98 // nullptr as speech pointer 102 EXPECT_EQ(-1, WebRtcVad_Process(handle, 9999, speech, kFrameLengths[0])); 114 speech, 119 speech,
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
pcm16b.c | 15 size_t WebRtcPcm16b_Encode(const int16_t* speech, 20 uint16_t s = speech[i]; 29 int16_t* speech) { 32 speech[i] = encoded[2 * i] << 8 | encoded[2 * i + 1];
|
pcm16b.h | 31 * - speech : Input speech vector 32 * - len : Number of samples in speech vector 41 size_t WebRtcPcm16b_Encode(const int16_t* speech, 55 * - speech : Decoded speech vector 57 * Returned value : Samples in speech 62 int16_t* speech);
|
/frameworks/base/core/java/android/speech/ |
IRecognitionService.aidl | 17 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.
|
RecognitionListener.java | 16 package android.speech; 82 * {@link SpeechRecognizer#startListening(Intent)}, depending on the speech recognition
|
RecognizerResultsIntent.java | 17 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";
|
IRecognitionListener.aidl | 17 package android.speech; 22 * Listener for speech recognition events, used with RecognitionService.
|
/frameworks/ex/common/java/com/android/common/speech/ |
Recognition.java | 17 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";
|
/external/autotest/client/site_tests/desktopui_SpeechSynthesisSemiAuto/ |
desktopui_SpeechSynthesisSemiAuto.py | 20 speech = dbus.Interface(proxy, "org.chromium.SpeechSynthesizerInterface") 21 res = speech.Speak("Welcome to Chromium O S")
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
SpeechRecognitionFacade.java | 20 import android.speech.RecognizerIntent; 30 * A facade containing RPC implementations related to the speech-to-text functionality of Android. 47 @Rpc(description = "Recognizes user's speech and returns the most likely result.", returns = "An empty string in case the speech cannot be recongnized.") 50 @RpcParameter(name = "language", description = "language override to inform the recognizer that it should expect speech in a language different than the one set in the java.util.Locale.getDefault()") @RpcOptional final String language, 51 @RpcParameter(name = "languageModel", description = "informs the recognizer which speech model to prefer (see android.speech.RecognizeIntent)") @RpcOptional final String languageModel) { 53 new Intent(android.speech.RecognizerIntent.ACTION_RECOGNIZE_SPEECH); 69 if (data.hasExtra(android.speech.RecognizerIntent.EXTRA_RESULTS)) { 73 data.getStringArrayListExtra(android.speech.RecognizerIntent.EXTRA_RESULTS) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
pre_big.h | 22 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 */
|
pre_big.cpp | 22 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 Q0 * [all...] |
/frameworks/base/tests/Assist/src/com/android/test/assist/ |
AssistRecognitionService.java | 20 import android.speech.RecognitionService;
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
MockableTextToSpeechService.java | 17 package com.android.speech.tts; 19 import android.speech.tts.SynthesisCallback; 20 import android.speech.tts.SynthesisRequest; 21 import android.speech.tts.TextToSpeechService;
|
MockableCheckVoiceData.java | 17 package com.android.speech.tts; 22 import android.speech.tts.TextToSpeech;
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
StubTextToSpeechService.java | 16 package android.speech.tts.cts; 19 import android.speech.tts.SynthesisCallback; 20 import android.speech.tts.SynthesisRequest; 21 import android.speech.tts.TextToSpeech; 22 import android.speech.tts.TextToSpeechService; 23 import android.speech.tts.TtsEngines;
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
bgnscd.h | 22 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 */
|