keep the output_rate on sdr change
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user