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 v3.5.2

Published by aure over 7 years ago

The major reason for this release was that a bug found with the way were handling stereo effects led to results that while sounded okay, were not technically correct. Symptoms were incorrect corner frequencies (off by a factor of 2) and bleeding reverbs. The problem was hard to detect, but once found out, it had to be remedied. Some presets and sound configurations may sound different compared to earlier versions.

AudioKit - AudioKit V3.5.1

Published by aure almost 8 years ago

Vastly improved internal code for all the nodes.

AudioKit - AudioKit Version 3.5

Published by aure almost 8 years ago

AudioKit - AudioKit Version 3.4.3

Published by aure almost 8 years ago

Audiobus support integrated into AudioKit!

Relatively minor update, but contains necessary updates to make AudioKit work in Xcode8.1.

AudioKit - AudioKit Version 3.4.2

Published by aure about 8 years ago

  • Improved Examples (thanks Elizabeth!)
  • Fixed playground speed issues (thanks Colin!)
  • Various improvements
AudioKit - AudioKit Version 3.4.1

Published by aure about 8 years ago

Minor MIDI bug fixes and Cocoapods update for macOS

AudioKit - AudioKit Version 3.4

Published by aure about 8 years ago

Xcode8 and Swift 3 Support. Some improvements to user interfaces to allow them to be previewed in interface builder.

AudioKit - AudioKit Version 3.3

Published by aure about 8 years ago

  • AKOperations syntax and performance improved
  • Complete overhaul of playgrounds
  • Test Framework working
  • Improved sequencing
  • Lots of bug fixes
AudioKit - AudioKit Version 3.2

Published by aure over 8 years ago

AudioKit - AudioKit Version 3.1.3

Published by aure over 8 years ago

  • Created sequenceable callbacks (kudos to Laurent Veliscek)
  • Added completion handlers to the audio player (kudos to Laurent Veliscek)
  • New playgrounds
  • Added temolo effect (AKTremolo)
  • Improved recording abilities
  • Create taps for FFT and RMS Amplitude
  • General cleanup
AudioKit - AudioKit Version 3.1.2

Published by aure over 8 years ago

  • Updated MIDI for both iOS and OSX to be more stable and extensible (ie. more on its way)
  • Replaced Core Audio classes fixed by Apple to no longer leak memory
  • Several bug fixes found by people making issues on Github, thank you!
  • Ensured operability with Xcode 7.3.1 released earlier today.
AudioKit - AudioKit Version 3.1.1

Published by aure over 8 years ago

  • Fixed OSX Bug preventing AudioKit from producing audio
  • Fixed left/right channels on operations
  • New playgrounds with functionality including editable text fields
  • Sequencer Enhancements
  • Clip Node fixed and simplified
  • Tanh Distortion bug fixed
AudioKit - AudioKit Version 3.1

Published by aure over 8 years ago

  • Updated for Xcode 7.3 / Swift 2.2 (and 3 where possible)
  • Interactive Playgrounds on iOS
  • Playgrounds for OSX now include AudioKit nodes
  • Parameter ramp time implemented over most nodes
  • ManySequencer improvements
  • New class "AKRecorder" for easy recording
AudioKit - AudioKit Version 3.0.1

Published by aure over 8 years ago

  • New: Carthage Support
  • Return of CocoaPods support
  • Now works with Objective-C projects
  • AKManager shared instance singleton replaced by AudioKit class functions
  • AKSettings file to set global settings like whether or not your app will require the microphone
  • Node plots improved
  • Switched to MIDI Listener system from notifications because it is much faster for high-performant MIDI devices
  • Added a simple MIDI Monitor example app
AudioKit - AudioKit Version 3.0

Published by aure over 8 years ago

  • Completely rewritten in Swift with CoreAudio/AVAudioEngine
  • Easy installation as a framework
  • 100+ Native Xcode Swift Playgrounds Included
  • Awesome Swift Synth Example Project
  • Better MIDI and Sequencing
AudioKit - Version 2.3

Published by aure almost 9 years ago

  • tvOS Support
  • Xcode7, Swift2, iOS9 Support, specifically generics and null specifiers
  • New FFT Operations, Compressor, and Beat Clock
AudioKit - Version 2.2

Published by aure about 9 years ago

  • Sensible Presets
  • Expanded Test Coverage
  • Sound Font Support
  • Improved MIDI Support
  • New Playgrounds, Operations, and Instruments
AudioKit - Version 2.1

Published by aure over 9 years ago

  • Updated license to the MIT License
  • AudioKit's dependencies can now be static or dynamic libraries
  • Updated and improved installation and configuration
  • Continuous Integration Testing using TravisCI
  • New operations for ring modulation and binaural audio
  • Embedded UI Tools, property sliders and labels, and all plots
AudioKit - Version 2.0

Published by aure over 9 years ago

  • Live-coding with AudioKit Playgrounds
  • Improved syntax (connect is no longer required, AKOrchestra auto-started)
  • Improved globally accessible dynamic table "AKTable"
  • Properties automatically added
  • Quick way to connect audioOuput to an instrument
AudioKit - Version 1.3

Published by aure over 9 years ago

  • AudioKit now installable via CocoaPods (for iOS / Objective-C projects)
  • Documentation now available on CocoaDocs
  • Many new operations and tests
  • New included Hello World and Demo example projects
  • New examples repo
  • System-wide parameters accessible via AudioKit.plist