Skip to content

stephenberry/3DAudio

 
 

Repository files navigation

3DAudio

An audio effects plugin that simulates moving surround sound audio over headphones.

To compile this code you will also need the JUCEv4 library(www.juce.com). I most recently built this with JUCEv4.3.1. Once you have JUCE installed, you can use the Introjucer/Projucer to set up an audio plugin application project and copy all these files into it. From there you will be able to configure Xcode/Visual Studio projects or Linux makefiles to compile on whatever platform you have. With JUCE, you can compile the code into a variety of plugin formats: Audio Unit, VST, VST3, RTAS, or AAX. In order to use the plugin to process audio you will need to have the binary data file that contains all the spatial impulse responses. The data file can be obtained by purchasing a copy of the software from www.freedomaudioplugins.com.

About

An audio effects plugin that simulates moving surround sound audio over headphones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • C 0.1%