From 22f1fce330059ef8a383cf327a023d6a9da5ad3e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 15 Feb 2016 02:44:20 +0100 Subject: Include toolame-dab as library --- libtoolame-dab/psycho_4.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libtoolame-dab/psycho_4.h (limited to 'libtoolame-dab/psycho_4.h') diff --git a/libtoolame-dab/psycho_4.h b/libtoolame-dab/psycho_4.h new file mode 100644 index 0000000..e065956 --- /dev/null +++ b/libtoolame-dab/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); +FLOAT psycho_4_cos(FLOAT phi); +FLOAT psycho_4_sin(FLOAT phi); -- cgit v1.2.3