mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
keep the output_rate on sdr change
This commit is contained in:
parent
b774e75f2c
commit
fe39c2712d
2 changed files with 17 additions and 5 deletions
|
|
@ -1419,10 +1419,13 @@ function on_ws_opened() {
|
|||
}
|
||||
reconnect_timeout = false;
|
||||
ws.send(JSON.stringify({
|
||||
"type": "dspcontrol",
|
||||
"action": "start",
|
||||
"type": "connectionproperties",
|
||||
"params": {"output_rate": audioEngine.getOutputRate()}
|
||||
}));
|
||||
ws.send(JSON.stringify({
|
||||
"type": "dspcontrol",
|
||||
"action": "start"
|
||||
}));
|
||||
}
|
||||
|
||||
var was_error = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue