summaryrefslogtreecommitdiffstats
path: root/polyp/sound-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sound-file.h')
-rw-r--r--polyp/sound-file.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/polyp/sound-file.h b/polyp/sound-file.h
new file mode 100644
index 00000000..3a6fa415
--- /dev/null
+++ b/polyp/sound-file.h
@@ -0,0 +1,9 @@
+#ifndef soundfilehfoo
+#define soundfilehfoo
+
+#include "memchunk.h"
+#include "sample.h"
+
+int pa_sound_file_load(const char *fname, struct pa_sample_spec *ss, struct pa_memchunk *chunk);
+
+#endif