summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h
new file mode 100644
index 0000000..282441b
--- /dev/null
+++ b/src/sound.h
@@ -0,0 +1,9 @@
+#ifndef MOSSROSE_SOUND_H
+#define MOSSROSE_SOUND_H
+
+#include <mossrose.h>
+
+int sound_copy(struct mossrose_sound_t *dest, struct mossrose_sound_t *src);
+void sound_free_audio(struct mossrose_sound_t *sound);
+
+#endif