From af96e1ce92c751f92cdb862985d1abe7362a6e59 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 13 Oct 2010 19:04:46 +0200 Subject: Resample files when transcoding to mp3 using libsamplerate. --- audioformat.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 audioformat.h (limited to 'audioformat.h') 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 -- cgit v1.2.3