yoheimuta / RxMusicPlayer

A reactive library to make it easy for audio playbacks using RxSwift.
MIT License
58 stars 8 forks source link

New functionality: jump to the desired second #44

Closed rastaman111 closed 2 years ago

rastaman111 commented 2 years ago

Please add two new functions to the player: 1) jump to the required second 2) jump back to the required number of seconds

1) func jumpTo( time: Double) 2) func jumpBy( direction: Double)