Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
recorder
/
peakmeter.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
ff469ab
Updated recording trigger screen (seems to be a feature almost noone uses?)
by Jonathan Gordon
· 16 years ago
db2d61f
Killed unnecessary global variables by making them static.
by Bertrik Sikken
· 16 years ago
c70d946
Make a few private functins static and use fewer bytes for constants
by Nils Wallménius
· 17 years ago
583f186
Implement FS #2976: Clip Counter for recording screen. If enabled in peak meter settings, it shows the number of times clipping occurred (clip indicator going on). Count is reset on recording start and only counts during actual recording. Stays on screen when stopping or pauzing. Also fix a drawing bug when peakmeters start at a non-zero x offset.
by Peter D'Hoye
· 17 years ago
d8103f3
Recording trigger for software codec targets
by Martin Scarratt
· 18 years ago
5fc66e5
Automatic Gain Control during recording. At this point only compiled for iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself.
by Peter D'Hoye
· 18 years ago
1ae0cdb
I-River targets: A workaround for the recording interference hardware issue when recording with a remote. Disable remote LCD while recording by pressing vol- on the remote. All remote buttons and cliplight are still operational while lcd is disabled.
by Martin Scarratt
· 18 years ago
76b729c
On-the-fly filesplitting when recording for I-Rivers. Record button starts new file, Play/Pause button pauses/resumes recording. Also, Filename information for all screens > 80 pixels high.
by Martin Scarratt
· 18 years ago
b66477a
Support the recording screen on the LCD remote. Also adds support for the peakmeter in the rremote WPS. Patch from Martin Scarratt (task 4818).
by Dan Everton
· 19 years ago
99a0598
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.
by Jens Arnold
· 19 years ago
68482bb
Patch #868645 by Philipp Pertermann, volume triggered recording for the Archos recording devices
by Linus Nielsen Feltzing
· 20 years ago
a02ffd5
Some peak meter optimizations
by Linus Nielsen Feltzing
· 22 years ago
fd0cc3b
Phil Pertermann's dB peak meter patch
by Linus Nielsen Feltzing
· 22 years ago
69befb5
Made peak_meter_peek() non-static
by Linus Nielsen Feltzing
· 22 years ago
f117029
Philip Pertermanns peak meter
by Linus Nielsen Feltzing
· 22 years ago