All Projects → AudioKit → Audiokit

AudioKit / Audiokit

Licence: mit
Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS

Programming Languages

swift
15916 projects
Objective-C++
1391 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Audiokit

Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-98.87%)
Mutual labels:  audio, music, midi, tvos
Clubber
Application of music theory in audio reactive visualizations
Stars: ✭ 325 (-96.32%)
Mutual labels:  audio, music, midi
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (-85.75%)
Mutual labels:  audio, music, midi
Awesome Music Production
A curated list of software, services and resources to create and distribute music.
Stars: ✭ 340 (-96.15%)
Mutual labels:  audio, music, midi
Minibae
The platform-neutral Beatnik Audio Engine, Mini Edition (miniBAE) is an exceptionally mature, well-rounded, and reliable computer music and sound system specially customized for small-footprint and embedded applications.
Stars: ✭ 82 (-99.07%)
Mutual labels:  audio, music, midi
Mixxx
Mixxx is Free DJ software that gives you everything you need to perform live mixes.
Stars: ✭ 2,510 (-71.56%)
Mutual labels:  audio, music, midi
Midiwriterjs
♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON objects.
Stars: ✭ 381 (-95.68%)
Mutual labels:  audio, music, midi
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (-93.2%)
Mutual labels:  audio, music, midi
Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (-94.96%)
Mutual labels:  audio, music, midi
Bitmidi.com
🎹 Listen to free MIDI songs, download the best MIDI files, and share the best MIDIs on the web
Stars: ✭ 422 (-95.22%)
Mutual labels:  audio, music, midi
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (-89.77%)
Mutual labels:  audio, music, midi
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (-92.04%)
Mutual labels:  audio, music, midi
Musictheory
🎵 Music theory concepts in Go.
Stars: ✭ 53 (-99.4%)
Mutual labels:  audio, music, midi
Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (-88.99%)
Mutual labels:  audio, music
Midi shield
Midi shield product 9595, available from SparkFun Electronics
Stars: ✭ 34 (-99.61%)
Mutual labels:  audio, midi
Midichlorian
A Visual Studio extension that allows you to write code and automate the IDE using MIDI musical instruments.
Stars: ✭ 65 (-99.26%)
Mutual labels:  music, midi
Swiftysound
SwiftySound is a simple library that lets you play sounds with a single line of code.
Stars: ✭ 995 (-88.73%)
Mutual labels:  audio, tvos
Midiflip
🎹 MIDI music mayhem - flip, transpose, and arbitrarily remap pitches in MIDI files
Stars: ✭ 33 (-99.63%)
Mutual labels:  music, midi
Sfz2bitwig
Convert .SFZ files into Bitwig Studio multisample instruments.
Stars: ✭ 37 (-99.58%)
Mutual labels:  music, midi
Abcjs
javascript for rendering abc music notation
Stars: ✭ 1,141 (-87.07%)
Mutual labels:  music, midi

AudioKit

Build Status License Platform Reviewed by Hound Twitter Follow

AudioKit is an audio synthesis, processing, and analysis platform for iOS, macOS (including Catalyst), and tvOS.

Installation

In Xcode 13:

You can AudioKit and any of the other AudioKit libraries using Collections

  1. Select File -> Add Packages...
  2. Click the + icon on the bottom left of the Collections sidebar on the left.
  3. Choose Add Swift Package Collection from the pop-up menu.
  4. In the Add Package Collection dialog box, enter https://swiftpackageindex.com/AudioKit/collection.json as the URL and click the "Load" button.
  5. It will warn you that the collection is not signed, but it is fine, click "Add Unsigned Collection".
  6. Now you can add any of the AudioKit Swift Packages you need and read about what they do, right from within Xcode.

In Xcode 11 & 12:

To add AudioKit to your Xcode project

  1. Select File -> Swift Packages -> Add Package Depedency.
  2. Enter https://github.com/AudioKit/AudioKit for the URL. You can define which version range you want, or which branch to use, or even which exact commit you would like use.

Documentation

All AudioKit documentation is generated from this repository. The documentation that appear in the docs folder generate the AudioKit.io Web Site. API documentation appears on the Github wiki.

Examples

The AudioKit Cookbook contains many recipes for simple uses for AudioKit components.

Getting help

  1. Post your problem to StackOverflow with the #AudioKit hashtag.

  2. Once you are sure the problem is not in your implementation, but in AudioKit itself, you can open a Github Issue.

  3. If you, your team or your company is using AudioKit, please consider sponsoring Aure on Github Sponsors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].