https://github.com/estevesegura/switchsceneonaudioobs
Small project that changes the scene in OBS automatically depending on the audio from the specified microphones
https://github.com/estevesegura/switchsceneonaudioobs
Last synced: 2 months ago
JSON representation
Small project that changes the scene in OBS automatically depending on the audio from the specified microphones
- Host: GitHub
- URL: https://github.com/estevesegura/switchsceneonaudioobs
- Owner: EsteveSegura
- License: mit
- Created: 2020-05-24T15:55:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:40:34.000Z (over 2 years ago)
- Last Synced: 2025-03-28T12:37:44.267Z (3 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
OBS Audio Switcher It is a tool that works together with OBS to add the functionality of changing scenes using audio levels.
![]()
![]()
![]()
![]()
Installation
|
Configuration
|
Usage
## Installation
**NOTE**: NodeJS 10.13.0 or higher is required.
```bash
# clone the repo
$ git clone https://github.com/EsteveSegura/SwitchSceneOnAudioOBS.git# change the working directory to insta-growth
$ cd SwitchSceneOnAudioOBS# install NodeJS & npm & WebSocketServer if they are not installed
# install the requirements
$ npm install
```## Configuration
Before running the application we need to **open our OBS** with the OBSWebSocket plugin installed and the following plugin configuration *(To access this menu we can do it via Tools -> WebSocket Server Settings)*
![]()
IT IS VERY IMPORTANT to have OBS open, with port **4444** configured and the password must be set to **secret** in our web socket server options, before running this software
## Usage
**Now we are ready to run the software**. In the terminal, within the path indicated in the upper section, we are ready to proceed and run the program.
``` bash
$ cd src
$ node index
```This process will create a website that works to manage the audio inputs and the microphones, their respective scenes, and the limit to switch between scenes. **We can access the administrator panel by entering the following URL http://localhost:3000**
## License
MIT © SwitchSceneOnAudioOBS