Scottish-Tech-Army / Soundscape-Android

This is the source for an Android version of the original iOS Soundscape app
https://scottish-tech-army.github.io/Soundscape-Android/
Other
3 stars 2 forks source link

Use injected AudioEngine in Soundscape service #48

Closed davecraig closed 2 months ago

davecraig commented 2 months ago

We now have a Singleton AudioEngine that is managed by the dependency injection code. It is created if onboarding screens are run, and this change ensures that we use the same AudioEngine when the Soundscape service is run.