HomeSort by relevance Sort by last modified time
    Searched refs:tts (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/core/java/android/speech/tts/
ITtsCallback.aidl 17 package android.speech.tts;
20 * AIDL for the callback from the TTS Service
ITts.aidl 17 package android.speech.tts;
19 import android.speech.tts.ITtsCallback;
24 * AIDL for the TTS Service
TextToSpeech.java 16 package android.speech.tts;
18 import android.speech.tts.ITts;
19 import android.speech.tts.ITtsCallback;
103 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
142 // default values for a TTS engine when settings are not found in the provider
166 // return codes for a TTS engine's check data activity
197 * that are required for TTS to be operational. Since the installation
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...]
  /external/svox/pico/lang/
PicoLangDeDeInSystem.mk 2 # Installation of de-DE for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/de-DE_gl0_sg.bin:system/tts/lang_pico/de-DE_gl0_sg.bin \
13 $(LOCAL_PATH)/de-DE_ta.bin:system/tts/lang_pico/de-DE_ta.bin
PicoLangDefaultInSystem.mk 2 # Installation of a default language for the Pico TTS engine
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
13 $(LOCAL_PATH)/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
PicoLangEnGBInSystem.mk 2 # Installation of en-GB for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/en-GB_kh0_sg.bin:system/tts/lang_pico/en-GB_kh0_sg.bin \
13 $(LOCAL_PATH)/en-GB_ta.bin:system/tts/lang_pico/en-GB_ta.bin
PicoLangEnUsInSystem.mk 2 # Installation of en-US for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
13 $(LOCAL_PATH)/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
PicoLangEsEsInSystem.mk 2 # Installation of es-ES for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/es-ES_zl0_sg.bin:system/tts/lang_pico/es-ES_zl0_sg.bin \
13 $(LOCAL_PATH)/es-ES_ta.bin:system/tts/lang_pico/es-ES_ta.bin
PicoLangFrFrInSystem.mk 2 # Installation of fr-FR for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/fr-FR_nk0_sg.bin:system/tts/lang_pico/fr-FR_nk0_sg.bin \
13 $(LOCAL_PATH)/fr-FR_ta.bin:system/tts/lang_pico/fr-FR_ta.bin
PicoLangItItInSystem.mk 2 # Installation of it-IT for the Pico TTS engine in the system image
6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
12 $(LOCAL_PATH)/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
13 $(LOCAL_PATH)/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
  /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}
43 /** maximum time to wait for tts to be initialized */
50 * Listener for waiting for TTS engine initialization completion.
120 * Ensures at least one language is available for tts
123 // checks if at least one language is available in Tts
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 27 import android.speech.tts.TextToSpeech;
28 import android.speech.tts.TextToSpeech.OnInitListener;
71 Log.e(TAG, "TTS language is not available.");
77 Log.e(TAG, "Could not initialize TTS.");
  /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>
43 * http://developer.android.com/reference/android/speech/tts/package-summary.html
66 // It will be enabled upon initialization of the TTS engine.
105 // The TTS engine has been successfully initialized.
  /external/svox/pico/src/com/svox/pico/
GetSampleText.java 24 import android.speech.tts.TextToSpeech;
CheckVoiceData.java 25 import android.speech.tts.TextToSpeech;
37 // in external/svox/pico/tts/com_svox_picottsengine.cpp
40 private final static String PICO_SYSTEM_LINGWARE_PATH = "/system/tts/lang_pico/";
EngineSettings.java 25 import android.speech.tts.TextToSpeech;
  /external/svox/pico/
Android.mk 1 # SVOX Pico TTS Engine
23 LOCAL_PATH:= $(TOP_LOCAL_PATH)/tts
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 16 import android.speech.tts.TextToSpeech;
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 16 package android.tts;
28 * TTS library that implements the interface defined in
29 * frameworks/base/include/tts/TtsEngine.h
49 * Constructor; pass the location of the native TTS .so to use.
71 * @return {@link android.speech.tts.TextToSpeech.SUCCESS} or
72 * {@link android.speech.tts.TextToSpeech.ERROR}
101 * Return codes are defined in android.speech.tts.TextToSpeech
228 Log.i("TTS plugin debug", "bufferPointer: " + bufferPointer
232 // TODO notify TTS service of synthesis/playback completion,
TtsService.java 16 package android.tts;
36 import android.speech.tts.ITts.Stub;
37 import android.speech.tts.ITtsCallback;
38 import android.speech.tts.TextToSpeech;
54 * other applications can call the TTS without needing to bundle the TTS
124 // TODO use the TTS stream type when available
129 private static final String CATEGORY = "android.intent.category.TTS";
130 private static final String PKGNAME = "android.tts";
174 mCallbacksMap = new HashMap<String, android.speech.tts.ITtsCallback>()
    [all...]
  /frameworks/base/
Android.mk 148 core/java/android/speech/tts/ITts.aidl \
149 core/java/android/speech/tts/ITtsCallback.aidl \
  /frameworks/base/docs/html/resources/
resources_toc.cs 122 <li><a href="<?cs var:toroot ?>resources/articles/tts.html">
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 18 * and provides the interface to the defined Google TTS engine API.
19 * The Google engine API is the boundary to allow a TTS engine to be swapped.
43 #include <tts/TtsEngine.h>
68 const char * PICO_SYSTEM_LINGWARE_PATH = "/system/tts/lang_pico/";
    [all...]
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 26 #include <tts/TtsEngine.h>
36 // TODO use the TTS stream type when available
60 // structure to hold the data that is used each time the TTS engine has synthesized more data
273 * Callback from TTS engine.
350 // to update bufferSize to let the TTS engine know how much it can write the
944 static const char* const kClassPathName = "android/tts/SynthProxy";
  /packages/apps/Settings/src/com/android/settings/
TextToSpeechSettings.java 44 import android.speech.tts.TextToSpeech;
93 // Array of strings used to demonstrate TTS in the different languages.
141 // TODO make the TTS service listen to "changes in the system", i.e. sd card un/mount
234 // Find the default TTS values in the settings, initialize and store the
284 * to check the required TTS files are properly installed.
304 * so the required TTS files are properly installed.
331 intent.setAction("android.speech.tts.engine.GET_SAMPLE_TEXT");
348 * Called when the TTS engine is initialized.
369 Log.v(TAG, "TTS engine for settings screen initialized.");
371 Log.v(TAG, "TTS engine for settings screen failed to initialize successfully.")
    [all...]

Completed in 238 milliseconds

1 2