Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] OBS Audio Mixer Volume #2979

Open
dennisrijsdijk opened this issue Jan 29, 2025 · 1 comment
Open

[Feature Request] OBS Audio Mixer Volume #2979

dennisrijsdijk opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
Dev Approved The issue has been approved by a team member and can be worked on. Enhancement A feature request or improvement

Comments

@dennisrijsdijk
Copy link
Collaborator

dennisrijsdijk commented Jan 29, 2025

Describe the solution you'd like
Add an effect to change OBS Audio Mixer Volume through Firebot's OBS Websocket

Additional context
Ideally, this would both include a guided mode (using an rz-slider from -100db (silent) to 0db (loud) and a variables input, which should be validity checked on runtime.

I am willing to work on this feature

@dennisrijsdijk dennisrijsdijk added the Enhancement A feature request or improvement label Jan 29, 2025
@github-project-automation github-project-automation bot moved this to Todo in Firebot Jan 29, 2025
@phroggster
Copy link
Collaborator

OBS accepts an audio volume value between +26.0 dB and -96.0 dB using the advanced audio settings UI. Any value less than -96.0 is wholly treated as negative infinity and will absolutely be silent, while -96.0 can still be technically audible under certain circumstances (think audio effects, or VST plugins, which are performed after the input volume adjustment stage). It is also possible to manually edit OBS's scene collection file and get values larger than +26 dB, but it seems to be hard capped at or around +92.0 dB.

A range from -96.1 dB (hard muted) to +26.0 dB would mimic the OBS advanced audio settings UI, and a range from -96.1 dB (hard muted) to 0.0 dB would mimic the OBS main mixer UI.

@CaveMobster CaveMobster added the Dev Approved The issue has been approved by a team member and can be worked on. label Feb 11, 2025
@dennisrijsdijk dennisrijsdijk self-assigned this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Approved The issue has been approved by a team member and can be worked on. Enhancement A feature request or improvement
Projects
Status: Todo
Development

No branches or pull requests

3 participants