mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
revert change based on reports of bad audio
This commit is contained in:
parent
7f81c3cc3c
commit
430dfdacab
@ -2500,10 +2500,8 @@ static void conference_loop_output(conference_member_t *member)
|
||||
use_buffer = NULL;
|
||||
mux_used = (uint32_t) switch_buffer_inuse(member->mux_buffer);
|
||||
|
||||
if (mux_used < bytes * 2) {
|
||||
use_timer = 1;
|
||||
}
|
||||
|
||||
use_timer = 1;
|
||||
|
||||
if (mux_used) {
|
||||
if (mux_used < bytes) {
|
||||
if (++low_count >= 5) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user