From 99a0598c284471342fcda1fdcba90d4b666bfbb3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 29 Aug 2005 20:07:17 +0000 Subject: 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7415 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 75601c858b..6feac25ee8 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -878,21 +878,21 @@ voice: "Numeric" new: id: LANG_PM_PERFORMANCE -desc: in the peak meter menu -eng: "Performance" -voice: "Performance" +desc: DEPRECATED +eng: "" +voice: new: id: LANG_PM_HIGH_PERFORMANCE -desc: in the peak meter menu -eng: "High performance" -voice: "High performance" +desc: DEPRECATED +eng: "" +voice: "" new: id: LANG_PM_ENERGY_SAVER -desc: in the peak meter menu -eng: "Save Energy" -voice: "Save Energy" +desc: DEPRECATED +eng: "" +voice: "" new: id: LANG_PM_SCALE -- cgit v1.2.3