https://github.com/sbergen/reverbtuner
https://github.com/sbergen/reverbtuner
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbergen/reverbtuner
- Owner: sbergen
- Created: 2014-11-11T20:01:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T20:21:49.000Z (almost 11 years ago)
- Last Synced: 2025-08-26T05:57:08.473Z (about 1 month ago)
- Language: C++
- Size: 563 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ReverbTuner
===========ReverbTuner is a program that uses AI to tune LV2 reverb parameters to match a convolution reverb.
It’s a school project made for an AI course, and is a rather quick hack.
It’s probably the lousiest ever LV2 host, and will crash with some plugins.
However, it works, and the basic architecture should be rather good :)I’ve designed it to be as modular and scalable as possible,
so using other plugin standards or distributing the computational load over a network should not be too hard.
Also, the basic concept should work for any LTI effect, not only reverbs.