X-Git-Url: http://git.maemo.org/git/?p=maemo-recorder;a=blobdiff_plain;f=src%2Fmaemo-recorder.h;h=d878a4e75177a6d9c2d32061fe42bc726bab76fb;hp=3e004410dad155cfb968babcc9b56124cf81ef5c;hb=8a17270361d8ff1be4b20f7482dee4733064f839;hpb=674479b9aa34a3ef8edd8f9bac83661c3e5e200d diff --git a/src/maemo-recorder.h b/src/maemo-recorder.h index 3e00441..d878a4e 100644 --- a/src/maemo-recorder.h +++ b/src/maemo-recorder.h @@ -78,6 +78,11 @@ typedef enum FORMAT_WAV } AudioFormat; +#define FORMAT_NAME_WAV "WAV" +#define FORMAT_NAME_PCMA "PCM A-law" +#define FORMAT_NAME_PCMU "PCM u-law" +#define FORMAT_NAME_ILBC "iLBC" + /* TODO: this kind of struct might be more handy when passing around audioformat info */ #if 0 struct _AudioFormatSpec