AmbiCreator
January 20, 2026 ยท View on GitHub
Our open-source Ambisonics plug-in developed by Thomas and AA.
AmbiCreator allows you to record first-order Ambisonics material by using two OC818 microphones stacked on top of each other. Installers for as VST3, AAX and AU available soon at austrian.audio.
Give it a listen here!
You can find technical details in an AES e-Brief.
Building AmbiCreator3 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/AmbiCreator.git
cd AmbiCreator
git submodule update --init --recursive
After that, create a build directory, configure & compile with
mkdir build && cd build
cmake ..
cmake --build . --config Release
Acknowledgements:
AmbiCreator 3 makes use of the following projects: