updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / xdemorse / xdemorserc
blob46ae8fe557cb0cbedfa139053be2bfb95e14ca75
1 ########### xdemorse RUNTIME CONFIGURATION FILE: xdemorserc #########
2 #                                                                   #
3 # PLEASE NOTE! In order to keep the parser for this file simple,    #
4 # the runtime configuration entries below must all be present and   #
5 # in the order presented, since they are all read-in in a fixed     #
6 # sequence. Blank lines or those starting with a # or white space   #
7 # are ignored.                                                      #
8 #                                                                   #
9 #####################################################################
11 ####### SOUND-CARD CONFIGURATION #######
13 # Please look in /usr/include/soundcard.h
14 # (search for SOUND_DEVICE_NAMES) to find valid device names.
16 # Mixer device: Default is /dev/mixer
17 /dev/mixer
19 # Capture DSP device: Default is /dev/dsp
20 /dev/dsp
22 # The sampling speed of the sound card's DSP. This should as 
23 # far as possible be the native speed of the DSP to avoid
24 # resampling, as it seems resampling distorts the signal.
25 48000
27 # Audio capture/recording source: Default is line.
28 # Alternative is usually mic or line1 etc.
29 line
31 # Audio recording level device: Default is igain.
32 # Alternative is usually reclev or rec.
33 igain
35 # Recording/Capture level: Useful range ~10-100. Default is 64.
36 # The correct value must be found by testing, see xdemorse.html.
39 # Sound card mode: (STEREO | MONO). My default is STEREO because
40 # I have two sources (receivers) connected to the sound card.
41 STEREO
43 # Channel in use by xdemorse: (LEFT | RIGHT). My default is RIGHT.
44 # When in MONO mode, this field is ignored. On my system at
45 # least, only the left channel works in MONO.
46 RIGHT
48 ####### End of SOUND-CARD CONFIGURATION #######
50 ####### xdemorse RUNTIME CONFIGURATION #######
52 # Maximum Morse speed to decode. xdemorse is internally limited to
53 # the range 6-60 Words per Minute, but you might want to limit the
54 # maximum speed to a lower value, as this also reduces susceptibility
55 # to radio noise which can "drag" the current WPM to high values, if
56 # Auto speed detection and tracking is enabled. Default is 40 wpm
59 # Minimum Morse speed to decode. xdemorse is internally limited to
60 # the range 6-60 Words per Minute, but you might want to limit the
61 # minimum speed since a very low setting can "lock" the Auto speed
62 # detection and tracking to this low value. Default is 10 wpm
65 # Initial Morse decoding speed WPM. Should be between above limits!
68 # Word-wrap line length. Default is 60
71 # Serial port device for FT847 CAT: Default is /dev/tts/0
72 # IN MY SETUP! Please specify the serial port device you
73 # intend to use for CAT control of your tranceiver. PLEASE NOTE:
74 # CAT is available only for the YAESU FT-847 and FT857 which I own.
75 # If you are using some other tranceiver, there is no need to edit
76 # these entries BUT DO NOT ACTIVATE CAT as xfhell WILL ABORT!
77 /dev/tts/2
79 # Serial port device for FT857 CAT: Default is /dev/tts/1
80 # IN MY SETUP! Please specify the serial port device you
81 # intend to use for CAT control of your tranceiver. PLEASE NOTE:
82 # CAT is available only for the YAESU FT-847 and FT857 which I own.
83 # If you are using some other tranceiver, there is no need to edit
84 # these entries BUT DO NOT ACTIVATE CAT as xfhell WILL ABORT!
85 /dev/tts/0
87 # Enable CAT for Yaesu FT847 OR FT857 transceivers.
88 # Setting is FT847 or FT857 or NONE if you have some
89 # other transceiver or don't want CAT.
90 FT847
92 # BFO Tone frequency. This is the frequency of the receiver's
93 # audio output when a CW signal is tuned in the center of the
94 # IF passband. Because xdemorse uses integer arithmatic to
95 # detect the signal and to display the waterfall (by using
96 # an integer FFT algorithm), this value will be rounded
97 # in xdemorse to a value that keeps the above functions at
98 # a reasonable accuracy.
99 500