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

1 2

  /frameworks/base/core/java/android/speech/tts/
AbstractSynthesisCallback.java 16 package android.speech.tts;
20 * are private to the TTS service implementation.
PlaybackQueueItem.java 3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
SynthesisCallback.java 16 package android.speech.tts;
33 * @return the maximum number of bytes that the TTS engine can pass in a single call of
UtteranceProgressListener.java 3 package android.speech.tts;
SilencePlaybackQueueItem.java 16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
SynthesisRequest.java 16 package android.speech.tts;
AudioPlaybackHandler.java 16 package android.speech.tts;
24 private static final String TAG = "TTS.AudioPlaybackHandler";
34 mHandlerThread = new Thread(new MessageLoop(), "TTS.AudioPlaybackThread");
AudioPlaybackQueueItem.java 16 package android.speech.tts;
22 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
26 private static final String TAG = "TTS.AudioQueueItem";
EventLogger.java 16 package android.speech.tts;
FileSynthesisCallback.java 16 package android.speech.tts;
PlaybackSynthesisCallback.java 16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
SynthesisPlaybackQueueItem.java 16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
31 private static final String TAG = "TTS.SynthQueueItem";
BlockingAudioTrack.java 3 package android.speech.tts;
17 private static final String TAG = "TTS.BlockingAudioTrack";
TtsEngines.java 16 package android.speech.tts;
34 import android.speech.tts.TextToSpeech.Engine;
35 import android.speech.tts.TextToSpeech.EngineInfo;
71 * @return the default TTS engine. If the user has set a default, and the engine
83 * if no TTS engines were present in the system image.
116 * Gets a list of all installed TTS engines.
157 * @return an intent that can launch the settings activity for a given tts engine.
189 private static final String XML_TAG_NAME = "tts-engine";
285 * Returns the locale string for a given TTS engine. Attempts to read the
  /cts/tests/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;
26 * TTS engine API.
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableCheckVoiceData.java 17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
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;
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__";
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 16 package android.speech.tts.cts;
19 import android.speech.tts.TextToSpeech;
27 * Tests for {@link android.speech.tts.TextToSpeechService} using StubTextToSpeechService.
TextToSpeechTest.java 16 package android.speech.tts.cts;
19 import android.speech.tts.TextToSpeech;
28 * Tests for {@link android.speech.tts.TextToSpeech}
57 * Ensures at least one language is available for tts
60 // checks if at least one language is available in Tts
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;
44 /** maximum time to wait for tts to be initialized */
63 private boolean initTts(TextToSpeech tts) throws InterruptedException {
64 mTts = tts;
105 * Listener for waiting for TTS engine initialization completion.
  /external/svox/pico/compat/src/com/android/tts/compat/
SynthProxy.java 16 package com.android.tts.compat;
18 import android.speech.tts.SynthesisCallback;
19 import android.speech.tts.SynthesisRequest;
25 * TTS library that implements the interface defined in
26 * frameworks/base/include/tts/TtsEngine.h
49 * Constructor; pass the location of the native TTS .so to use.
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
CompatTtsService.java 16 package com.android.tts.compat;
20 import android.speech.tts.SynthesisCallback;
21 import android.speech.tts.SynthesisRequest;
22 import android.speech.tts.TextToSpeech;
23 import android.speech.tts.TextToSpeechService;
45 Log.e(TAG, "Invalid TTS Binary: " + soFilename);
56 // to be loaded. By convention, if an engine wants the TTS framework to pass
62 // Note that the TTS framework does not care what this String data is: it is something
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java 38 List<TimeToSampleBox.Entry> tts; field in class:ChangeTimeScaleTrack
54 tts = adjustTts(source.getDecodingTimeEntries(), timeScaleFactor, syncSamples, getTimes(source, syncSamples, targetTimeScale));
88 return tts;
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java 17 package com.android.settings.tts;
26 import android.speech.tts.TextToSpeech.EngineInfo;
44 * Key for the name of the TTS engine passed in to the engine
50 * Key for the label of the TTS engine passed in to the engine

Completed in 426 milliseconds

1 2