Home
last modified time | relevance | path

Searched refs:end_wave (Results 1 – 7 of 7) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_quit_dialog.c235 GList *start_wave, *end_wave; in ags_quit_dialog_fast_export() local
260 end_wave = g_list_last(start_wave); in ags_quit_dialog_fast_export()
262 if(end_wave != NULL){ in ags_quit_dialog_fast_export()
267 end_buffer = g_list_last(AGS_WAVE(end_wave->data)->buffer); in ags_quit_dialog_fast_export()
278 x = ags_timestamp_get_ags_offset(AGS_WAVE(end_wave->data)->timestamp); in ags_quit_dialog_fast_export()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dklatt.cpp840 static int end_wave;
919 if (end_wave > 0) {
924 end_wave = 0;
951 end_wave = 0;
953 end_wave = 1; // fadeout at the end
955 end_wave = 1;
962 end_wave = 0; // next wave generation is from another spectrum
968 end_wave = 2;
H A Dwavegen.cpp97 static int end_wave = 0; // continue to end of wave cycle variable
696 if ((end_wave == 0) && (samplecount == nsamples)) in Wavegen()
1158 end_wave = 1; in SetSynth()
1179 end_wave = 0; // next wave generation is from another spectrum in SetSynth()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dklatt.cpp1056 static int end_wave; variable
1153 if(end_wave > 0) in Wavegen_Klatt()
1156 if(end_wave == 2) in Wavegen_Klatt()
1170 end_wave = 0; in Wavegen_Klatt()
1202 end_wave = 0; in SetSynth_Klatt()
1205 end_wave = 1; // fadeout at the end in SetSynth_Klatt()
1209 end_wave = 1; in SetSynth_Klatt()
1218 end_wave = 0; // next wave generation is from another spectrum in SetSynth_Klatt()
1226 end_wave = 2; in SetSynth_Klatt()
H A Dwavegen.cpp117 static int end_wave=0; // continue to end of wave cycle variable
1195 if((end_wave==0) && (samplecount==nsamples)) in Wavegen()
1759 end_wave = 1; in SetSynth()
1784 end_wave = 0; // next wave generation is from another spectrum in SetSynth()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/machine/
H A Dags_audiorec.c824 GList *start_wave, *end_wave, *wave; in ags_audiorec_fast_export_run() local
/dports/audio/alsa-utils/alsa-utils-1.2.2/aplay/
H A Daplay.c173 static void end_wave(int fd);
188 { begin_wave, end_wave, N_("WAVE"), 2147483648LL },
2708 static void end_wave(int fd) in end_wave() function