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

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.cpp 59 SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const function in class:WebCore::SpeechSynthesisUtterance
64 void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
67 // to go from the platform voice back to the speech synthesis voice in the read property.
68 m_voice = voice;
70 if (voice)
71 m_platformUtterance->setVoice(voice->platformVoice());
  /external/chromium_org/chrome/common/
tts_utterance_request.h 20 std::string voice; member in struct:TtsUtteranceRequest
  /external/qemu/android/
audio-test.c 24 SWVoiceOut *voice; member in struct:__anon26394
41 AUD_write(ta->voice, ta->sample + ta->pos, avail);
62 ta->voice = AUD_open_out(
64 ta->voice,
70 if (!ta->voice) {
82 AUD_set_active_out(ta->voice, 1);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSpeechSynthesisUtterance.cpp 79 WebString WebSpeechSynthesisUtterance::voice() const function in class:WebKit::WebSpeechSynthesisUtterance
81 return m_private->voice() ? WebString(m_private->voice()->name()) : WebString();
  /external/srec/srec/include/
frontapi.h 62 voicing_info voice; member in struct:__anon28287
    [all...]
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_engine_extension_api.cc 86 const extensions::TtsVoice& voice = tts_voices->at(i); local
92 result_voice.name = voice.voice_name;
93 result_voice.lang = voice.lang;
95 if (voice.gender == constants::kGenderMale)
97 else if (voice.gender == constants::kGenderFemale)
103 voice.event_types.begin();
104 iter != voice.event_types.end();
111 if (voice.event_types.find(constants::kEventTypeEnd) !=
112 voice.event_types.end()) {
120 void ExtensionTtsEngineSpeak(Utterance* utterance, const VoiceData& voice) {
217 const extensions::TtsVoice& voice = tts_voices->at(i); local
    [all...]
tts_extension_api.cc 307 const VoiceData& voice = voices[i]; local
309 result_voice->SetString(constants::kVoiceNameKey, voice.name);
310 if (!voice.lang.empty())
311 result_voice->SetString(constants::kLangKey, voice.lang);
312 if (voice.gender == TTS_GENDER_MALE)
314 else if (voice.gender == TTS_GENDER_FEMALE)
316 if (!voice.extension_id.empty())
317 result_voice->SetString(constants::kExtensionIdKey, voice.extension_id);
320 for (std::set<TtsEventType>::iterator iter = voice.events.begin();
321 iter != voice.events.end(); ++iter)
    [all...]
  /external/chromium_org/chrome/browser/speech/
tts_linux.cc 38 const VoiceData& voice,
81 // uniquely identify a voice across all available modules.
157 const VoiceData& voice,
171 all_native_voices_->find(voice.name);
257 VoiceData& voice = out_voices->back(); local
258 voice.native = true;
259 voice.name = it->first;
260 voice.events.insert(TTS_EVENT_START);
261 voice.events.insert(TTS_EVENT_END);
262 voice.events.insert(TTS_EVENT_CANCELLED)
    [all...]
tts_win.cc 26 const VoiceData& voice,
74 const VoiceData& voice,
175 // TODO: get all voices, not just default voice.
178 VoiceData& voice = out_voices->back(); local
179 voice.native = true;
180 voice.name = "native";
181 voice.events.insert(TTS_EVENT_START);
182 voice.events.insert(TTS_EVENT_END);
183 voice.events.insert(TTS_EVENT_MARKER);
184 voice.events.insert(TTS_EVENT_WORD)
    [all...]
tts_controller.cc 152 // Get all available voices and try to find a matching voice.
157 // Select the matching voice, but if none was found, initialize an
161 VoiceData voice; local
163 voice = voices[index];
165 voice.native = true;
167 if (!voice.native) {
169 DCHECK(!voice.extension_id.empty());
171 utterance->set_extension_id(voice.extension_id);
172 ExtensionTtsEngineSpeak(utterance, voice);
174 voice.events.find(TTS_EVENT_END) != voice.events.end()
350 const VoiceData& voice = voices[i]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformSpeechSynthesisUtterance.h 53 PlatformSpeechSynthesisVoice* voice() const { return m_voice.get(); } function in class:WebCore::PlatformSpeechSynthesisUtterance
54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }
  /external/chromium/chrome/browser/extensions/
extension_tts_api.cc 163 const Extension::TtsVoice& voice = tts_voices[i]; local
164 if (!voice.voice_name.empty() &&
166 voice.voice_name != utterance->voice_name()) {
169 if (!voice.locale.empty() &&
171 voice.locale != utterance->locale()) {
174 if (!voice.gender.empty() &&
176 voice.gender != utterance->gender()) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 138 * @return the name of the voice at a given index.
147 * @return the language of the voice at a given index.
222 TtsVoice voice = new TtsVoice(name, locales[i].toString()); local
223 mVoices.add(voice);
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 1 package com.svox.pico.voice.deu.deu;
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 1 package com.svox.pico.voice.eng.gbr;
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 1 package com.svox.pico.voice.eng.usa;
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 1 package com.svox.pico.voice.fra.fra;
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 1 package com.svox.pico.voice.ita.ita;
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 1 package com.svox.pico.voice.spa.esp;
  /external/svox/pico/lib/
picoctrl.c 340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
355 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
360 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
365 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
370 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
375 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
381 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
387 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
502 picorsrc_Voice voice; member in struct:picoctrl_engine
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 43 unsigned char voice; /* FM voice (0 to 17) */ member in struct:snd_dm_fm_voice
66 * This describes an FM note by its voice, octave, frequency number (10bit)
71 unsigned char voice; /* 0-17 voice channel */ member in struct:snd_dm_fm_note
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 43 unsigned char voice; /* FM voice (0 to 17) */ member in struct:snd_dm_fm_voice
66 * This describes an FM note by its voice, octave, frequency number (10bit)
71 unsigned char voice; /* 0-17 voice channel */ member in struct:snd_dm_fm_note
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 43 unsigned char voice; /* FM voice (0 to 17) */ member in struct:snd_dm_fm_voice
66 * This describes an FM note by its voice, octave, frequency number (10bit)
71 unsigned char voice; /* 0-17 voice channel */ member in struct:snd_dm_fm_note
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 43 unsigned char voice; /* FM voice (0 to 17) */ member in struct:snd_dm_fm_voice
66 * This describes an FM note by its voice, octave, frequency number (10bit)
71 unsigned char voice; /* 0-17 voice channel */ member in struct:snd_dm_fm_note
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 43 unsigned char voice; /* FM voice (0 to 17) */ member in struct:snd_dm_fm_voice
66 * This describes an FM note by its voice, octave, frequency number (10bit)
71 unsigned char voice; /* 0-17 voice channel */ member in struct:snd_dm_fm_note

Completed in 2131 milliseconds

1 2