I create a Java player program. In addition to playing the song and adding to the playlist, I need to implement a change in the volume of the song and its position (from 00:04 to 01:24, for example). Can you tell me whether it can be implemented using AdvancedPlayer and how to do it? If AdvPlayer is not capable of this, then tell me, which library will help realize my plans?
- And what kind of library is this? Quick googling did nothing. - Vartlok
- AdvancedPlayer - JLayer library. I have JavaLayer version 0.3 - Asiimov
- Here, stackoverflow.com/questions/648107/… and here stackoverflow.com/questions/3134167/… tells how to change the volume in this lib. I think you can also find a position like me. Those. need to search through the entire library, and not by a specific class. - Vartlok
- @Vartlok Please try to publish detailed answers containing a specific example of the minimum solution, supplementing them with a link to the source. Link responses (like comments) do not add knowledge to the Runet. - Nicolas Chabanovsky ♦
|