aboutsummaryrefslogtreecommitdiffstats
path: root/psycho_4.h
diff options
context:
space:
mode:
Diffstat (limited to 'psycho_4.h')
-rw-r--r--psycho_4.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/psycho_4.h b/psycho_4.h
new file mode 100644
index 0000000..d9c262d
--- /dev/null
+++ b/psycho_4.h
@@ -0,0 +1,8 @@
+void psycho_4 (short int *, short int[1056], int, double *smr, double sfeq, options *glopts);
+void psycho_4_init (double sfreq, options *glopts);
+FLOAT8 psycho_4_spreading_function(FLOAT8 bark);
+void psycho_4_allocmem(void);
+
+void psycho_4_trigtable_init(void);
+INLINE FLOAT psycho_4_cos(FLOAT phi);
+INLINE FLOAT psycho_4_sin(FLOAT phi);