Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/AustrianAudioGmbH/AmbiCreator

Ambisonics plug-in allowing you to record first-order Ambisonics material by using two OC818 microphones. Developed by Thomas and AA.
https://github.com/AustrianAudioGmbH/AmbiCreator

aax au-plugin austrianaudio juce projucer vst3-plugin

Last synced: about 2 months ago
JSON representation

Ambisonics plug-in allowing you to record first-order Ambisonics material by using two OC818 microphones. Developed by Thomas and AA.

Lists

README

        

# AmbiCreator
Our open-source Ambisonics plug-in developed by [Thomas](https://github.com/thomasdeppisch) and [AA](https://austrian.audio/).

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](https://austrian.audio/).

Give it a listen [here](https://austrian.audio/austrian-audio-ambicreator/)!
You can find technical details in an [AES e-Brief](http://www.aes.org/e-lib/browse.cfm?elib=20827).

AmbiCreator Screenshot

## Building AmbiCreator
AmbiCreator is based on [JUCE](https://juce.com/). To build AmbiCreator, get a recent version of JUCE and open AmbiCreator.jucer in Projucer. Select an exporter of your choice (e.g. Visual Studio or XCode) to create and open a project file in your IDE.

## Requirements
* For building AAX plugins you need to add the [AAX SDK](http://developer.avid.com/) location to your Projucer paths.

## Related repositories
Parts of the code are based on the [IEM Plugin Suite](https://git.iem.at/audioplugins/IEMPluginSuite) - check it out, it's awesome!