mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-19 17:40:15 +02:00
5 lines
156 B
C
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) */
|