dmrschmidt / DSWaveformImage

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

Is there a way to zoom and scroll waveform? #37

Closed ldakhoa closed 2 years ago

ldakhoa commented 2 years ago

Hi @dmrschmidt, Do you have the ability to zoom in/out the waveform and scroll it?

dmrschmidt commented 2 years ago

Hey @ldakhoa,

this is not something that's currently supported natively.

If there is no real-time interaction requirement, and you know the beginning and ending boundaries rather statically, you could slice the audio file beforehand and then just pass that into the waveformview.

I'm assuming you're looking for a real-time dragging supported zoom though, to which the answer for now is just an unfortunate "no, sorry".

ldakhoa commented 2 years ago

Hey, thank you for your answer