From f22962a0c1973a867893bc144e5bd1bd44053a84 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 28 May 2009 14:39:21 +0000 Subject: Remove a bunch of trailing whitespace in preparation for reformatting/cleanup. Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197535 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/alsa.conf.sample | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'configs/alsa.conf.sample') diff --git a/configs/alsa.conf.sample b/configs/alsa.conf.sample index 33c5a3fa8..f55030618 100644 --- a/configs/alsa.conf.sample +++ b/configs/alsa.conf.sample @@ -39,23 +39,23 @@ extension=s ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an -; ALSA channel. Defaults to "no". An enabled jitterbuffer will -; be used only if the sending side can create and the receiving -; side can not accept jitter. The ALSA channel can't accept jitter, -; thus an enabled jitterbuffer on the receive ALSA side will always -; be used if the sending side can create jitter. + ; ALSA channel. Defaults to "no". An enabled jitterbuffer will + ; be used only if the sending side can create and the receiving + ; side can not accept jitter. The ALSA channel can't accept jitter, + ; thus an enabled jitterbuffer on the receive ALSA side will always + ; be used if the sending side can create jitter. ; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds. ; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is -; resynchronized. Useful to improve the quality of the voice, with -; big jumps in/broken timestamps, usually sent from exotic devices -; and programs. Defaults to 1000. + ; resynchronized. Useful to improve the quality of the voice, with + ; big jumps in/broken timestamps, usually sent from exotic devices + ; and programs. Defaults to 1000. ; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a SIP -; channel. Two implementations are currently available - "fixed" -; (with size always equals to jbmax-size) and "adaptive" (with -; variable size, actually the new jb of IAX2). Defaults to fixed. + ; channel. Two implementations are currently available - "fixed" + ; (with size always equals to jbmax-size) and "adaptive" (with + ; variable size, actually the new jb of IAX2). Defaults to fixed. ; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no". ;----------------------------------------------------------------------------------- -- cgit v1.2.3