AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
200 stars 53 forks source link

SpectrogramView: Added View #12

Closed Matt54 closed 3 years ago

Matt54 commented 3 years ago

New View for displaying Frequency Spectrum Readings over time

NOTE: This PR is dependent on the extension method mappedLog10 included in the PR below https://github.com/AudioKit/AudioKit/pull/2416

Fun note: check out how createTestData() is only ran while in preview mode. This allows for the preview to display fake data, which helps while developing a SwiftUI View that depends on audio input data.

aure commented 3 years ago

Can't wait to see these in the cookbook!