New Features:
- Added Refresh Audio Monitoring tool
- Added Refresh Browser Sources tool
Bug Fixes:
- Fixed memory leak on product install (@exeldro)
- Fixed group resizing issue on product install (@exeldro)
- Started improving old UI code
- Adjust some dialog boxes
Refresh Audio Monitoring
This will reset any sources you are currently either using audio monitoring on (Monitor Only, Monitor and Output).
It does this by setting those sources to 'Monitoring Off' then immediately settings them back to their original monitoring option.
This is handy when Windows update affects you from hearing what you could previously in OBS.
You can check your OBS logs to see what the tool does and which sources were affected.
This can be assigned a hotkey or used through websocket:
"requestData": {"vendorName": "streamup", "requestType": "refresh_audio_monitoring", "requestData": null}
Refresh Browser Sources
This will go through all of your browser sources in OBS and refresh the cache of them.
This is great if you have a browser source crash or your alerts stopped working. Something along those lines.
You can check your OBS logs to see what sources the tool has reset.
This can be assigned a hotkey or used through websocket:
"requestData": {"vendorName": "streamup", "requestType": "refresh_browser_sources", "requestData": null}