[Freeswitch-svn] [commit] r7763 - freeswitch/trunk/src/mod/formats/mod_shout
Freeswitch SVN
brian at freeswitch.org
Wed Feb 27 21:04:21 EST 2008
Author: brian
Date: Wed Feb 27 21:04:20 2008
New Revision: 7763
Modified:
freeswitch/trunk/src/mod/formats/mod_shout/mod_shout.c
Log:
Fix MODFORM-6
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 Wed Feb 27 21:04:20 2008
@@ -583,7 +583,8 @@
lame_set_num_channels(context->gfp, handle->channels);
lame_set_in_samplerate(context->gfp, handle->samplerate);
- lame_set_brate(context->gfp, 24);
+ lame_set_brate(context->gfp, 64);
+ lame_set_out_samplerate(context->gfp, handle->samplerate);
if (handle->channels == 2) {
lame_set_mode(context->gfp, STEREO);
} else {
More information about the Freeswitch-svn
mailing list