desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Using unified volmeters callback instead of individual ones

Open avoitenko-logitech opened this issue 6 months ago • 1 comments

Attempt to increase performance and responsiveness of UI via aggregation of volmeters data into a single chunk and single call instead of bunch individuals calls. This change actually unifies volmeters processing with sources processing.

As you may notice, I removed more code than added. Some logic was moved to back-end to make front-end life easier ;-)

PR in obs-studio-node: https://github.com/stream-labs/obs-studio-node/pull/1476

avoitenko-logitech avatar Aug 13 '24 17:08 avoitenko-logitech