From 9c77ba7054469eeb54b9b572795b6b90f8f17adf Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 8 Nov 2005 23:19:30 +0000 Subject: issues #3599 and #4252 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7033 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/meetme.conf.sample | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'configs/meetme.conf.sample') diff --git a/configs/meetme.conf.sample b/configs/meetme.conf.sample index b47ed0f2c..308ec0772 100755 --- a/configs/meetme.conf.sample +++ b/configs/meetme.conf.sample @@ -2,6 +2,16 @@ ; Configuration file for MeetMe simple conference rooms for Asterisk of course. ; ; This configuration file is read every time you call app meetme() + +[general] +;audiobuffers=32 ; The number of 20ms audio buffers to be used + ; when feeding audio frames from non-Zap channels + ; into the conference; larger numbers will allow + ; for the conference to 'de-jitter' audio that arrives + ; at different timing than the conference's timing + ; source, but can also allow for latency in hearing + ; the audio from the speaker. Minimum value is 2, + ; maximum value is 32. ; [rooms] ; @@ -9,4 +19,3 @@ ; ;conf => 1234 ;conf => 2345,9938 - -- cgit v1.2.3