diff options
Diffstat (limited to 'audioformat.h')
-rw-r--r-- | audioformat.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audioformat.h b/audioformat.h new file mode 100644 index 0000000..65f8d82 --- /dev/null +++ b/audioformat.h @@ -0,0 +1,8 @@ +#ifndef AUDIOFORMAT_H +#define AUDIOFORMAT_H + +enum audio_format { + AUDIO_FORMAT_S16LE, +}; + +#endif |