summaryrefslogtreecommitdiff
path: root/firmware/enc_base.c
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 /firmware/enc_base.c
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 'firmware/enc_base.c')
-rw-r--r--firmware/enc_base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/enc_base.c b/firmware/enc_base.c
index e346064fe2..6cd421142c 100644
--- a/firmware/enc_base.c
+++ b/firmware/enc_base.c
@@ -19,6 +19,8 @@
19#include "config.h" 19#include "config.h"
20#include "audio.h" 20#include "audio.h"
21 21
22/** aiff_enc.codec **/
23
22/** mp3_enc.codec **/ 24/** mp3_enc.codec **/
23 25
24/* These are in descending order rather than in MPEG frequency index 26/* These are in descending order rather than in MPEG frequency index