summaryrefslogtreecommitdiffstats
path: root/src/sconv-s16be.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sconv-s16be.h')
-rw-r--r--src/sconv-s16be.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sconv-s16be.h b/src/sconv-s16be.h
new file mode 100644
index 00000000..257393c6
--- /dev/null
+++ b/src/sconv-s16be.h
@@ -0,0 +1,7 @@
+#ifndef foosconv_s16befoo
+#define foosconv_s16befoo
+
+void pa_sconv_s16be_to_float32(unsigned n, const void *a, unsigned an, float *b);
+void pa_sconv_s16be_from_float32(unsigned n, const float *a, void *b, unsigned bn);
+
+#endif