dmrschmidt / DSWaveformImage

Generate waveform images from audio files on iOS, macOS & visionOS in Swift. Native SwiftUI & UIKit views.
MIT License
980 stars 109 forks source link

How can I set the line width and padding between them? #17

Closed yarodevuci closed 4 years ago

yarodevuci commented 4 years ago

@dmrschmidt

dmrschmidt commented 4 years ago

Good question. Unfortunately this isn’t supported out of the box right now. You’d need to fork it and adapt the drawing logic slightly.

Please feel free to submit a pull request.

I’ll Also put it on my to do list.