-
Notifications
You must be signed in to change notification settings - Fork 3
New Feature for OBS chatbot control - Source Audio Level #5
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
base: master
Are you sure you want to change the base?
Conversation
Added $OBSsetVolume set volume for given source, 1-100
| Changed script name to _StreamlabsSystem to accomedate the change in the bot name. | ||
| Changed script name to _StreamlabsParameter to accomedate the change in the bot name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the script is named _StreamlabsParameter.py ? Not sure if this was a typo
|
|
||
| # Apply regex to verify correct parameter use | ||
| result = RegObsScene.search(parseString) | ||
| if result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing trailing spaces
wdpk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the readme to talk about the volume control feature I added in as well.
|
Is there any update on this pull-request getting merged into the main? |
no idea, maybe i need to reach out to the maintainer directly? |
Aloha,
I used the documentation and heavy reliance on your code to come up with a new type of parameter to handle so the bot can control source volumes. This could allow your moderators to tweak sound levels, or allow you to do it without having to switch to OBS if you already are participating in chat.