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

1 2 3

  /frameworks/support/v4/ics-mr1/android/support/v4/speech/tts/
TextToSpeechICSMR1.java 1 package android.support.v4.speech.tts;
3 import android.speech.tts.TextToSpeech;
4 import android.speech.tts.UtteranceProgressListener;
5 import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
10 /** Helper class for TTS functionality introduced in ICS MR1 */
17 static Set<String> getFeatures(TextToSpeech tts, Locale locale) {
20 return tts.getFeatures(locale);
43 static void setUtteranceProgressListener(TextToSpeech tts,
47 tts.setOnUtteranceProgressListener(new UtteranceProgressListener() {
64 tts.setOnUtteranceCompletedListener(new OnUtteranceCompletedListener()
    [all...]
  /frameworks/base/core/java/android/speech/tts/
AbstractSynthesisCallback.java 16 package android.speech.tts;
21 * are private to the TTS service implementation.
29 /** If true, request comes from V2 TTS interface */
PlaybackQueueItem.java 3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
32 * {@link android.speech.tts.TextToSpeech} or
33 * {@link android.speech.tts.TextToSpeech#STOPPED}
UtteranceProgressListener.java 3 package android.speech.tts;
SilencePlaybackQueueItem.java 16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
SynthesisCallback.java 16 package android.speech.tts;
35 * @return the maximum number of bytes that the TTS engine can pass in a single call of
EventLoggerV1.java 16 package android.speech.tts;
AbstractEventLogger.java 16 package android.speech.tts;
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;
24 import android.speech.tts.TextToSpeechService.AudioOutputParams;
25 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
29 private static final String TAG = "TTS.AudioQueueItem";
FileSynthesisCallback.java 16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
PlaybackSynthesisCallback.java 16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.AudioOutputParams;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
  /cts/tests/tests/speech/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.
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;
20 import android.speech.tts.TextToSpeech;
29 * Tests for {@link android.speech.tts.TextToSpeech}
46 // It is OK to have no TTS, when audio-out is not supported.
49 fail("FEATURE_AUDIO_OUTPUT is set, but there is no TTS engine");
69 * Ensures at least one language is available for tts
72 // 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.
  /frameworks/support/v4/ics/android/support/v4/speech/tts/
TextToSpeechICS.java 1 package android.support.v4.speech.tts;
5 import android.speech.tts.TextToSpeech;
6 import android.speech.tts.TextToSpeech.OnInitListener;
9 /** Helper class for TTS functionality introduced in ICS */
11 private static final String TAG = "android.support.v4.speech.tts";
19 Log.w(TAG, "Can't specify tts engine on this device");
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableCheckVoiceData.java 17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
TtsEnginesTests.java 1 package com.android.speech.tts;
3 import android.speech.tts.TtsEngines;
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;
  /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;
50 // to be loaded. By convention, if an engine wants the TTS framework to pass
56 // Note that the TTS framework does not care what this String data is: it is something
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 39 * @param {cvox.TtsInterface} tts The TTS to use for speaking.
45 cvox.AccessibilityApiHandler = function(tts, braille, earcons) {
46 this.tts = tts;
56 * Array of strings to speak the next time TTS is idle.
79 cvox.AccessibilityApiHandler.prototype.tts = null;
200 this.tts.speak(win.name,
225 this.tts.speak(msg('chrome_menu_opened', [menu.name]),
282 this.tts.speak
    [all...]
  /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;

Completed in 521 milliseconds

1 2 3