rockbox/apps/recorder
2011-07-02 11:55:38 +00:00
..
albumart.c Fix warning in android build. 2011-02-27 21:09:36 +00:00
albumart.h Fix warning in android build. 2011-02-27 21:09:36 +00:00
bmp.c Remove a couple of dead inits and assignments found by the clang-static-analyzer. 2011-06-12 22:17:45 +00:00
bmp.h s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/ 2010-07-24 10:51:58 +00:00
icons.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
icons.h
jpeg_common.h
jpeg_idct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
jpeg_load.c Fix test plugin build. 2011-02-10 20:20:12 +00:00
jpeg_load.h Embedded album art support in MP3/ID3v2 tags. 2011-02-09 20:13:13 +00:00
keyboard.c Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. 2011-06-29 06:37:04 +00:00
pcm_record.c Change the thread api a bit. 2011-03-05 17:48:06 +00:00
pcm_record.h
peakmeter.c Use playback channel directly for peakmeters and plugins using peak calculation. Also, for now, don't allow mixer playback to overlap recording, even if full duplex works. 2011-07-02 11:55:38 +00:00
peakmeter.h Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. 2011-06-05 12:36:27 +00:00
recording.c Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. 2011-06-05 12:36:27 +00:00
recording.h Fix yellow 2011-01-29 15:14:23 +00:00
resize.c remove set but unused variable 2011-03-28 21:44:36 +00:00
resize.h