aboutsummaryrefslogtreecommitdiffstats
path: root/configs/usbradio.conf.sample
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:39:21 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:39:21 +0000
commita22b4735e5a6b8745a4915a260995886c56c7ffe (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/usbradio.conf.sample
parent7f7cfd42e9d0e77e3d1ea18732595c1794bf46ea (diff)
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: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/usbradio.conf.sample')
-rw-r--r--configs/usbradio.conf.sample22
1 files changed, 11 insertions, 11 deletions
diff --git a/configs/usbradio.conf.sample b/configs/usbradio.conf.sample
index 2b62ea809..5ba9815ca 100644
--- a/configs/usbradio.conf.sample
+++ b/configs/usbradio.conf.sample
@@ -30,23 +30,23 @@
;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an
-; USBRADIO 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 USBRADIO channel can't accept jitter,
-; thus an enabled jitterbuffer on the receive USBRADIO side will always
-; be used if the sending side can create jitter.
+ ; USBRADIO 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 USBRADIO channel can't accept jitter,
+ ; thus an enabled jitterbuffer on the receive USBRADIO 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, usualy sent from exotic devices
-; and programs. Defaults to 1000.
+ ; resynchronized. Useful to improve the quality of the voice, with
+ ; big jumps in/broken timestamps, usualy sent from exotic devices
+ ; and programs. Defaults to 1000.
; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of an USBRADIO
-; channel. Two implementations are currenlty 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 currenlty 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".
;-----------------------------------------------------------------------------------