changeset 1199:2cb9c6b5cf4d trunk

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme-project.org>
date Sun, 01 Jul 2007 07:01:48 -0500
parents bde384804637 (diff) 616928ec054d (current diff)
children 0ae013f630fa a0928c1779bb
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/jack/bio2jack.c	Sun Jul 01 02:30:41 2007 +0200
+++ b/src/jack/bio2jack.c	Sun Jul 01 07:01:48 2007 -0500
@@ -370,7 +370,7 @@
 }
 
 
-#define SAMPLE_MAX_16BIT  32767.0f
+#define SAMPLE_MAX_16BIT  32768.0f
 #define SAMPLE_MAX_8BIT   255.0f
 
 /* floating point volume routine */