From 0729b928ce14eafc09efe484bf19df2346880159 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 24 Nov 2006 19:49:04 +0000 Subject: Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11583 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/recorder/icons.h') diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 1e7b8dba1e..5aec0730c6 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -111,6 +111,7 @@ extern const unsigned char bitmap_glyphs_4x8[Glyph_4x8Last][4]; #ifdef ID3_H /* This enum is redundant but sort of in keeping with the style */ enum rec_format_18x8 { + Format_18x8_AIFF = REC_FORMAT_AIFF, Format_18x8_MPA_L3 = REC_FORMAT_MPA_L3, Format_18x8_WAVPACK = REC_FORMAT_WAVPACK, Format_18x8_PCM_WAV = REC_FORMAT_PCM_WAV, -- cgit v1.2.3