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 /apps/settings.c | |
| parent | 516d277958019ba27362d5f9fcc5ee70acc87c45 (diff) | |
| download | rockbox-0729b928ce14eafc09efe484bf19df2346880159.zip rockbox-0729b928ce14eafc09efe484bf19df2346880159.tar.gz rockbox-0729b928ce14eafc09efe484bf19df2346880159.tar.bz2 rockbox-0729b928ce14eafc09efe484bf19df2346880159.tar.xz | |
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/settings.c')
| -rw-r--r-- | apps/settings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index fc0e524..94d456f 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 }, |