Waveform
Waveform copied to clipboard
An interactive audio waveform made with SwiftUI.
Hi there, thanks for the framework. I’d like to use it with swift playground iPad. It doesn’t work because the release tags has the "v" prefix. In your case “iOS(.v14)”....
Hey 👋🏻 I'm getting `Fatal error: Index out of range` exception on setting the `selectedSamples` range like so: ```swift Waveform( generator: generator, selectedSamples: $selectedSamples, selectionEnabled: .constant(true) ) .foregroundColor(.white) .onAppear {...
This is fixed now with a barely visible rect behind the view. Is there a better way to do this?
- [ ] AVAudioPCMBuffer initialiser - [ ] AVAudioFile.read(into:) These are both in the `WaveformGenerator` object now.
- Average? - Power algorithm?