onsetsds.c File Reference

#include "onsetsds.h"

Defines

#define ODS_DEBUG_POST_CSV   0

Functions

float onsetsds_phase_rewrap (float phase)
size_t onsetsds_memneeded (int odftype, size_t fftsize, unsigned int medspan)
void onsetsds_init (OnsetsDS *ods, float *odsdata, int fftformat, int odftype, size_t fftsize, unsigned int medspan, float srate)
bool onsetsds_process (OnsetsDS *ods, float *fftbuf)
void onsetsds_setrelax (OnsetsDS *ods, float time, size_t hopsize)
void onsetsds_loadframe (OnsetsDS *ods, float *fftbuf)
void onsetsds_whiten (OnsetsDS *ods)
void onsetsds_odf (OnsetsDS *ods)
void SelectionSort (float *array, int length)
void onsetsds_detect (OnsetsDS *ods)

Define Documentation

#define ODS_DEBUG_POST_CSV   0


Function Documentation

float onsetsds_phase_rewrap ( float  phase  )  [inline]

void SelectionSort ( float *  array,
int  length 
)