Home
last modified time | relevance | path

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

/dports/audio/aylet/aylet-0.5/
H A Dsound.h23 extern void sound_start_fade(int fadetime_in_sec);
H A Dsound.c706 void sound_start_fade(int fadetime_in_sec) in sound_start_fade() function
H A Dmain.c390 sound_start_fade(fadetime); in do_interrupt()
H A DChangeLog5 * sound.c (sound_start_fade): remembered why fadetime was declared
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dsound.h32 extern void __attribute__ ((visibility ("internal"))) sound_start_fade(int fadetime_in_sec);
H A Dsound.c613 void __attribute__ ((visibility ("internal"))) sound_start_fade(int fadetime_in_sec) in sound_start_fade() function
H A Dayplay.c484 sound_start_fade(fadetime); in ay_do_interrupt()