############## sdrx RUNTIME CONFIGURATION FILE: sdrxrc ########
#                                                                 #
# PLEASE NOTE! In order to keep the parser for this file simple,  #
# the runtime configuration entries below must all be present and #
# in the order presented, since they are all read-in in a fixed   #
# sequence. Blank lines or those starting with a # (comments etc) #
# are ignored.                                                    #
#                                                                 #
# Please check ALL ENTRIES and EDIT as needed!!                   #
#                                                                 #
###################################################################
#
####### SDRX CONFIGURATION #######
#
# Type of SDR dongle or device to interface with. Three types are
# supported at this time: RTLSDR (RTL2832x), SDRPLAY (Mirics) and
# Microtelecom PERSEUS. Default is PERSEUS
#RTLSDR
#SDRPLAY
PERSEUS
#
# Default Center Fequency in Hz. Must be positive for sanity checking.
97200000
#
# Default Carrier Modulation Mode.  This should be the index to
# the relevant MODE combobox. Available values are 0 to 17 and
# correspond to WBFM, MBFM, NBFM1, NBFM2, AM-W, AM-N, AMS-U, AMS-L, USB-W,
# USB-M, USB-N, LSB-W, LSB-M, LSB-N, CWW-U, CWM-U, CWN-U, CWW-L, CWM-L, CWN-L.
0
#
####### RTLSDR CONFIGURATION #######
#
# librtlsdr Device Index. Default is 0 (use first rtlsdr device).
# Maximum value is 8 for data sanity checking.
0
#
# Synthesizer Frequency Error correction factor. This is in
# ppm (parts per million) but it has to be an integer number.
# Maximum +/- value for sanity checks is 100.
0
#
####### SDRPLAY CONFIGURATION #######
#
# Synthesizer Frequency Error correction factor. This is in
# ppm (parts per million) but it can be a decimal number.
# Maximum +/- value for sanity checks is 100.
0
#
####### PERSEUS CONFIGURATION #######
#
# Perseus Device Index. Default is 0 (use first Perseus device).
# Maximum value is 8 for data sanity checking.
0
#
# Synthesizer Frequency Error correction factor. This is in
# ppm (parts per million) but it can be a decimal number.
# Maximum +/- value for sanity checks is 100.
0
#
####### SOUND CARD CONFIGURATION #######
# Sound card hardware name: Default is hw:0 (first card).
# Other names can be hw:1 for the second sound card etc.
# There is a large number of possibilities for this entry
# which I can only just understand, but if this simple name
# string does not work, I am afraid you will need to have a
# look at the on-line ALSA documentation.
hw:1
#
# PCM Device Name
hw:1,0
#
