Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module 'AudioKit' has no member named 'AKBooster' #2906

Closed
canbalkaya opened this issue Apr 9, 2024 · 2 comments
Closed

Module 'AudioKit' has no member named 'AKBooster' #2906

canbalkaya opened this issue Apr 9, 2024 · 2 comments
Labels

Comments

@canbalkaya
Copy link

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

@canbalkaya canbalkaya added the bug label Apr 9, 2024
@NickCulbertson
Copy link
Member

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.

@mahal
Copy link
Contributor

mahal commented Apr 10, 2024

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

@aure aure closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants