Home
last modified time | relevance | path

Searched refs:fadetime_in_sec (Results 1 – 4 of 4) 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() argument
709 sfadetime=fadetotal=fadetime_in_sec*sound_freq; in sound_start_fade()
/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() argument
616 sfadetime=fadetotal=fadetime_in_sec*sound_freq; in sound_start_fade()