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: 3 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.
- Host: GitHub
- URL: https://github.com/AustrianAudioGmbH/AmbiCreator
- Owner: AustrianAudioGmbH
- Created: 2020-05-28T09:26:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T11:17:52.000Z (over 1 year ago)
- Last Synced: 2024-04-23T04:54:16.129Z (7 months ago)
- Topics: aax, au-plugin, austrianaudio, juce, projucer, vst3-plugin
- Language: C++
- Homepage:
- Size: 5.39 MB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - AmbiCreator - order Ambisonics using two OC818 microphones| |14|Β 3Β years<sub><sup>π΄</sup></sub>| (Hardware)
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).## 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!