Sean Kiluk
Results
2
issues of
Sean Kiluk
This PR adds a AudioServiceConfig parameter androidStopForegroundOnCompleted which will stop foreground service when AudioProcessingState == AudioProcessingState.completed. I added this as a Feature Request as an app we are working on...
### Feature proposal This would work similar to androidStopForegroundOnPause except stopForeground and stopSelf would be triggered when AudioProcessingState.completed. ### Motivating use case(s) We have an app that uses multiple audio...