AudioKit / AudioKitUI

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

AudioFileWaveform - guard view against audio files that are too short for the window #53

Closed Matt54 closed 2 years ago

Matt54 commented 2 years ago

Fix for #52

Default case: AudioFileWaveform(url: TestAudioURLs.drumloop.url())

Screen Shot 2022-03-11 at 3 26 12 PM

Case where the number of samples per window was adjusted to work for the file: AudioFileWaveform(url: TestAudioURLs.short.url(), rmsSamplesPerWindow: 1)

Screen Shot 2022-03-11 at 3 25 46 PM

Case where there are not enough samples to cover the rms window: AudioFileWaveform(url: TestAudioURLs.short.url())

Screen Shot 2022-03-11 at 3 25 10 PM