rockbox/apps/recorder
Hristo Kovachev db734b41d5 Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.
Changes:
***1. all platforms:
1.1 corrects gain display bug;
1.2 allows combined setting of stereo gain without an extra
line on the display;

2. iRiver H1xx and H3xx specific:
2.1 correctly named the decimator variables, they were
called 'gain';
2.2 splitted decimator gain settings for mic and line-in so
that they are saved separately;
2.3 added combined analog and decimator gain setting giving a
smooth gain range with the best analog/decimator gain
combination


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8627 a1c6a512-1295-4272-9138-f99709370657
2006-02-08 13:08:55 +00:00
..
backdrop.c Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. 2006-02-02 20:42:56 +00:00
backdrop.h Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. 2006-02-02 20:42:56 +00:00
bmp.c Handle 8-bit BMP files 2006-01-31 23:34:02 +00:00
bmp.h Color BMP support 2006-01-28 12:12:42 +00:00
icons.c Initial attempt at using bmp2rb in the build system. Don't forget to re-run configure 2006-01-22 21:30:32 +00:00
icons.h Added (somewhat blurry) boot logo for X5 and made sure it builds logos for 2006-01-22 23:32:34 +00:00
keyboard.c Use the iPod 4G button mappings for the iPod 3G as well (at least for now) 2006-02-05 21:18:19 +00:00
peakmeter.c fix yellow build by removing a static unused variable from the simulator build 2005-12-02 08:44:09 +00:00
peakmeter.h Major peakmeter rework: * Changed set/get functions for dbfs mode to bool type. * Removed performance setting, leaving (slightly adapted) high performance mode only. * Refresh rate is always 20 Hz now. * Readout doesn't do an extra (hidden) peek, should allow for slightly better clip detection. * Brought back high performance peakmeter for recording. Peakmeter stops hogging the CPU when the disk is spinning; this is enough to avoid the performance problem when saving data. * Optimisations, code cleanup and code policeing. * (iriver) Reduced CPU load of peakmeter by not calculating excessive overlaps. ** Bumped config block version, so save your settings before upgrading. 2005-08-29 20:07:17 +00:00
radio.c Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain. 2006-02-08 13:08:55 +00:00
radio.h refactored radio status code 2005-11-19 19:23:44 +00:00
recording.c Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain. 2006-02-08 13:08:55 +00:00
recording.h The /recordings directory is now automatically created in the radio screen as well. 2004-06-04 12:34:29 +00:00
widgets.c Corrected malformed cvs id line. 2005-08-23 22:07:26 +00:00
widgets.h Corrected malformed cvs id line. 2005-08-23 22:07:26 +00:00