AudioKit / AudioKitUI

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

Added AudioFileWaveform View #50

Closed Matt54 closed 2 years ago

Matt54 commented 2 years ago

Added AudioFileWaveform View

Also added Resources folder to AudioKitUI package, added "drumloop.wav" to resources, and created a TestAudioURLs enum to conveniently get the url to any test audio files we use for visualizations

image

^^Example using url to "drumloop.wav"

Plan was to use this view for: https://github.com/AudioKit/Cookbook/issues/71

aure commented 2 years ago

Woohoo!