代码搜索结果
找到约 12,685 项符合
Sound 的代码
maxv.h
sound_type snd_make_maxv(sound_type s1, sound_type s2);
sound_type snd_maxv(sound_type s1, sound_type s2);
/* LISP: (snd-maxv SOUND SOUND) */
reson.h
sound_type snd_make_reson(sound_type s, double hz, double bw, int normalization);
sound_type snd_reson(sound_type s, double hz, double bw, int normalization);
/* LISP: (snd-reson SOUND ANYNUM ANYN
delaycv.h
sound_type snd_make_delaycv(sound_type s, time_type delay, sound_type feedback);
sound_type snd_delaycv(sound_type s, time_type delay, sound_type feedback);
/* LISP: (snd-delaycv SOUND ANYNUM SOUN
prod.h
sound_type snd_make_prod(sound_type s1, sound_type s2);
sound_type snd_prod(sound_type s1, sound_type s2);
/* LISP: (snd-prod SOUND SOUND) */
quantize.h
sound_type snd_make_quantize(sound_type s1, long steps);
sound_type snd_quantize(sound_type s1, long steps);
/* LISP: (snd-quantize SOUND FIXNUM) */
clip.h
sound_type snd_make_clip(sound_type s, double level);
sound_type snd_clip(sound_type s, double level);
/* LISP: (snd-clip SOUND ANYNUM) */
sqrt.h
sound_type snd_make_sqrt(sound_type input);
sound_type snd_sqrt(sound_type input);
/* LISP: (snd-sqrt SOUND) */
convolve.h
sound_type snd_make_convolve(sound_type x_snd, sound_type h_snd);
sound_type snd_convolve(sound_type x_snd, sound_type h_snd);
/* LISP: (snd-convolve SOUND SOUND) */
recip.h
sound_type snd_make_recip(sound_type s1);
sound_type snd_recip(sound_type s1);
/* LISP: (snd-recip SOUND) */
atone.h
sound_type snd_make_atone(sound_type s, double hz);
sound_type snd_atone(sound_type s, double hz);
/* LISP: (snd-atone SOUND ANYNUM) */