Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[FS#10686] Peakmeter on ipod 5g using too much CPU

I think this is probably a good idea in general

Change-Id: I124e8743a847aa12013ef3b93c8b318e42714b34

authored by

William Wilgus and committed by
William Wilgus
907c9199 018ccf4e

+1 -1
+1 -1
apps/recorder/peakmeter.h
··· 21 21 #ifndef __PEAKMETER_H__ 22 22 #define __PEAKMETER_H__ 23 23 24 - #define PEAK_METER_FPS 20 24 + #define PEAK_METER_FPS 10 /* bugfix FS#10686*/ 25 25 #define MAX_PEAK 0x8000 26 26 27 27 /*#define PM_DEBUG */