diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2006-11-24 19:49:04 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2006-11-24 19:49:04 +0000 |
commit | 0729b928ce14eafc09efe484bf19df2346880159 (patch) | |
tree | a8561f21607bab954580fb8a6b3fafbb33e691c9 /firmware/enc_base.c | |
parent | 516d277958019ba27362d5f9fcc5ee70acc87c45 (diff) |
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.c | 2 |
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 @@ #include "config.h" #include "audio.h" +/** aiff_enc.codec **/ + /** mp3_enc.codec **/ /* These are in descending order rather than in MPEG frequency index |