[Freeswitch-svn] [commit] r9858 - freeswitch/trunk/src/mod/formats/mod_shout

Freeswitch SVN brian at freeswitch.org
Mon Oct 6 16:17:16 EDT 2008


Author: brian
Date: Mon Oct  6 16:17:15 2008
New Revision: 9858

Modified:
   freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c

Log:
fix overdrive vol MODFORM-15

Modified: freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c	Mon Oct  6 16:17:15 2008
@@ -611,6 +611,7 @@
 		mpg123_open_feed(context->mh);
 		mpg123_format_all(context->mh);
 		mpg123_param(context->mh, MPG123_FORCE_RATE, context->samplerate, 0);
+		mpg123_param(context->mh, MPG123_OUTSCALE, 8192, 0);
 
 		if (handle->handler) {
 			mpg123_param(context->mh, MPG123_FLAGS, MPG123_SEEKBUFFER|MPG123_MONO_MIX, 0);



More information about the Freeswitch-svn mailing list