Initial Release
·
24 commits
to main
since this release
First Release
The first start will create a UI that only contains a close button while asking for foreground and notification permissions (depending on the Android version).
When permissions are granted, the services will start and should reduce the overall volume on the device depending on your settings.
The app will stay active by using a foreground service to prevent the automatic destruction of Android if an app goes to the background.
To reduce the volume, an equalizer is used, which reduces all available bands by the factor given in the slider.
When the user clicks the close button, the service and equalizer, which are used to reduce the volume, will shut down.
This app may work on your device or not. This is for 2 reasons:
- Overtake the audio globally is deprecated. And will probably be removed in the future.
- Some devices use their own implementation and override or forbid the use of the built-in equalizer