File: psycho_4.h

package info (click to toggle)
toolame 02l-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 545
  • sloc: ansic: 10,298; makefile: 96
file content (8 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
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);