Download the AudioKit Cookbook (GitHub): https://github.com/AudioKit/Cookbook
Download the standalone project + AUv3 support (GitHub): https://github.com/NickCulbertson/AUv...
How to Make an Instrument App for iOS with AudioKit 5
• How to Make an Instrument App for iOS...
What up?! Now that we have our instrument, let's start adding some effects! In this video, I show you how to apply an effect to your audio in AudioKit 5. It's pretty cool how much you can transform your audio in just a few lines of code.
Here are the code snippets from the video:
@Published var verb: Reverb
...
init() {
verb = Reverb(instrument)
verb.dryWetMix = 0.3
verb.loadFactoryPreset(.largeHall)
engine.output = verb
}
...
ParameterSlider(text: "Reverb",
parameter: self.$conductor.verb.dryWetMix,
range: 0...1,
units: "Percent")
AudioKit is an open source project that provides incredible, easy to use building blocks for making music apps.
Thanks & Enjoy!
Nick
#AudioKit #OpenSource #Music
Смотрите видео How to Add Audio Effects in AudioKit 5 онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Moby Pixel 16 Февраль 2022. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 1,317 раз и оно понравилось 32 посетителям.