diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-31 12:31:38 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-31 12:31:38 +0300 |
commit | 675ded0d66b9fd60777d3037ded1446a3f9ef986 (patch) | |
tree | 6db3f0524437304f9e5a7b90175e3f6b043d4d49 /src/audio.h |
Big Bang
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 8 |
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 |