Keep music running

Hello,
Is there a way to keep the music running when a Solar2D app is launched?

For iOS I use the following to all music from other apps to continue playing on launch.

audio.setSessionProperty( audio.MixMode, audio.AmbientMixMode )

Call it in main.lua before any audio from your app is played.

1 Like