/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerEngine.java | 21 import android.speech.srec.MicrophoneInputStream; 22 import android.speech.srec.Recognizer; 23 import android.speech.srec.WaveHeader; 32 * This class is a framework for recognizing speech. It must be extended to use.
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
TextToSpeechTest.java | 16 package android.speech.tts.cts; 19 import android.speech.tts.TextToSpeech; 28 * Tests for {@link android.speech.tts.TextToSpeech} 33 private static final String SAMPLE_TEXT = "This is a sample text to speech string";
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
TaskBackService.java | 27 import android.speech.tts.TextToSpeech; 28 import android.speech.tts.TextToSpeech.OnInitListener; 48 /** Flag whether Text-To-Speech is initialized. */ 51 /** Handle to the Text-To-Speech engine. */ 59 // Initializes the Text-To-Speech engine as soon as the service is connected. 70 Log.e(LOG_TAG, "Text-To-Speech engine not ready. Bailing out."); 173 // Set a flag so that the TaskBackService knows that the Text-To-Speech
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsReceivedDialog.java | 27 import android.speech.tts.TextToSpeech; 28 import android.speech.tts.TextToSpeech.OnInitListener;
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
SynthProxy.java | 18 import android.speech.tts.SynthesisCallback; 19 import android.speech.tts.SynthesisRequest; 24 * synthesized speech. This class is used internally to talk to a native 79 * @return {@link android.speech.tts.TextToSpeech#SUCCESS} or 80 * {@link android.speech.tts.TextToSpeech#ERROR} 92 * Return codes are defined in android.speech.tts.TextToSpeech 120 * Sets the speech rate.
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisPlaybackQueueItem.java | 16 package android.speech.tts; 18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
|
PlaybackSynthesisCallback.java | 16 package android.speech.tts; 18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher; 22 * Speech synthesis request that plays the audio as it is received.
|
AudioPlaybackHandler.java | 16 package android.speech.tts;
|
EventLogger.java | 16 package android.speech.tts; 23 * Writes data about a given speech synthesis request to the event logs. 25 * speech rate / pitch and the latency and overall time taken.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
TextToSpeechActivity.java | 21 import android.speech.tts.TextToSpeech; 32 * <p>Demonstrates text-to-speech (TTS). Please note the following steps:</p> 38 * <li>Call TextToSpeech.speak to synthesize speech.</li> 43 * http://developer.android.com/reference/android/speech/tts/package-summary.html 59 // Initialize text-to-speech. This is an asynchronous operation.
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
RobotSpeakTtsService.java | 21 import android.speech.tts.SynthesisCallback; 22 import android.speech.tts.SynthesisRequest; 23 import android.speech.tts.TextToSpeech; 24 import android.speech.tts.TextToSpeechService; 37 * A text to speech engine that generates "speech" that a robot might understand. 41 * It exercises all aspects of the Text to speech engine API 42 * {@link android.speech.tts.TextToSpeechService}.
|
/external/chromium_org/chrome/browser/speech/ |
chrome_speech_recognition_manager_delegate.h | 14 namespace speech { namespace 71 } // namespace speech
|
speech_recognition_bubble_controller.h | 11 #include "chrome/browser/speech/speech_recognition_bubble.h" 14 namespace speech { namespace 16 // This class handles the speech recognition popup UI on behalf of 26 // Invoked when the user clicks on a button in the speech recognition UI. 30 // Invoked when the user clicks outside the speech recognition info bubble 40 // Creates and shows a new speech recognition UI bubble in warmup mode. 134 } // namespace speech
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SpeechRecognition.java | 15 import android.speech.RecognitionListener; 16 import android.speech.RecognitionService; 17 import android.speech.RecognizerIntent; 18 import android.speech.SpeechRecognizer; 27 * This class uses Android's SpeechRecognizer to perform speech recognition for the Web Speech API 34 // Constants describing the speech recognition provider we depend on. 47 // The speech recognition provider (if any) matching PROVIDER_PACKAGE_NAME and 78 // continuous mode, whereas the Web Speech API defines a stronger semantic on the 84 // we fire it after speech has ended [all...] |
/external/svox/pico/src/com/svox/pico/ |
GetSampleText.java | 24 import android.speech.tts.TextToSpeech;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cod_amr.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 121 * L_TOTAL7k4 : Total size of speech buffer. * 128 /* Speech vector */ 130 Word16 *speech, *p_window, *p_window_12k2; member in struct:__anon29639 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 [all...] |
cod_amr.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 187 cod_amr.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001 361 cod_amr.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001 376 * Initialize pointers to speech vector. * 379 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; // New speech 381 st->speech = st->new_speech - L_NEXT; // Present frame 474 * Initialize pointers to speech vector. * 477 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; /* New speech */ 479 st->speech = st->new_speech - L_NEXT; /* Present frame */ 577 cod_amr.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 200 [all...] |
/frameworks/base/core/java/android/speech/srec/ |
MicrophoneInputStream.java | 21 package android.speech.srec;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
TtsPlatformImpl.java | 8 import android.speech.tts.TextToSpeech; 9 import android.speech.tts.UtteranceProgressListener; 20 * It implements the Android-native text-to-speech code to support the web 21 * speech synthesis API. 167 * @param rate The speech rate, in the units expected by Android TextToSpeech. 168 * @param pitch The speech pitch, in the units expected by Android TextToSpeech. 169 * @param volume The speech volume, in the units expected by Android TextToSpeech. 208 // Note: Android supports multiple speech engines, but querying the 210 // support the default speech engine, and expose the different
|
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 17 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...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
VoiceSearch.java | 27 import android.speech.RecognizerIntent;
|
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 22 import android.speech.srec.Recognizer; 23 import android.speech.srec.WaveHeader; 24 import android.speech.srec.MicrophoneInputStream;
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
modules.target.darwin-arm.mk | 178 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ 179 third_party/WebKit/Source/modules/speech/SpeechGrammar.cpp \ 180 third_party/WebKit/Source/modules/speech/SpeechGrammarList.cpp \ 181 third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp \ 182 third_party/WebKit/Source/modules/speech/SpeechRecognitionAlternative.cpp \ 183 third_party/WebKit/Source/modules/speech/SpeechRecognitionController.cpp \ 184 third_party/WebKit/Source/modules/speech/SpeechRecognitionError.cpp \ 185 third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.cpp \ 186 third_party/WebKit/Source/modules/speech/SpeechRecognitionResult.cpp \ 187 third_party/WebKit/Source/modules/speech/SpeechRecognitionResultList.cpp [all...] |
modules.target.darwin-mips.mk | 178 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ 179 third_party/WebKit/Source/modules/speech/SpeechGrammar.cpp \ 180 third_party/WebKit/Source/modules/speech/SpeechGrammarList.cpp \ 181 third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp \ 182 third_party/WebKit/Source/modules/speech/SpeechRecognitionAlternative.cpp \ 183 third_party/WebKit/Source/modules/speech/SpeechRecognitionController.cpp \ 184 third_party/WebKit/Source/modules/speech/SpeechRecognitionError.cpp \ 185 third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.cpp \ 186 third_party/WebKit/Source/modules/speech/SpeechRecognitionResult.cpp \ 187 third_party/WebKit/Source/modules/speech/SpeechRecognitionResultList.cpp [all...] |
modules.target.darwin-x86.mk | 178 third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \ 179 third_party/WebKit/Source/modules/speech/SpeechGrammar.cpp \ 180 third_party/WebKit/Source/modules/speech/SpeechGrammarList.cpp \ 181 third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp \ 182 third_party/WebKit/Source/modules/speech/SpeechRecognitionAlternative.cpp \ 183 third_party/WebKit/Source/modules/speech/SpeechRecognitionController.cpp \ 184 third_party/WebKit/Source/modules/speech/SpeechRecognitionError.cpp \ 185 third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.cpp \ 186 third_party/WebKit/Source/modules/speech/SpeechRecognitionResult.cpp \ 187 third_party/WebKit/Source/modules/speech/SpeechRecognitionResultList.cpp [all...] |