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

  /external/qemu/android/
audio-test.c 24 SWVoiceOut *voice; member in struct:__anon10375
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/srec/srec/include/
frontapi.h 62 voicing_info voice; member in struct:__anon12628
    [all...]
  /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/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...]
picodata.c 574 picorsrc_Voice voice; member in struct:simple_pu_data
612 picorsrc_Voice voice)
622 this->voice = voice;
    [all...]
picodata.h 201 #define PICODATA_ITEMINFO1_CMD_VOICE 'v' /* context command : voice name in item content */
489 picorsrc_Voice voice);
512 picorsrc_Voice voice; member in struct:picodata_processing_unit
  /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
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/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/qemu/hw/
goldfish_audio.c 107 SWVoiceOut *voice; member in struct:goldfish_audio_state
179 ret = AUD_write(s->voice, b->data + b->offset, write);
271 // enable or disable the output voice
272 if (s->voice != NULL) {
273 AUD_set_active_out(s->voice, (enable & (AUDIO_INT_WRITE_BUFFER_1_EMPTY | AUDIO_INT_WRITE_BUFFER_2_EMPTY)) != 0);
583 s->voice = AUD_open_out (
591 if (!s->voice) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 64 private final static String COMMAND_GSM_VOICE = "gsm voice %1$s\r\n"; //$NON-NLS-1$
164 "gsm\\s+voice\\s+state:\\s*([a-z]+)", Pattern.CASE_INSENSITIVE); //$NON-NLS-1$
177 /** Voice status. */
178 public GsmMode voice = GsmMode.UNKNOWN; field in class:EmulatorConsole.GsmStatus
404 * gsm voice state: home
422 status.voice = GsmMode.getEnum(value.toLowerCase(Locale.US));
449 * Sets the GSM voice mode.
  /packages/apps/Browser/src/com/android/browser/
Controller.java 2833 Intent voice = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); local
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 508 milliseconds