bastienFalcou / SoundWave

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

Add play from functionality and ability to manipulate the AudioVizualizerView with touches via move() method #22

Closed t0a0 closed 6 years ago

t0a0 commented 6 years ago

I used Bogdan's pull request and modified it, since it was buggy.

Changes:

t0a0 commented 6 years ago

I also added touches Delegate, so now the user can manipulate the AudioVizualizerView and added an example usage to the view controller. You can click at any point of the view and the playback will start from there. However, the sound playback only works for the first time you start playing from a certain time, sorry, I didnt have time to tweak the example, however the visualization works perfectly fine

t0a0 commented 6 years ago

ill submit another PR when everything is done