Our open-source Stereo plug-in developed by Simon and AA.
The StereoCreator allows you to create several different stereo set-ups with one or two OC818 microphones in dual output mode. Installers for as VST3, AAX and AU are available at austrian.audio.
Requirements:
- cmake ( >= v3.24.1)
- a C++20 compatible compiler (GCC, clang, MSVC)
To build from source, you need to clone the repository and its submodules
git clone https://github.com/AustrianAudioGmbH/StereoCreator.git
cd StereoCreator
git submodule update --init --recursiveAfter that, create a build directory, configure & compile with
mkdir build && cd build
cmake ..
cmake --build . --config ReleaseStereoCreator 3 makes use of the following projects:
