How to fast-forward and rewind an MP3 in java
I am trying to create methods that will rewind a开发者_运维知识库nd fast-forward an mp3 file in java. I tried using an event listener, but for the life of me, couldn't get it to work.
Wouldn't they be something like getting the current frame and then playing that file at current frame + some amount?
精彩评论