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

1 2

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
background.js 18 function speak(utterance) { function
35 chrome.tts.speak(
70 } else if (request['speak']) {
71 speak(request['speak']);
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
results.js 24 * @param {Array} selectTexts Array of selectors or text to speak.
36 cvox.ChromeVox.tts.speak(selectText.text, 1);
71 * Speak a normal search result.
76 cvox.NormalResult.prototype.speak = function(result) {
128 * Speak a weather forecast.
150 * Speak a weather search result.
155 cvox.WeatherResult.prototype.speak = function(result) {
192 cvox.ChromeVox.tts.speak(FORE_INTRO, 1);
221 * Speak a knowledge panel search result.
226 cvox.KnowResult.prototype.speak = function(result)
    [all...]
abstract_result.js 27 * Speak a generic search result.
31 cvox.AbstractResult.prototype.speak = function(result) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.js 45 function speak(str, options, highlightText) { function
87 chrome.tts.speak(
106 speak(text.value, options, true);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 68 void PlatformSpeechSynthesizerMock::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) function in class:WebCore::PlatformSpeechSynthesizerMock
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp 57 void PlatformSpeechSynthesizer::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) function in class:WebCore::PlatformSpeechSynthesizer
62 m_webSpeechSynthesizer->speak(blink::WebSpeechSynthesisUtterance(utterance));
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 60 void TtsDispatcher::speak(const WebSpeechSynthesisUtterance& web_utterance) { function in class:TtsDispatcher
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 38 * <li>Call TextToSpeech.speak to synthesize speech.</li>
106 // Allow the user to press the button for the app to speak again.
131 mTts.speak(hello,
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 73 mTts.speak(mFullBodyString, TextToSpeech.QUEUE_ADD, null);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 123 function speak(text) { function
128 chrome.tts.speak(
145 speak(utterance);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 107 m_platformSpeechSynthesizer->speak(utterance->platformUtterance());
110 void SpeechSynthesis::speak(SpeechSynthesisUtterance* utterance, ExceptionState& exceptionState) function in class:WebCore::SpeechSynthesis
119 // If the queue was empty, speak this immediately and add it to the queue.
  /external/svox/pico/compat/src/com/android/tts/compat/
SynthProxy.java 86 public int speak(SynthesisRequest request, SynthesisCallback callback) { method in class:SynthProxy
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 144 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 165 * @param text The text to speak.
173 private boolean speak(int utteranceId, String text, String lang, method in class:TtsPlatformImpl
188 int result = mTextToSpeech.speak(text, TextToSpeech.QUEUE_FLUSH, params);
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js 130 * Wraps callAsync_ for sending speak requests.
224 cvox.Api.speak = function(textString, queueMode, properties) {
230 implementation_.speak(textString, queueMode, properties);
233 'cmd': 'speak',
243 * @param {Node} targetNode A DOM node to speak.
253 implementation_.speak(cvox.DomUtil.getName(targetNode),
579 * Data structure for holding information on how to speak a particular node.
583 * to enable ChromeVox to speak each of these with the voice settings that
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 411 public int speak(String text, int queueMode, String jsonParams) { method in class:AccessibilityInjector.TextToSpeechWrapper
435 return mTextToSpeech.speak(text, queueMode, params);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 170 * Keys for the parameters passed with speak commands, e.g.
176 * {@link TextToSpeech#speak} and {@link TextToSpeech#synthesizeToFile} to modify
436 // keys for the parameters passed with speak commands. Hidden keys are used internally
473 * @see TextToSpeech#speak(String, int, HashMap)
483 * @see TextToSpeech#speak(String, int, HashMap)
494 * @see TextToSpeech#speak(String, int, HashMap)
504 * @see TextToSpeech#speak(String, int, HashMap)
515 * @see TextToSpeech#speak(String, int, java.util.HashMap)
527 * @see TextToSpeech#speak(String, int, java.util.HashMap)
750 * {@link #speak(String, int, HashMap)} will play the specified sound resourc
891 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { method in class:TextToSpeech
    [all...]
  /external/speex/libspeex/
mdf.c 694 int i,j, chan, speak; local
752 for (speak = 0; speak < K; speak++)
757 st->x[speak*N+i] = st->x[speak*N+i+st->frame_size];
758 tmp32 = SUB32(EXTEND32(far_end[i*K+speak]), EXTEND32(MULT16_16_P15(st->preemph, st->memX[speak])));
772 st->x[speak*N+i+st->frame_size] = EXTRACT16(tmp32);
773 st->memX[speak] = far_end[i*K+speak]
    [all...]
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 412 mTts.speak(mSampleText, TextToSpeech.QUEUE_FLUSH, params);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 59 * * prompt the user "speak now"
115 * if not a valid choice, speak the "invalid choice" message, begin
311 mTts.speak(getString(R.string.speak_now_tts),
510 mTts.speak(getString(R.string.no_results_tts),
541 mTts.speak(sentenceSpoken,
561 // multiple matches. Speak the choices and let
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 920 ESpeak speak() const { return static_cast<ESpeak>(rareInheritedData->speak); } function in class:WebCore::RenderStyle
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1438 milliseconds

1 2