wavs saved as wavs, pumped up version
[maemo-recorder] / src / maemo-recorder.h
index 3e00441..d878a4e 100644 (file)
@@ -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