AudioKit

Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS

MIT License

Stars
10.4K
Committers
205

Bot releases are visible (Hide)

AudioKit - AudioKit v5.6.2 Latest Release

Published by aure 12 months ago

AudioKit - Version 5.6

Published by aure over 1 year ago

AudioKit - Version 5.5.2

Published by aure about 2 years ago

AudioKit - AudioKit 5.4.1

Published by aure over 2 years ago

AudioKit - AudioKit 5.4

Published by aure over 2 years ago

Bug fixes, updates to sampler

AudioKit - AudioKit 5.3.1

Published by aure almost 3 years ago

Updates to AudioPlayer, added helper for Reverb Presets and added MusicalDuration enum.

AudioKit - Version 5.3

Published by aure almost 3 years ago

This version is Swift-Only so that it can be used on the iPad Swift Playgrounds app. For other project, you will want to include the AudioKitEX Swift Package, which is no longer inside of AudioKit since it has C++ DSP which is not compatible with Swift Playgrounds.

AudioKit - AudioKit Version 5.2.3

Published by aure almost 3 years ago

Mostly bug fixes.

AudioKit - AudioKit Version 5.2.2

Published by aure about 3 years ago

Xcode 13 compatible release with some bug fixes as well.

AudioKit - AudioKit Version 5.2.1

Published by aure about 3 years ago

Decreases the minimum deployment target and other minor fixes.

AudioKit - AudioKit Version 5.2

Published by aure over 3 years ago

This is a huge release. It is the AudioKit version 5 that I've always wanted, a clean and simple base with all the various DSPs separated out into dependencies. And, now the documentation is all created from this repository, so AudioKit.io will be up to date and awesome.

  • Separated AudioKit into various Swift package dependencies
  • Made the AudioKit component Swift-only and AudioKitEX is backed by CAudioKitEX
  • Made AudioKit.io build from the /docs/ directory
  • Restart Swift Playgrounds support - this will be improved in upcoming minor releases
  • Improved handle of virtual MIDI ports (thanks @emurray2)
  • Improved tests and test coverage
  • Removed some suspect code
AudioKit - AudioKit Version 5.1

Published by github-actions[bot] over 3 years ago

  • Made Node a protocol instead of a class
  • Massive cleanup of nodes including elimination of AudioUnitContainer, internalAU
  • Updated @Parameter to include a ParameterDef so that all parameter definition is in one place
  • Added initial value to ParameterDef
  • Implemented new Triggerable and MIDITriggerable protocols
  • Used handleMIDIEvent blocks in DSP for more instructions (should be sample accurate and safe)
  • Improved performance of the CallbackInstrument with a new ring buffer class
  • Changed way STK Resources are included with AudioKit (might have Cocoapods ramifications - use SPM!)
  • Simplified STK Physical Models
  • Removed unused code
  • Updated scripts from AudioKitDevTools to autogenerate more of AudioKit
AudioKit - AudioKit Version 5.0.1

Published by github-actions[bot] over 3 years ago

This is a quick release that mostly fixes the compiled XCFrameworks used for CocoaPods.

Commits

  • [da41eff]: Bump to 5.0.1; relocated AudioKit.xcconfig, README and version updates (Stephane Peter)
  • [c4ca6d9]: Updated branch names for SPM (Stephane Peter)
  • [b0bbf3e]: Make ThreadLockedAccessor public (Stephane Peter)
  • [58e5972]: Ignore .swiftpm (Stephane Peter)
  • [6fbbb95]: Also make members public (Stephane Peter)
  • [6f87ae2]: Use xcodebuild to run tests (Stephane Peter)
  • [23cb5ee]: Link to AudioKitUI (Stephane Peter)
AudioKit - AudioKit Version 5.0

Published by github-actions[bot] over 3 years ago

AudioKit Version 5 is finally out! After many months of testing and using it on our own production code, we are finally declaring that 5.0 should be the preferred version to start with. That being said, it is a first release, so there will probably be some hiccups along the way and minor updates will fix anything that comes up.

AudioKit - AudioKit v4.11.2 - MIDI fixes

Published by megastep about 4 years ago

This release mostly includes important bug fixes for MIDI support on iOS 14 (see issue #2271).

AudioKit - AudioKit v4.11.1 - Working XCFrameworks for Xcode 12

Published by megastep about 4 years ago

This is mostly a release focused on getting back to working binary frameworks for CocoaPods and Xcode 12.

The most glaring difference from previous releases is that the AudioKit class was renamed AKManager. In most cases this will require only very minor changes to your code - there has not been any other API change. This was necessary to resolve issues with generated Swift interfaces, which don't allow for classes with the same name as the framework.

Because of the new Apple Silicon slices for iOS simulators and Mac, we are no longer able to ship anything but a universal binary XCFramework. So all examples and projects have been modified to reference those instead where applicable, and we no longer provide OS-specific binary archives.

This is also likely to be the last release on AudioKit v4 before v5 which features major API changes, and support for the Swift Package Manager.

AudioKit - AudioKit v4.11 - Built with Xcode 12

Published by megastep about 4 years ago

This is likely going to be the last v4 release of AudioKit. Version 5.0 is currently in development and will provide full support for the latest Xcode, its platforms and the Swift Package Manager.

The main purpose of this release is to provide binary packages built with Xcode 12 for CocoaPods and others.

AudioKit - AudioKit v4.10.1

Published by megastep over 4 years ago

New Restart LFO feature in AKSampler an AKMusicTrack fix.

AudioKit - AudioKit v4.10

Published by megastep over 4 years ago

This release adds more envelope and vibrato controls to AKSampler and many other updates. It should be quite compatible with 4.9.x but we gave it a new number due to the sheer number of updates.

AudioKit - https://github.com/AudioKit/AudioKit/releases/tag/v4.9.6

Published by megastep over 4 years ago