Below is the file 'src/lsi/beatdetect.h' from this revision. You can also download the file.
/* beatdetect.h */ int beatdetect_init(void); void beatdetect_close(void); double beatdetect_getphase(void); double beatdetect_getconfidence(void); int beatdetect_read(void);