aboutsummaryrefslogtreecommitdiff
path: root/src/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio.h')
-rw-r--r--src/audio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/audio.h b/src/audio.h
new file mode 100644
index 0000000..f7f4ae4
--- /dev/null
+++ b/src/audio.h
@@ -0,0 +1,8 @@
+#ifndef AUDIO_H
+#define AUDIO_H
+
+int audip_play(char *buf);
+
+int audio_record(int fd);
+
+#endif