From 0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Mar 2006 23:00:24 +0000 Subject: WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9273 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/vu_meter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/vu_meter.c') diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index de0c4667bc..d903f97146 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -142,7 +142,7 @@ int last_num_right_leds; int i; -#define MAX_PEAK 0x7FFF +#define MAX_PEAK 0x8000 struct saved_settings { int meter_type; -- cgit v1.2.3