-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini
39 lines (38 loc) · 892 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[myConfig]
gui_update_period_in_sec = 0.5
user_name = Alice
audio_device_tx_in = none
audio_device_tx_out = none
audio_device_rx_in = none
audio_device_rx_out = none
call_answer_auto = False
plot_fft = True
text_size = 12
show_plot = True
sound_effects = True
sampling_frequency = 48000
amplitude = 0.1
show_performance = True
current_frequency_channel = 5
in_tx_distort = False
in_tx_scramble = False
out_rx_hear_voice = True
plot_code_only = False
show_advanced_settings = True
telegram_max_len_bytes = 32
max_nr_of_chunks_per_telegram = 8
fft_detection_level = 0.001
text_bold = False
in_rx_undistort = False
text_family = Arial
transmit_in_tx_voice = False
font_size_app = 8
channel_delay_ms = 2000
max_resends = 5
logging_level = logging.INFO
carrier_frequency_hz = 432
add_carrier = False
remove_rx_carrier = False
send_on_enter = True
carrier_amplitude = 0.01
show_live_status = True