bastienFalcou / SoundWave

Illustrate your sound waves on the fly 🚀
MIT License
611 stars 94 forks source link

update player by dragging left and right the wave view #19

Open syrakozz opened 6 years ago

syrakozz commented 6 years ago

hello how i can update player current time by dragging left and right the wave view

bastienFalcou commented 6 years ago

Hello @syrakozz, this feature hasn't been implemented yet in the Framework. As of now, it is only aimed at playing and visualizing the wave based on the metering levels provided.

We would need to add a UIPanGestureRecognizer and implement some logic to handle changing the current time internally in the Framework, as well as current time of the player you are using simultaneously.