StereoCreator
January 20, 2026 ยท View on GitHub
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.
Building StereoCreator3 from source
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 --recursive
After that, create a build directory, configure & compile with
mkdir build && cd build
cmake ..
cmake --build . --config Release
Acknowledgements:
StereoCreator 3 makes use of the following projects: