├── FacAUAudioUnit.h ├── FacAUAudioUnit.mm ├── LICENSE ├── README.md ├── SimplePlayEngine+Recording.swift └── misc └── images ├── demoScroll.gif ├── fac_controller.png └── fac_storyboard.png /FacAUAudioUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/FacAUAudioUnit.h -------------------------------------------------------------------------------- /FacAUAudioUnit.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/FacAUAudioUnit.mm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/README.md -------------------------------------------------------------------------------- /SimplePlayEngine+Recording.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/SimplePlayEngine+Recording.swift -------------------------------------------------------------------------------- /misc/images/demoScroll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/misc/images/demoScroll.gif -------------------------------------------------------------------------------- /misc/images/fac_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/misc/images/fac_controller.png -------------------------------------------------------------------------------- /misc/images/fac_storyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FredAntonCorvest/Common-AudioUnit-V3/HEAD/misc/images/fac_storyboard.png --------------------------------------------------------------------------------