Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimtpap/obs-scale-to-sound
OBS filter plugin that scales a source reactively to sound levels
https://github.com/dimtpap/obs-scale-to-sound
obs-studio
Last synced: 3 months ago
JSON representation
OBS filter plugin that scales a source reactively to sound levels
- Host: GitHub
- URL: https://github.com/dimtpap/obs-scale-to-sound
- Owner: dimtpap
- License: gpl-2.0
- Created: 2021-08-06T13:23:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T14:54:00.000Z (8 months ago)
- Last Synced: 2024-08-23T21:16:31.822Z (6 months ago)
- Topics: obs-studio
- Language: CMake
- Homepage: https://obsproject.com/forum/resources/scale-to-sound.1336/
- Size: 147 KB
- Stars: 90
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - dimtpap/obs-scale-to-sound - OBS filter plugin that scales a source reactively to sound levels (CMake)
- Pop_OS-Guide - OBS Scale To Sound
README
# OBS Scale To Sound
A plugin for OBS Studio that adds a filter which makes a source scale based on the audio levels of any audio source you chooseThere are a few properties so you can fine tune how it behaves
![Properties](https://dimtpap.xyz/obs-scale-to-sound/plugin-properties.png)
[OBS forums post](https://obsproject.com/forum/resources/scale-to-sound.1336/)
This plugin is not extensively tested, you may come across bugs## Installation
Get the archive/installer for your OS from the [latest release](https://github.com/dimtpap/obs-scale-to-sound/releases/latest).
### Windows
Extract the archive in the OBS installation folder. Default is `C:\Program Files\obs-studio`.
### Linux
The archive is for installing in the home directory
Extract it in `~/.config/obs-studio/plugins`
#### Flatpak
Available in Flathub. You can find it on OBS Studio's page under Add-ons.
#### AUR
If you're on Arch Linux or an Arch-based distro, you can get the [AUR package](https://aur.archlinux.org/packages/?O=0&K=obs-scale-to-sound).
Use the [AUR helper](https://wiki.archlinux.org/title/AUR_helpers) of your choice, or install it manually like this
```bash
# Pre-built binaries can be installed using the obs-scale-to-sound-bin package
git clone https://aur.archlinux.org/obs-scale-to-sound.git
cd obs-scale-to-sound
makepkg -i
```# Thanks
[brodi1](https://github.com/brodi1) and [tytan652](https://github.com/tytan652) for the [AUR Packages](https://aur.archlinux.org/packages/?O=0&K=obs-scale-to-sound)
[Exeldro](https://github.com/exeldro) for the GitHub Actions workflow
OBS Studio team and contributors for making such a great tool