Replies: 1 comment 2 replies
-
While I see where you are coming from, they are not really the same. The only usage for filter volume would be, if you have something like a nightcore filter where you would adjust the volume. In this case you want to actually use both then, and not just one. Client libraries should have propper documentation & ideally types for these. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The volume value on playTrack() is not in the same scale of filter volume. This causes a lot of confusion on setting values due to the volume value on play track is apparently on scale of 0-1000 while filter volume is on 0.1-5. I suggest making both use the same value to avoid confusion
Beta Was this translation helpful? Give feedback.
All reactions