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

  /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.
  /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;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 620 chrome.tts = {};
625 * An event from the TTS engine to communicate the status of an utterance.
676 chrome.tts.getVoices = function(opt_callback) {};
683 chrome.tts.isSpeaking = function(opt_callback) {};
695 chrome.tts.speak = function(utterance, opt_options, opt_callback) {};
701 chrome.tts.stop = function() {};
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 400 milliseconds