summaryrefslogtreecommitdiffstats
path: root/src/volscale.h
blob: fe6e037dd5b72fd736cb4ae0fcf0c0cb0647871a (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 (*sa_volscale_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, int32_t factor, int32_t divisor, size_t bytes);

sa_volscale_func_t sa_get_volscale_func(sa_pcm_format_t f);

#endif