You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a node red app which listens to the levels via the web socket and I'm trying to switch the DSP preset based on the input levels. What I notice is that when the websocket connection is on with levels=true, the preset value will not set via the http post request. Also no error 500 as answer, so the minidspd app thinks it is successful perhaps. When I disconnect the websocket It is able to switch the preset. Maybe the websocket streaming should pause while setting the preset.
The text was updated successfully, but these errors were encountered:
So I have a node red app which listens to the levels via the web socket and I'm trying to switch the DSP preset based on the input levels. What I notice is that when the websocket connection is on with levels=true, the preset value will not set via the http post request. Also no error 500 as answer, so the minidspd app thinks it is successful perhaps. When I disconnect the websocket It is able to switch the preset. Maybe the websocket streaming should pause while setting the preset.
The text was updated successfully, but these errors were encountered: