aboutsummaryrefslogtreecommitdiffstats
path: root/psycho_4.h
blob: d9c262d79f12541a13db44d70009246d4a749dc9 (plain)
1
2
3
4
5
6
7
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);