• This repository has been archived on 31/Jan/2022
  • Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    Swift
  • License
    MIT License
  • Created almost 9 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Application which hosts AudioUnits v3 using AVFoundation API

AUHost.app

Standalone application which can load AudioUnits v3 PlugIns registered in the system.

Playback engine Graph

Playback graph quite simple: AudioFile > Effect (optional) > Main Output.

How to use Application

Application Main window has three tables with list of Effects and Presets and Songs from iTunes library. Selecting Effect will insert it into playback graph. Selecting Preset will activate corresponding Factory preset.

Screenshot: MainWindow

Download

Signed and Notarized binary can be found at Releases page.

Requirements (for building)

  • Xcode 13