HomeSort by relevance Sort by last modified time
    Searched refs:voices (Results 1 - 13 of 13) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 200 /* ignore muting voices */
233 /* ignore muting voices */
298 InitVoice(&pVoiceMgr->voices[i]);
420 * We also force all voices to mute quickly.
422 * is, we do not ramp the voices down from this routine, but instead, we
424 * down samples to the output buffer. After we are sure that all voices
430 * force - force reset even if voices are active
436 * - force all voices to update their envelope states to mute
447 /* force voices to off state - may cause audio artifacts */
457 /* don't reset if voices are still playing *
    [all...]
eas_synth.h 96 /* use the following values to specify unassigned channels or voices */
125 /* drum channel can simultaneously play this many voices at most */
197 /* parameters shared by multiple voices assigned to same channel */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
362 S_SYNTH_VOICE voices[MAX_SYNTH_VOICES]; member in struct:s_voice_mgr_tag
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 375 * available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and
378 * unavailable voices (ones that user can install). The format of each voice is:
415 * the TextToSpeech engine returns an ArrayList<String> of all the available voices.
423 * the TextToSpeech engine returns an ArrayList<String> of all the unavailable voices.
465 * check for by sending an ArrayList<String> of the voices that are of interest.
484 * changed, is should send ACTION_CHECK_TTS_DATA intent to discover available voices.
    [all...]
TextToSpeechService.java 81 * API Level 20 adds support for Voice objects. Voices are an abstraction that allow the TTS
83 * features set. In order to fully take advantage of voices, an engine should implement
265 * Queries the service for a set of supported voices.
272 * Note, that this implementation is suitable only for engines that don't have multiple voices
276 * @return A list of voices supported.
280 ArrayList<Voice> voices = new ArrayList<Voice>(); local
297 voices.add(new Voice(voiceName, locale, Voice.QUALITY_NORMAL,
300 return voices;
306 * This method provides a mapping between locales and available voices. This method is
    [all...]
  /bionic/libc/kernel/uapi/sound/
asequencer.h 440 unsigned int voices; member in struct:snd_seq_port_subscribe
  /external/kernel-headers/original/uapi/sound/
asequencer.h 457 int midi_voices; /* voices per MIDI port */
458 int synth_voices; /* voices per SYNTH port */
548 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 436 unsigned int voices; member in struct:snd_seq_port_subscribe
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 454 int midi_voices; /* voices per MIDI port */
455 int synth_voices; /* voices per SYNTH port */
545 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 454 int midi_voices; /* voices per MIDI port */
455 int synth_voices; /* voices per SYNTH port */
545 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asequencer.h 454 int midi_voices; /* voices per MIDI port */
455 int synth_voices; /* voices per SYNTH port */
545 unsigned int voices; /* number of voices to be allocated (0 = don't care) */ member in struct:snd_seq_port_subscribe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq.h 292 void snd_seq_port_info_set_midi_voices(snd_seq_port_info_t *info, int voices);
293 void snd_seq_port_info_set_synth_voices(snd_seq_port_info_t *info, int voices);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq.h 292 void snd_seq_port_info_set_midi_voices(snd_seq_port_info_t *info, int voices);
293 void snd_seq_port_info_set_synth_voices(snd_seq_port_info_t *info, int voices);
  /external/svox/pico/lib/
picorsrc.c 216 picorsrc_Voice voices, freeVoices; member in struct:picorsrc_resource_manager
238 this->voices = NULL;
924 /* ******* accessing voices **************************************/
944 /* check number of voices */
947 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i voices",PICORSRC_MAX_NUM_VOICES);
    [all...]

Completed in 791 milliseconds