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

12 3 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 95 /* voice specific registers */
238 void (*sample_start)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_position_t position);
239 void (*sample_stop)(struct snd_gus_card *gus, struct snd_gus_voice *voice, int mode);
240 void (*sample_freq)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_frequency_t freq);
241 void (*sample_volume)(struct snd_gus_card *gus, struct snd_gus_voice *voice, struct snd_seq_ev_volume *volume);
242 void (*sample_loop)(struct snd_gus_card *card, struct snd_gus_voice *voice, struct snd_seq_ev_loop *loop);
243 void (*sample_pos)(struct snd_gus_card *card, struct snd_gus_voice *voice, snd_seq_position_t position);
244 void (*sample_private1)(struct snd_gus_card *card, struct snd_gus_voice *voice, unsigned char *data);
280 void (*handler_wave) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
281 void (*handler_volume) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
    [all...]
trident.h 261 void (*sample_start)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_position_t position);
262 void (*sample_stop)(struct snd_trident *gus, struct snd_trident_voice *voice, int mode);
263 void (*sample_freq)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_frequency_t freq);
264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
332 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
350 void (*private_free)(struct snd_trident_voice *voice);
368 struct snd_trident_voice *voice; /* active voice * member in struct:snd_trident_pcm_mixer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 95 /* voice specific registers */
238 void (*sample_start)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_position_t position);
239 void (*sample_stop)(struct snd_gus_card *gus, struct snd_gus_voice *voice, int mode);
240 void (*sample_freq)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_frequency_t freq);
241 void (*sample_volume)(struct snd_gus_card *gus, struct snd_gus_voice *voice, struct snd_seq_ev_volume *volume);
242 void (*sample_loop)(struct snd_gus_card *card, struct snd_gus_voice *voice, struct snd_seq_ev_loop *loop);
243 void (*sample_pos)(struct snd_gus_card *card, struct snd_gus_voice *voice, snd_seq_position_t position);
244 void (*sample_private1)(struct snd_gus_card *card, struct snd_gus_voice *voice, unsigned char *data);
280 void (*handler_wave) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
281 void (*handler_volume) (struct snd_gus_card * gus, struct snd_gus_voice * voice);
    [all...]
trident.h 261 void (*sample_start)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_position_t position);
262 void (*sample_stop)(struct snd_trident *gus, struct snd_trident_voice *voice, int mode);
263 void (*sample_freq)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_frequency_t freq);
264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
332 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
350 void (*private_free)(struct snd_trident_voice *voice);
368 struct snd_trident_voice *voice; /* active voice * member in struct:snd_trident_pcm_mixer
    [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_platform.h 39 const VoiceData& voice,
tts_chromeos.cc 28 const VoiceData& voice,
tts_android.h 20 const VoiceData& voice,
tts_controller_unittest.cc 25 const VoiceData& voice,
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_engine_extension_api.h 37 // the index of the voice within the extension in |voice_index| and
44 // extension voice.
46 const VoiceData& voice);
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/common/extensions/docs/examples/extensions/speak_selection/
options.js 50 var voice = document.getElementById('voice');
57 if (name == localStorage['voice']) {
62 voice.appendChild(opt);
65 voice.addEventListener('change', function() {
66 var i = voice.selectedIndex;
67 localStorage['voice'] = voiceArray[i].voiceName;
81 {voiceName: localStorage['voice'],
background.js 34 var voice = localStorage['voice'];
37 {voiceName: voice,
  /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...]
picorsrc.h 52 /* size of kb array of a voice */
132 * voice definitions
153 /** object : Voice
154 * shortcut : voice
173 /* create voice, given a voice name. the corresponding lock counts are incremented */
174 pico_status_t picorsrc_createVoice(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_Voice * voice);
176 /* dispose voice. the corresponding lock counts are decremented. */
177 pico_status_t picorsrc_releaseVoice(picorsrc_ResourceManager this, picorsrc_Voice * voice);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.idl 33 attribute SpeechSynthesisVoice voice;
SpeechSynthesisUtterance.h 51 SpeechSynthesisVoice* voice() const;
  /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/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
  /external/chromium_org/chrome/common/
tts_messages.h 19 IPC_STRUCT_TRAITS_MEMBER(voice)
  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesisUtterance.h 55 WEBKIT_EXPORT WebString voice() const;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 127 var voice = localStorage['voice'];
130 {voiceName: 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/srec/srec/cfront/
ca_wave.c 111 hWave->voice.margin = hFrontPar->voice_margin;
112 hWave->voice.fast_margin = hFrontPar->fast_voice_margin;
113 hWave->voice.quiet_margin = hFrontPar->tracker_margin;
114 hWave->voice.voice_duration = hFrontPar->voice_duration;
115 hWave->voice.quiet_duration = hFrontPar->quiet_duration;
180 init_voicing_analysis(&hWave->voice);

Completed in 363 milliseconds

12 3 4 5 6