Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 813 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 813 Bytes

Motivation

There do not seem to be a lot of basic examples for how to create sampled instruments for iOS. Synthesizer code is much easier to find. This repository aims to provide a few hello-worlds for sampled audio production with Apple devices.

The demo instrument is a SoundFont piano.

Examples

  1. AudioKit AppleSampler (Documentation)
  2. AVAudioUnitSampler (Documentation)

More useful documentation on Apple's AVAudioUnitSampler by AudioKit: Site

  1. Dunne AudioKit Sampler (Documentation) Not functioning