Oops, accidentally made DUMB twice as loud as it should be

CQTexperiment
Chris Moeller 2014-03-24 18:07:01 -07:00
parent 003aaeee19
commit 018d6824bf
1 changed files with 1 additions and 1 deletions

View File

@ -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)