提交 7810e81c authored 作者: Brian West's avatar Brian West

fix overdrive vol MODFORM-15

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9858 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d04474f5
......@@ -611,6 +611,7 @@ static switch_status_t shout_file_open(switch_file_handle_t *handle, const char
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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论