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.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to