summaryrefslogtreecommitdiffstats
path: root/volscale.h
blob: ea812d079ddb779a4c8748e256e8ceec4a326b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef foosydneyvolscalehfoo
#define foosydneyvolscalehfoo

#include <sys/types.h>
#include <inttypes.h>

#include "sydney.h"

typedef void (*volscale_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, int32_t factor, int32_t divisor, size_t bytes);

volscale_func_t get_volscale_func(sa_pcm_format_t f);

#endif