mjbrusso / AudioPlayer

audioplayer is a cross platform Python 3 package for playing sounds (mp3, wav, ...). It provides the key features of an audio player, such as opening a media file, playing (loop/block), pausing, resuming, stopping, and setting the playback volume.
MIT License
37 stars 11 forks source link

Possibility of jogging/scrubbing? #5

Closed xhevahir closed 4 years ago

xhevahir commented 4 years ago

How feasible might it be to add a jog-wheel type of feature?

xhevahir commented 4 years ago

Sorry, never mind. I had the wrong idea about this project.