1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-19 17:40:15 +02:00
2010-01-24 09:19:39 +00:00

5 lines
156 B
C

/* fft.h -- fft returned through a lisp array */
LVAL snd_fft(sound_type s, long len, long step, LVAL w);
/* LISP: (SND-FFT SOUND FIXNUM FIXNUM ANY) */