summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-24 19:49:04 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-24 19:49:04 +0000
commit0729b928ce14eafc09efe484bf19df2346880159 (patch)
treea8561f21607bab954580fb8a6b3fafbb33e691c9 /apps/recorder/icons.h
parent516d277958019ba27362d5f9fcc5ee70acc87c45 (diff)
downloadrockbox-0729b928ce14eafc09efe484bf19df2346880159.tar.gz
rockbox-0729b928ce14eafc09efe484bf19df2346880159.zip
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
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h1
1 files changed, 1 insertions, 0 deletions
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];
111#ifdef ID3_H 111#ifdef ID3_H
112/* This enum is redundant but sort of in keeping with the style */ 112/* This enum is redundant but sort of in keeping with the style */
113enum rec_format_18x8 { 113enum rec_format_18x8 {
114 Format_18x8_AIFF = REC_FORMAT_AIFF,
114 Format_18x8_MPA_L3 = REC_FORMAT_MPA_L3, 115 Format_18x8_MPA_L3 = REC_FORMAT_MPA_L3,
115 Format_18x8_WAVPACK = REC_FORMAT_WAVPACK, 116 Format_18x8_WAVPACK = REC_FORMAT_WAVPACK,
116 Format_18x8_PCM_WAV = REC_FORMAT_PCM_WAV, 117 Format_18x8_PCM_WAV = REC_FORMAT_PCM_WAV,