mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
Put number of averages in configuration
This commit is contained in:
parent
0eb1364cf7
commit
e9578c620b
3 changed files with 12 additions and 5 deletions
|
|
@ -270,6 +270,7 @@ def spectrum_thread_function():
|
|||
dsp.set_samp_rate(cfg.samp_rate)
|
||||
dsp.set_fft_size(cfg.fft_size)
|
||||
dsp.set_fft_fps(cfg.fft_fps)
|
||||
dsp.set_fft_averages(cfg.fft_averages)
|
||||
dsp.set_fft_compression(cfg.fft_compression)
|
||||
dsp.set_format_conversion(cfg.format_conversion)
|
||||
apply_csdr_cfg_to_dsp(dsp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue