-
-
Notifications
You must be signed in to change notification settings - Fork 731
Open
Labels
Description
Feature Request Type
RPC Event
Feature Request Type (Other)
No response
Requested Feature
InputVolumeMeters
is currently received at 50 millisecond intervals (20 fps), which has a few negative consequences:
- with a stream at 60 fps, and even 30 fps, the polling rate won't be keeping up, and so any on-stream display of the value or a visual volume meter, will look choppy
- even if you solve the choppiness with interpolation/smoothing, 20 fps is so low that sharp audio spikes might not get caught at all, making it much less useful for monitoring audio levels and peaking
I'd love to be able to specify a 60 fps message rate, and, if it isn't already, have it send the peak value since last message, rather than the instantaneous value
Requested Feature Usage Scenario
For on-screen display of stream stats and data using a browser source, like this, for example!