1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00
2010-01-24 09:19:39 +00:00

4 lines
241 B
C

sound_type snd_make_aresonvv(sound_type s1, sound_type hz1, sound_type bw, int normalization);
sound_type snd_aresonvv(sound_type s1, sound_type hz1, sound_type bw, int normalization);
/* LISP: (snd-aresonvv SOUND SOUND SOUND FIXNUM) */