3 ; General config options, with default values shown.
4 ; You should use one section per device, with [general] being used
7 ; debug = 0x0 ; misc debug flags, default is 0
9 ; Set the device to use for I/O
11 ; Set hardware type here
12 ; hdwtype=0 ; 0=limey, 1=sph
14 ; rxboost=0 ; no rx gain boost
15 ; rxctcssrelax=1 ; reduce talkoff from radios w/o CTCSS Tx HPF
16 ; rxctcssfreq=100.0 ; rx ctcss freq in floating point. must be in table
17 ; txctcssfreq=100.0 ; tx ctcss freq, any frequency permitted
19 ; carrierfrom=dsp ;no,usb,usbinvert,dsp,vox
20 ; ctcssfrom=dsp ;no,usb,dsp
22 ; rxdemod=flat ; input type from radio: no,speaker,flat
23 ; txprelim=yes ; output is pre-emphasised and limited
24 ; txtoctype=no ; no,phase,notone
26 ; txmixa=composite ;no,voice,tone,composite,auxvoice
27 ; txmixb=no ;no,voice,tone,composite,auxvoice
31 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
32 ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an
33 ; USBRADIO channel. Defaults to "no". An enabled jitterbuffer will
34 ; be used only if the sending side can create and the receiving
35 ; side can not accept jitter. The USBRADIO channel can't accept jitter,
36 ; thus an enabled jitterbuffer on the receive USBRADIO side will always
37 ; be used if the sending side can create jitter.
39 ; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds.
41 ; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
42 ; resynchronized. Useful to improve the quality of the voice, with
43 ; big jumps in/broken timestamps, usualy sent from exotic devices
44 ; and programs. Defaults to 1000.
46 ; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of an USBRADIO
47 ; channel. Two implementations are currenlty available - "fixed"
48 ; (with size always equals to jbmax-size) and "adaptive" (with
49 ; variable size, actually the new jb of IAX2). Defaults to fixed.
51 ; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
52 ;-----------------------------------------------------------------------------------