bogstandard / rl-weather

Weather plugin for RuneLite
BSD 2-Clause "Simplified" License
9 stars 3 forks source link

Added volume level control #21

Closed ipkpjersi closed 1 year ago

ipkpjersi commented 1 year ago

Consider this a late Christmas present.

I looked into replacing the audio player with an MP3 player, but MP3 doesn't really support looping so the added complexitity of adding pseudo-looping with fading was not really worth it. It's definitely doable, but it's not really worth doing. Instead, it seems like we can add volume controls via the javax sound library.

It goes without saying, but this should probably be tested a fair bit. It works perfectly for me on Linux though.

bogstandard commented 1 year ago

Fantastic stuff! Hope you had a great Christmas, I'll be reviewing this hopefully within the next few days. You're right this will need heavy testing too, I'll see how it fairs on a few machines.