summaryrefslogtreecommitdiffstats
path: root/volscale.h
diff options
context:
space:
mode:
Diffstat (limited to 'volscale.h')
-rw-r--r--volscale.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/volscale.h b/volscale.h
new file mode 100644
index 0000000..ea812d0
--- /dev/null
+++ b/volscale.h
@@ -0,0 +1,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