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

1 2 3 4

  /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);
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/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/
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
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/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);
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);
  /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/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()) {

Completed in 2735 milliseconds

1 2 3 4