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

  /external/sonivox/arm-fm-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_fmengine.c 48 static S_FM_ENG_VOICE voices[NUM_FM_VOICES]; variable
495 pVoice = &voices[voiceNum];
564 p = &voices[voiceNum];
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
  /external/sonivox/arm-hybrid-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_fmengine.c 48 static S_FM_ENG_VOICE voices[NUM_FM_VOICES]; variable
495 pVoice = &voices[voiceNum];
564 p = &voices[voiceNum];
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
  /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
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 129 cpars->format.voices = DEFAULT_CPARAMS_VOICES;
441 cparams.format.voices = spec->channels;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 296 void snd_seq_port_info_set_midi_voices(snd_seq_port_info_t *info, int voices);
297 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 131 milliseconds