mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 06:55:10 +00:00
nmux: Small fixes
This commit is contained in:
parent
2c5089d18d
commit
c1d8fceea5
3 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ class dsp_plugin:
|
|||
self.fft_averages = 50
|
||||
|
||||
def chain(self,which):
|
||||
any_chain_base="ncat -v 127.0.0.1 {nc_port} | "
|
||||
any_chain_base="nc -v 127.0.0.1 {nc_port} | "
|
||||
if self.csdr_dynamic_bufsize: any_chain_base+="csdr setbuf {start_bufsize} | "
|
||||
if self.csdr_through: any_chain_base+="csdr through | "
|
||||
any_chain_base+=self.format_conversion+(" | " if self.format_conversion!="" else "") ##"csdr flowcontrol {flowcontrol} auto 1.5 10 | "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue