HomeSort by relevance Sort by last modified time
    Searched defs:speech (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/speech/
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
65 "android.speech.action.VOICE_SEARCH_RESULTS";
74 "android.speech.extras.VOICE_SEARCH_RESULT_STRINGS";
88 "android.speech.extras.VOICE_SEARCH_RESULT_URLS";
109 "android.speech.extras.VOICE_SEARCH_RESULT_HTML";
123 "android.speech.extras.VOICE_SEARCH_RESULT_HTML_BASE_URLS";
139 "android.speech.extras.EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS";
RecognitionListener.java 16 package android.speech;
81 * {@link SpeechRecognizer#startListening(Intent)}, depending on the speech recognition
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 sends it through a
50 * speech recognizer. The results will be returned via activity results (in
81 public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH";
84 * Starts an activity that will prompt the user for speech, sends it through a
85 * speech recognizer, and invokes and displays a web search result.
108 public static final String ACTION_WEB_SEARCH = "android.speech.action.WEB_SEARCH";
119 "android.speech.extras.SPEECH_INPUT_MINIMUM_LENGTH_MILLIS"
    [all...]
RecognitionService.java 17 package android.speech;
33 * extended only in case you wish to implement a new speech recognizer. Please note that the
41 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
48 public static final String SERVICE_META_DATA = "android.speech";
164 * Notifies the service that it should start listening for speech.
174 * Notifies the service that it should cancel the speech recognition.
179 * Notifies the service that it should stop listening for speech. Speech captured so far should
200 * This class receives callbacks from the speech recognition service and forwards them to the
253 * depending on the speech recognition service implementation
    [all...]
SpeechRecognizer.java 17 package android.speech;
39 * This class provides access to the speech recognition service. This service allows access to the
40 * speech recognizer. Do not instantiate this class directly, instead, call
75 /** No speech input */
169 * Checks whether a speech recognition service is available on the system. If this method
234 * Starts listening for speech. Please note that
279 * Stops listening for speech. Speech captured so far will be recognized as if the user had
281 * called, as the speech endpointer will automatically stop the recognizer listening when it
282 * determines speech has completed. However, you can manipulate endpointer parameters directl
    [all...]
  /frameworks/base/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";
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/base/core/java/android/speech/srec/
MicrophoneInputStream.java 21 package android.speech.srec;
UlawEncoderInputStream.java 22 package android.speech.srec;
WaveHeader.java 17 package android.speech.srec;
Recognizer.java 23 package android.speech.srec;
34 * Simple, synchronous speech recognizer, using the Nuance SREC package.
140 * This directory contains dictionaries, speech models,
155 * Create an instance of a SREC speech recognizer.
158 * which in turn contains references to dictionaries, speech models,
528 * Beginning of speech detected.
533 * End of speech detected.
553 * Timeout occured before speech recognition could complete.
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/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:__anon3491
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...]
  /frameworks/base/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:__anon7393
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...]
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 16 package android.speech.tts.cts;
22 import android.speech.tts.TextToSpeech;
23 import android.speech.tts.TextToSpeech.OnInitListener;
24 import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
33 * Tests for {@link android.speech.tts.TextToSpeech}
41 private static final String SAMPLE_TEXT = "This is a sample text to speech string";
45 /** maximum time to wait for speech call to be complete */
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 16 package android.speech.tts;
18 import android.speech.tts.ITts;
19 import android.speech.tts.ITtsCallback;
37 * Synthesizes speech from text for immediate playback or to create a sound file.
99 * of all the text in the speech queue.
103 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
162 * Default audio stream used when playing synthesized speech.
205 "android.speech.tts.engine.INSTALL_TTS_DATA";
214 "android.speech.tts.engine.TTS_DATA_INSTALLED";
240 "android.speech.tts.engine.CHECK_TTS_DATA"
    [all...]
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 333 milliseconds