I wonder if one could build this in HTML, so there is no need to install anything.
On both iOS and Android, HTML can play videos and mp3s while the screen is turned off. So maybe it is possible?
replies(4):
On both iOS and Android, HTML can play videos and mp3s while the screen is turned off. So maybe it is possible?
When I made https://ambiph.one I ended up having to route everything through a MediaStreamAudioDestinationNode to trick Safari into thinking it's a livestream, which is apparently the only type of audio allowed to play in the background
Minimal demo here if it's helpful for anyone: https://codepen.io/matteason/pen/VYwdzVV