From 018d6824bf5dfdc97c037e482fa57719bab99214 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Mon, 24 Mar 2014 18:07:01 -0700 Subject: [PATCH] Oops, accidentally made DUMB twice as loud as it should be --- Frameworks/Dumb/dumb/src/helpers/resampler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/Dumb/dumb/src/helpers/resampler.c b/Frameworks/Dumb/dumb/src/helpers/resampler.c index 16ff0dc88..6cec3d05e 100644 --- a/Frameworks/Dumb/dumb/src/helpers/resampler.c +++ b/Frameworks/Dumb/dumb/src/helpers/resampler.c @@ -627,7 +627,7 @@ int resampler_get_sample(void *_r) resampler_fill( r ); if ( r->read_filled < 1 ) return 0; - return (int)(r->buffer_out[ r->read_pos ] * 16777216.0); + return (int)(r->buffer_out[ r->read_pos ] * 8388608.0); } void resampler_remove_sample(void *_r)