AudioKit

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

MIT License

Stars
10.4K
Committers
205

Bot releases are hidden (Show)

AudioKit - Xcode 11.2 Support

Published by aure almost 5 years ago

Also in this release are some small bug fixes.

AudioKit - Memory Leak Fixed and other small improvements

Published by aure about 5 years ago

We addressed an issue with Xcode 11 and AudioKit.start(withPeriodicFunctions:) that was releasing memory quickly.

AudioKit - AudioKit 4.9 - Xcode 11 Support

Published by aure about 5 years ago

AudioKit - AudioKit Version 4.8 - New Sequencer and MIDI Listener protocol

Published by megastep about 5 years ago

  • AKSequencer is now Audiokit's open source sequencer
  • AKAppleSequencer is introduced (its what used to be AKSequencer)
  • MIDI Listener protocol now has sample offset times, make sure to update your listeners
AudioKit - AudioKit 4.7.2 Incremental Improvements

Published by aure over 5 years ago

Numerous bugs that were raised as issues were fixed.

AudioKit - AudioKit 4.7.1 CocoaPods works again!

Published by megastep over 5 years ago

Thanks to heroic efforts of Stephane Peter and Jeff Cooper, we have cocoapods working again.

AudioKit - AudioKit 4.7 - Swift 5 / Xcode 10.2

Published by aure over 5 years ago

Also includes ability to be sandboxed in macOS.

AudioKit - AudioKit 4.6.4

Published by megastep over 5 years ago

  • AKMIDIFile updates by Jeff
  • Microphone initialization updates by Maximilian
  • Input Device Selection improvement and more by Dean

Lots of bug fixes and issues closed.

AudioKit - AudioKit 4.6.3 - quick fix for AKCoreSynth.hpp issue

Published by aure over 5 years ago

AudioKit - AudioKit 4.6.2 RAII and other fixes

Published by aure over 5 years ago

Public-izing and exposure of several properties to Objective-C

AudioKit - AudioKit v4.6.1: MIDI Bug Fix

Published by aure over 5 years ago

Bugfix: MIDI input not working with AKAudioUnitInstrument
https://github.com/AudioKit/AudioKit/pull/1681

And other smaller things

AudioKit - AudioKit Version 4.6

Published by aure over 5 years ago

Lots of changes, long list of unrelated changes, some of which are API Breaking:

  • AKMIDIStatus is now AKMIDIStatusType and AKMIDIStatus has a type and other MIDI fixes all by Jeff Cooper
  • MIDI Clock implementation by Kurt Arnlund
  • Microphone fixes for iPhone 6 (by VAndrJ)
  • Code refactoring by Adam Nemecek
  • Many other bug fixes and enhancements
AudioKit - AudioKit v4.5.6 - AKPlayer fixes

Published by aure almost 6 years ago

The main reason for this version is to get out a version with the flurry of fixes by @ryanfrancesconi to AKPlayer issues.

There has also been considerable clean up of AudioKit internals, but that shouldn't affect anything.

AudioKit - AudioKit v4.5.5 Bug Fixes and Sampler Enhancements

Published by megastep almost 6 years ago

  • AKSampler key tracking and filter envelope scaling
  • Added AudioEngineUnit stuff, groundwork for further development
  • Added tests
AudioKit - AudioKit v4.5.4 - Updates to AKPlayer and AKCallbackInstrument

Published by megastep almost 6 years ago

This is a minor upgrade, but if you are using AKCallbackInstrument, take care for some of the updates.

AudioKit - AudioKit 4.5.3 Improved Core Sampler, various fixes

Published by megastep almost 6 years ago

  • Exposed AKNode's auAudioUnit
  • Filters in the Core sampler
  • Improved Common ADSR Envelope
AudioKit - AudioKit v4.5.2 Much Better Microphone Fix and Other Bug Fixes

Published by megastep about 6 years ago

This release is preferable to 4.5.1 with a more robust microphone fix.

AudioKit - AudioKit 4.5.1 - Fixes to AKMicrophone

Published by megastep about 6 years ago

This is a very minor upgrade, but affecting a lot of people's use of AKMicrophone.

AudioKit - AudioKit 4.5 - iOS10, Swift 4.2 and a lot of repairs

Published by megastep about 6 years ago

AudioKitUI is a static library again and working well. AudioKit playgrounds have also been checked out and are working well with Xcode 10.

This release requires iOS10.0+.

AudioKit - AudioKit 4.4 for Xcode10 - use AudioKit 4.5 instead

Published by aure about 6 years ago

This version was created when Xcode 10 came out and marked our change from AudioKitUI being a static framework to a dynamic framework. Unfortunately this caused macOS apps to break and created a lot of startup warnings even on iOS. AudioKit 4.4 should only be considered if your app does not use AudioKitUI and you can't upgrade to AudioKIt4.5 with Swift 4.2 for some reason.