Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 653 Bytes

ExtendedAudioUnit

This library wraps the AudioUnit framework in easy and extensible c++ interface.

Features

  • Object oriented APIs
  • Audio plugin system (It means that you can create audio effect plugins for both iOS and MacOS)
  • Includes some audio plugins (tremoro, gate, delay, distortion, sampler, recorder and more)
  • Includes high precision BPM detection

Requirements

More details

Please see the example projects.