mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-28 07:28:47 +01:00
4 lines
238 B
C
4 lines
238 B
C
sound_type snd_make_resonvv(sound_type s1, sound_type hz1, sound_type bw, int normalization);
|
|
sound_type snd_resonvv(sound_type s1, sound_type hz1, sound_type bw, int normalization);
|
|
/* LISP: (snd-resonvv SOUND SOUND SOUND FIXNUM) */
|