AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
187 stars 52 forks source link

AudioHelpers.getRMSValues should not belong to AudioKitUI repo #88

Open xueyongwei opened 2 weeks ago

xueyongwei commented 2 weeks ago

macOS Version(s) Used to Build

macOS 13 Ventura

Xcode Version(s)

Xcode 14

Description

AudioHelpers.getRMSValues should not belong to AudioKitUI repo.

Crash Logs, Screenshots or Other Attachments (if applicable)

No response

xueyongwei commented 2 weeks ago

AudioKitUI minimum deployment target is iOS 15.0, and if i want not use AudioKitUI repo, i need to copy AudioHelpers.getRMSValues method to my project.