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
Hello,
is there a way to update the channel count of a stream without having to stop a process?
I am working on a GUI that let's change some device parameters (channel count and sampling rate) of a device. When I do that I would like to be able to change the outlet parameters without closing it or, if the latter is not possible, to close the outlet and open another one but when I call outlet.del() the process stops without giving any error (is this an expected behaviour?)
Thanks in advance for the help
The text was updated successfully, but these errors were encountered:
Hello,
is there a way to update the channel count of a stream without having to stop a process?
I am working on a GUI that let's change some device parameters (channel count and sampling rate) of a device. When I do that I would like to be able to change the outlet parameters without closing it or, if the latter is not possible, to close the outlet and open another one but when I call outlet.del() the process stops without giving any error (is this an expected behaviour?)
Thanks in advance for the help
The text was updated successfully, but these errors were encountered: