AudioKit / AudioKit

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

Home Page:http://audiokit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 'AudioKit' has no member named 'AKBooster'

canbalkaya opened this issue · comments

macOS Version(s) Used to Build

macOS 13 Ventura

Xcode Version(s)

Xcode 14

Description

I've been trying to boost the volume of the audio using AudioKit. Some of the articles shows a solution using AKBooster for my issue but Xcode says there is no such object called AKBooster in AudioKit.

I use AudioKit v5.6.3.

Crash Logs, Screenshots or Other Attachments (if applicable)

No response

Nodes with the prefix AK were removed in AudioKit 5. I think the boost class wasn't migrated to version 5, but you could substitute it with another Node that has gain control like PeakLimiter.

@canbalkaya Thanks for submitting the issue. Could you please report where exactly you found references to AKBooster? We then can update documentation accordingly.