Skip to content

egfx/GABUnityDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GABUnityDemo

This project is a quick JUCE Audio Plugin example implementing a first order lowpass filter with export targets for a standalone audio application, an audio unit, and a Unity native audio plugin. This example was used in a talk I gave at a local Game Audio Boston meetup. Read more.

Building

This plugin example is set up to be very easy to work with (on Mac OS X). After cloning or downloading the project, you should be able to open the file at Builds/MacOSX/GABUnityDemo.xcodeproj in Xcode and compile the project immediately.

After that, you'll find all the compiled binary files in Builds/MacOSX/build/Debug or Builds/MacOSX/build/Release, depending on your build configuration.

About

Example project code to accompany a talk I gave at Game Audio Boston.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.8%
  • C 21.0%
  • Objective-C 7.4%
  • Objective-C++ 3.8%
  • Java 0.9%
  • R 0.1%