/external/srec/tests/ |
run_xtapxmlconsole.sh | 2 dalvikvm -Xcheck:jni -Xbootclasspath:/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/srec-java-tests.jar android.speech.recognition.xtapxmlconsole.Main
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
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...] |
spreproc.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 115 Word16 *speech, /* i : speech segment */
|
spstproc.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 110 Word16 *speech, /* i : speech segment */
|
spreproc.cpp | 22 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);
|
dtx_enc.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 181 Word16 speech[], /* i : speech samples */ 189 * Purpose : adds extra speech hangover to analyze speech on the decoding side.
|
spstproc.cpp | 22 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];
|
/frameworks/base/core/java/android/speech/ |
IRecognitionListener.aidl | 17 package android.speech; 22 * Listener for speech recognition events, used with RecognitionService.
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
MockableCheckVoiceData.java | 17 package com.android.speech.tts; 22 import android.speech.tts.TextToSpeech;
|
TextToSpeechTests.java | 17 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__"; 139 private void blockingCallSpeak(String speech, IDelegate mock) throws 144 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null);
|
/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 */
|
bgnscd.cpp | 22 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[i]) [all...] |
/frameworks/base/core/java/android/speech/tts/ |
UtteranceProgressListener.java | 3 package android.speech.tts;
|
ITextToSpeechService.aidl | 17 package android.speech.tts; 22 import android.speech.tts.ITextToSpeechCallback; 32 * Tells the engine to synthesize some speech and play it back. 43 * Tells the engine to synthesize some speech and write it to a file. 146 * Notifies the engine that it should load a speech synthesis language.
|
SynthesisRequest.java | 16 package android.speech.tts; 21 * Contains data required by engines to synthesize speech. This data is : 27 * <li>The synthesis speech rate, with 100 being the normal, and 28 * higher values representing higher speech rates.</li> 32 * Any additional parameters sent to the text to speech service are passed in 81 * Gets the speech rate to use. The normal rate is 100. 118 * Sets the speech rate.
|
AudioPlaybackQueueItem.java | 16 package android.speech.tts; 22 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
|
/external/chromium_org/chrome/browser/speech/ |
chrome_speech_recognition_manager_delegate_bubble_ui.h | 9 #include "chrome/browser/speech/chrome_speech_recognition_manager_delegate.h" 10 #include "chrome/browser/speech/speech_recognition_bubble_controller.h" 12 namespace speech { namespace 15 // required to handle the (bubble) UI for speech recognition sessions initiated 16 // by input elements with a x-webkit-speech attribute. This extended behavior is 60 } // namespace speech
|
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionService.java | 26 import android.speech.SpeechRecognizer; 27 import android.speech.RecognitionService;
|
/external/webrtc/src/common_audio/vad/ |
vad_unittest.cc | 85 // Construct a speech signal that will trigger the VAD in all modes. It is 87 int16_t speech[kMaxFrameLength]; local 89 speech[i] = (i * i); 104 EXPECT_EQ(-1, WebRtcVad_Process(NULL, kRates[0], speech, kFrameLengths[0])); 122 EXPECT_EQ(-1, WebRtcVad_Process(handle, kRates[0], speech, kFrameLengths[0])); 133 // NULL speech pointer 136 EXPECT_EQ(-1, WebRtcVad_Process(handle, 9999, speech, kFrameLengths[0])); 148 speech, 153 speech, 200 // Construct a speech signal that will trigger the VAD in all modes. It i [all...] |
/external/chromium_org/chrome/browser/resources/network_speech_synthesis/ |
tts_extension.js | 7 * This is a component extension that implements a text-to-speech (TTS) 8 * engine powered by Google's speech synthesis API. 11 * and doesn't waste resources. When a web page or web app makes a speech 14 * and plays the resulting speech using HTML5 audio. 20 * them using Google's speech synthesis API. 27 * The url prefix of the speech server, including static query 34 'https://www.google.com/speech-api/v2/synthesize?' + 39 * until the speech synthesis server capabilities response provides this. 61 * speech server. 69 * manifest file. This is used in case the speech synthesis reques [all...] |
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
TextToSpeechWrapper.java | 16 package android.speech.tts.cts; 20 import android.speech.tts.TextToSpeech; 21 import android.speech.tts.TextToSpeech.OnInitListener; 22 import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener; 46 /** maximum time to wait for speech call to be complete */
|
TextToSpeechServiceTest.java | 16 package android.speech.tts.cts; 19 import android.speech.tts.TextToSpeech; 27 * Tests for {@link android.speech.tts.TextToSpeechService} using StubTextToSpeechService. 32 private static final String UTTERANCE = "text to speech cts test";
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
CompatTtsService.java | 20 import android.speech.tts.SynthesisCallback; 21 import android.speech.tts.SynthesisRequest; 22 import android.speech.tts.TextToSpeech; 23 import android.speech.tts.TextToSpeechService; 134 // Set speech rate 142 // Set speech
|
/frameworks/ex/common/java/com/android/common/speech/ |
LoggingEvents.java | 17 package com.android.common.speech; 22 * This class is used by clients of the android.speech APIs to log how the 23 * user interacts with the IME settings and speech recognition result. 27 public static final String ACTION_LOG_EVENT = "com.android.common.speech.LOG_EVENT";
|
/frameworks/ex/common/java/com/android/common/userhappiness/ |
UserHappinessSignals.java | 21 import com.android.common.speech.LoggingEvents;
|