summaryrefslogtreecommitdiff
path: root/tran/ifft.h
blob: 186cec68a821e677db8a7f9cf765c17838ce9343 (plain)
1
2
3
sound_type snd_make_ifft(time_type t0, rate_type sr, LVAL src, long stepsize, LVAL window);
sound_type snd_ifft(time_type t0, rate_type sr, LVAL src, long stepsize, LVAL window);
    /* LISP: (snd-ifft ANYNUM ANYNUM ANY FIXNUM ANY) */