summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2025-01-05 15:41:54 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2025-01-05 16:57:18 -0500
commit907c91997ed0dbf63a9df021cdd1918df1c0d924 (patch)
treef0f8f7e256ca8ed0d9addee7d17cec58dd472c20
parent018ccf4e47a1c54d5d1e0d579f29dfc1a461835e (diff)
downloadrockbox-907c91997e.tar.gz
rockbox-907c91997e.zip
[FS#10686] Peakmeter on ipod 5g using too much CPU
I think this is probably a good idea in general Change-Id: I124e8743a847aa12013ef3b93c8b318e42714b34
-rw-r--r--apps/recorder/peakmeter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/peakmeter.h b/apps/recorder/peakmeter.h
index fc6c2183af..b1226d444c 100644
--- a/apps/recorder/peakmeter.h
+++ b/apps/recorder/peakmeter.h
@@ -21,7 +21,7 @@
#ifndef __PEAKMETER_H__
#define __PEAKMETER_H__
-#define PEAK_METER_FPS 20
+#define PEAK_METER_FPS 10 /* bugfix FS#10686*/
#define MAX_PEAK 0x8000
/*#define PM_DEBUG */