[Asterisk-Users] call center running
Asterisk - sound quality-critical!
Kevin P. Fleming
kpfleming at digium.com
Wed Apr 12 09:20:51 MST 2006
Tamas wrote:
> Kevin, does MixMonitor have buffering? How big is the buffer? Is it
> possible to change the size? I guess, we are talking about buffering
> voice samples and writing only a bulk of them to disk (e.g. in every 50
> packets - 1second).
It buffers the data in memory, there is no fixed size. It _will_ attempt
to write out a mixed audio frame each time a matching pair of frames has
been received from both sides; changing that to only write after a
certain amount of data has been received would not be a significant
task. There is a risk of data loss, though, if you do that... but at
least MixMonitor does not sit in the channel read/write path like
Monitor does, so delays in writing the audio don't impact the audio
being bridged across the channels.
More information about the asterisk-users
mailing list