-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeking by timestamp, not by byte #10
Comments
I have implemented this kind of advanced stuff in XR3PLAYER code, i will get some of there and add it here. Well hm we need a little bit of planning about implementing this because what if the audio doesn't have 1:17, there are different cases. |
I see. I'll take a look at your XR3PLAYER source code so that I can temporarily implement that feature into my own project, without considering so much about error handling. But I hope more robust one will be implemented in the near future :) |
Yes i will take care of implementing it maybe even today :). |
To tell the truth my knowledge of Java 11 Modular system is not that good, can you guide me what to read to master it? |
Modular system was introduced in Java 9, and unfortunately, what I think the easiest guide to understand is not written in English :( |
@TonalidadeHidrica Do you want to give it a try to implement this feature , i will help you these days . I am thinking of making a new release |
I release also https://github.com/goxr3plus/java-stream-player/releases/tag/9.0.3 based on your pom :) |
Thanks for offering, but I'm being busy these days and cannot spare time for this so much, I'm very sorry. But I would really appreciate if it was implemented! |
I did it for you @TonalidadeHidrica today , now we have :
One thing to have in mind. I am thinking of For negative it will go backwards and for non negative it will go forward. Let me know your opinion :) |
Thank you veeeeery much! |
Hmso what they will skeep x seconds and y milliseconds? |
Tell me something should this method be like this ?
I should create a validator and parser hm. So about your seconds request . i will create one more method called
|
Are there any way to seek by specifying timestamp (for example, seek to 1:17 (1 min 17 secs) point or something)? Currently I can only find seek() function that receives byte index...
The text was updated successfully, but these errors were encountered: