libmodplug and song volume
Posted: Tue Oct 21, 2014 1:39 pm
Hi everyone!
I recently added music made with milkytracker in my löve game, but I noticed that the volume of the song is quite low.
I looked into love's sources and noticed that for the files opened with modplug the master volume is set to 128, which wouldn't be a problem if we can increase it via love API, but it seems it's not possible?
Even changing the source volume above 1.0 doesn't work (and wouldn't be a good way for doing this I think for keeping the "best" sound quality).
Is there any way to change this without recompiling love (which I did, setting the master volume to max value, ie 512, but it works of course only on my linux computer...)?
Or am I missing something?
Thank you for reading
Pilo
I recently added music made with milkytracker in my löve game, but I noticed that the volume of the song is quite low.
I looked into love's sources and noticed that for the files opened with modplug the master volume is set to 128, which wouldn't be a problem if we can increase it via love API, but it seems it's not possible?
Even changing the source volume above 1.0 doesn't work (and wouldn't be a good way for doing this I think for keeping the "best" sound quality).
Is there any way to change this without recompiling love (which I did, setting the master volume to max value, ie 512, but it works of course only on my linux computer...)?
Or am I missing something?
Thank you for reading
Pilo