summaryrefslogtreecommitdiff
path: root/tran/ifft.h
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@debian.org>2011-10-22 04:54:51 +0200
committerSteve M. Robbins <smr@debian.org>2011-10-22 04:54:51 +0200
commitdd657ad3f1428b026486db3ec36691df17ddf515 (patch)
tree6ffb465595479fb5a76c1a6ea3ec992abaa8c1c1 /tran/ifft.h
Import nyquist_3.05.orig.tar.gz
[dgit import orig nyquist_3.05.orig.tar.gz]
Diffstat (limited to 'tran/ifft.h')
-rw-r--r--tran/ifft.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tran/ifft.h b/tran/ifft.h
new file mode 100644
index 0000000..186cec6
--- /dev/null
+++ b/tran/ifft.h
@@ -0,0 +1,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) */