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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.cpp 31 PassRefPtr<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
33 return adoptRef(new SpeechSynthesisVoice(voice));
36 SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
37 : m_platformVoice(voice)
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());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ultrasound.h 24 * byte 3 - Voice number (0-31)
29 * Each command affects one voice defined in byte 3.
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
34 * _GUS_VOICEOFF - Stops voice (no parameters)
35 * _GUS_VOICEFADE - Stops the voice smoothly.
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balence (P1, 0=left, 7=middle and 15=right, default 7
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ultrasound.h 24 * byte 3 - Voice number (0-31)
29 * Each command affects one voice defined in byte 3.
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
34 * _GUS_VOICEOFF - Stops voice (no parameters)
35 * _GUS_VOICEFADE - Stops the voice smoothly.
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balence (P1, 0=left, 7=middle and 15=right, default 7
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ultrasound.h 24 * byte 3 - Voice number (0-31)
29 * Each command affects one voice defined in byte 3.
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
34 * _GUS_VOICEOFF - Stops voice (no parameters)
35 * _GUS_VOICEFADE - Stops the voice smoothly.
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balence (P1, 0=left, 7=middle and 15=right, default 7
    [all...]
  /external/svox/pico/lib/
picoacph.h 199 picorsrc_Voice voice);
picocep.h 48 picodata_CharBuffer cbOut, picorsrc_Voice voice);
picopam.h 74 picorsrc_Voice voice);
picopr.h 54 picorsrc_Voice voice);
picosa.h 209 picorsrc_Voice voice);
picosig.h 58 picorsrc_Voice voice);
picospho.h 168 picorsrc_Voice voice);
picotok.h 106 picorsrc_Voice voice);
picowa.h 129 picorsrc_Voice voice);
  /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/chromium_org/chrome/browser/speech/
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...]
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...]
  /external/srec/srec/include/
voicing.h 79 void init_voicing_analysis(voicing_info *voice);
80 long voicing_analysis(voicing_info *voice, voicedata enval, int* log);
  /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/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
  /external/chromium_org/chrome/common/
tts_utterance_request.h 20 std::string voice; member in struct:TtsUtteranceRequest
  /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_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...]
  /external/srec/srec/cfront/
chelfep.c 52 voicing_info *voice,
89 if (voice != NULL)
95 *voicedata = (featdata) voicing_analysis(voice, smooth_c0, NULL);
98 *voicedata = (featdata) voicing_analysis(voice, framdata[0], NULL);
101 *voicedata = (featdata) voicing_analysis(voice, framdata[0], NULL);

Completed in 742 milliseconds

1 2 3 4 5 6