21 #ifndef _ZITA_RESAMPLER_TABLE_H_
22 #define _ZITA_RESAMPLER_TABLE_H_
37 void lock (
void) { pthread_mutex_lock (&_mutex); }
38 void unlock (
void) { pthread_mutex_unlock (&_mutex); }
static void destroy(Resampler_table *T)
static Resampler_table * _list
static Resampler_mutex _mutex
static Resampler_table * create(double fr, unsigned int hl, unsigned int np)
Resampler_table(double fr, unsigned int hl, unsigned int np)
#define LIBZRESAMPLER_API