diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-10-13 19:04:46 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-10-13 19:04:46 +0200 |
commit | af96e1ce92c751f92cdb862985d1abe7362a6e59 (patch) | |
tree | becd9199f426f2b53cca4f40eba443e8a6e94196 /audioformat.h | |
parent | 18399d8f41e0154af266f43fd4a05420cb335aa7 (diff) |
Resample files when transcoding to mp3 using libsamplerate.
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 |