Skip to content

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

License

Notifications You must be signed in to change notification settings

stephenberry/3DAudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%