dmrschmidt / DSWaveformImage

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

Left to right instead of right to left #65

Closed alexrfan03 closed 1 year ago

alexrfan03 commented 1 year ago

Is there a way to add the ability to have the live wave form to go left to right instead of right to left?

dmrschmidt commented 1 year ago

Not currently, no. Shouldn’t be too difficult to add I suppose, but given that it’s straightforward to just apply a translation in SwiftUI that achieves basically the same, I’m not sure I’d add it to the core library.

alexrfan03 commented 1 year ago

Thanks for the idea.