mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-09 21:11:11 +02: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) */
|