You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to implement similar funtionality in my app, and was confused because I couldn't find any code for playing audio. I then saw commit 6af8056, which changed it to background location. Could you document this in the README? Specifically, this part:
ApplicationMonitor
This class manages the lifecycle of Clip. Specifically, it is in charge of playing a silent audio clip on loop so Clip can run indefinitely in the background, as well as presenting a local notification whenever Clip stops running (for whatever reason).
The text was updated successfully, but these errors were encountered:
I was looking to implement similar funtionality in my app, and was confused because I couldn't find any code for playing audio. I then saw commit 6af8056, which changed it to background location. Could you document this in the README? Specifically, this part:
The text was updated successfully, but these errors were encountered: