This is a Streamlabs Chatbot script mabe by request, created to play sound files to an overlay, simulating a "faux-audio channel" to be added and controlled on OBS Studio, making it possible to send those files sent to a specific track within OBS.
- Graphical overlay to control the scripts and sounds settings
- Uses sqlite database instead of json files for storing sounds information
- Uses bot commands provided with the script
- Sends and optional chat message on stream
- Creation of log files for both StremlabsSystem script and the GUI (aka Dashboard), organized into specific folders
- "Automatic commands" created when adding new files to the sounds folder and "Saving the settings for the script"
- General Overlay volume control, via the script settings
- Individual sounds volume control, so the user can fix each sound level indivudally
- Possibility to check and fix database issues to prevent the script from stop excecuting if an unexistent file requested to be played
- By disabling entries on the database
- By deleting entries from the database
- By deleting entries which sound files were not found in the defined sounds folder
- Possibility to run the GUI in stand alone mode, by using the command prompt
- Possibility to preview the sound effect volume1
- Compatible with the following streaming platforms:
- Twitch (100%)
- Windows 10 or above
- Streamlabs Chatbot 1.0.79 or above
- OBS Studio 29.1.3 or above
- Python packages/dependencies2:
- pygame 2.0.3 (optional)
A full guide on how to use the script can be found on the script wiki.
-
- Fixed an issue where triggers generated automatically were missing starting "m" or "p" on their names
-
- General fixes for issues that prevented the script from running on the user machine
- Fixed an issue when checking for the optional dependecy pygame when the script is starting
- Fixed an issue where the script was not saving the selected folder for the script settings correctly
- Fixed an issue that prevented some commands from being executed
- Fixed an issue that prevented log files management
- Updated the Dasboard GUI text for better compreension of what "datbase issues" mean
- Added the following functions / buttons to the Dashboard GUI:
- Enable disabled sound triggers
- Delete disabled sound triggers
- General fixes for issues that prevented the script from running on the user machine
-
- Fixed an issue where the script could conflict with other scripts which make reference to a sqlite database
- Added the buttons:
- Open User Guide
- Check fo Updates
-
- First version launched
- Overlay may play "broken sounds"
- Sometimes, when using the command to reload the script with the new information added via the dashboard, may cause OBS to not load the sounds correctly. When / if this happens it's advised to refresh the overlay added to OBS.
- The cause of this is being ivestigated and if it's found that the issue is caused by the script it self, a fix for it will be released in future patches.
-
Find a way to make the database run smoothly when too many files / entries are added to it
-
Add an option to delete and entry from the database while previnting it to be readded when saving settings
- For the moment, entries can only be disabled and previous tests so far, keep re-adding the deleted information with default values whenever the script settings are saved