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/settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index fc0e5248a3..94d456fcf5 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -533,6 +533,8 @@ static const struct bit_entry hd_bits[] = {REC_FORMAT_CFG_NUM_BITS ,S_O(rec_format), REC_FORMAT_DEFAULT, "rec format", REC_FORMAT_CFG_VAL_LIST }, /** Encoder settings start - keep these together **/ + /* aiff_enc */ + /* (no settings yet) */ /* mp3_enc */ {5,S_O(mp3_enc_config.bitrate), MP3_ENC_BITRATE_CFG_DEFAULT, "mp3_enc bitrate", MP3_ENC_BITRATE_CFG_VALUE_LIST }, -- cgit v1.2.3