Page 1 of 1

Run while device sleeps

Posted: Sun Jan 31, 2016 4:06 am
by FroggestSpirit
When running a love file on android, I noticed that looped music continues to loop while the system is sleeping. Is there a way to have code continue to run while the system is sleeping too? I want to try making a videogame music player, that can use custom loop points (so the user can define how many times to loop a song before fading out), and go to the next song when it's done playing. Can this be done in the love project itself, or would it require modification to the android runner?