Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audiokit/AudioKit
Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
https://github.com/audiokit/AudioKit
audio audiokit ios macos midi music playground swift swift-playgrounds tvos
Last synced: 3 months ago
JSON representation
Audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
- Host: GitHub
- URL: https://github.com/audiokit/AudioKit
- Owner: AudioKit
- License: mit
- Created: 2014-01-21T08:16:07.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:53:34.000Z (6 months ago)
- Last Synced: 2024-05-22T21:21:03.141Z (6 months ago)
- Topics: audio, audiokit, ios, macos, midi, music, playground, swift, swift-playgrounds, tvos
- Language: Swift
- Homepage: http://audiokit.io
- Size: 114 MB
- Stars: 10,437
- Watchers: 315
- Forks: 1,534
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ios - AudioKit - A powerful toolkit for synthesizing, processing, and analyzing sounds. (Media / Audio)
- awesome-swift - AudioKit - Powerful audio synthesis, processing and analysis, without the steep learning curve. (Libs / Audio)
- awesome-swift - AudioKit - Audio synthesis, processing, and analysis platform (Audio)
- awesome-swift - AudioKit - Powerful audio synthesis, processing and analysis, without the steep learning curve. (Libs / Audio)
- fucking-awesome-swift - AudioKit - Powerful audio synthesis, processing and analysis, without the steep learning curve. (Libs / Audio)
- awesome-ios-star - AudioKit - A powerful toolkit for synthesizing, processing, and analyzing sounds. (Media / Audio)
- fucking-open-source-ios-apps - Analog Synth X
- awesome-swift - AudioKit - Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS ` 📝 20 days ago ` (Audio [🔝](#readme))
README
# AudioKit
[![Build Status](https://github.com/AudioKit/AudioKit/workflows/CI/badge.svg)](https://github.com/AudioKit/AudioKit/actions?query=workflow%3ACI)
[![License](https://img.shields.io/cocoapods/l/AudioKit)](https://github.com/AudioKit/AudioKit/blob/main/LICENSE)
[![Platform](https://img.shields.io/cocoapods/p/AudioKit)](https://github.com/AudioKit/AudioKit/)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
[![Twitter Follow](https://img.shields.io/twitter/follow/AudioKitPro.svg?style=social)](https://twitter.com/AudioKitPro)AudioKit is an audio synthesis, processing, and analysis platform for iOS, macOS (including Catalyst), and tvOS.
## Installation
Using Xcode, you can add 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.## Documentation
Docs appear on the [AudioKit.io Web Site](https://audiokit.io/). You can also generate the documentation in Xcode by pulling down the Product menu and choosing "Build Documentation".
## Examples
The [AudioKit Cookbook](https://github.com/AudioKit/Cookbook) contains many recipes for simple uses for AudioKit components.
## Getting help
1. Post your problem to [StackOverflow with the #AudioKit hashtag](https://stackoverflow.com/questions/tagged/audiokit).
2. Once you are sure the problem is not in your implementation, but in AudioKit itself, you can open a [Github Issue](https://github.com/audiokit/AudioKit/issues).
3. If you, your team or your company is using AudioKit, please consider [sponsoring Aure on Github Sponsors](https://github.com/sponsors/aure).