https://github.com/spotlightkid/subout.lv2
Stereo audio in to low frequency summed mono audio out plugin
https://github.com/spotlightkid/subout.lv2
Last synced: 9 days ago
JSON representation
Stereo audio in to low frequency summed mono audio out plugin
- Host: GitHub
- URL: https://github.com/spotlightkid/subout.lv2
- Owner: SpotlightKid
- License: mit
- Created: 2023-11-15T21:54:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T11:25:39.000Z (about 2 years ago)
- Last Synced: 2025-01-25T12:41:49.381Z (12 months ago)
- Language: Faust
- Size: 64.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Subout Plugin
Stereo audio in to low frequency summed mono audio out.
Mono output carries low-freq part of summed-to-mono stereo input signal,
which then can be sent to a hardwaro audio output connected to a sub-woofer
speaker.


## Build
* Install FAUST and LV2 headers
* Run `./compile.sh`
Add the `-gui` command line option, if you want to enable the standard
FAUST custom plugin UI (note: the custom UI may not work in some LV2
hosts, just use the host-generated UI instead).
## Install
* Run `./install.sh` to install the `subout.lv2` plugin to `~/.lv2`
The installation directory can be changed by setting the `USER_LV2_DIR`
environment variable.