rockbox/apps/recorder
Michael Sevakis e189b33ff4 Clean up peak calculating code.
Mixer needn't keep peak data around that will never be used. Just
pass pcm_peaks structure to it instead of allocating for every
channel. Plugin API becomes incompatible.

vu_meter digital mode was still using global peak calculation;
switch it to playback channel like the rest.

Remove some accumulated soil peaks inside pcm.c and make it more
generic.

Change-Id: Ib4d268d80b6a9d09915eea1c91eab483c1a2c009
2012-05-02 20:53:07 -04:00
..
albumart.c
albumart.h
bmp.c
bmp.h
icons.c
icons.h
jpeg_common.h
jpeg_idct_arm.S
jpeg_load.c
jpeg_load.h
keyboard.c
pcm_record.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
pcm_record.h Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. 2011-12-19 20:12:52 +00:00
peakmeter.c Clean up peak calculating code. 2012-05-02 20:53:07 -04:00
peakmeter.h
recording.c Simplify warning suppression for unused argument 2012-04-22 16:20:31 +02:00
recording.h
resize.c
resize.h