this post was submitted on 04 Sep 2024
148 points (98.7% liked)
Open Source
31129 readers
404 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure if this fits but here is mine:
I want to get away from Samsung but the "Sound Assistant" app let's me control the volume of every app, kind of like a mixer. Sometimes an app doesn't have a mute option, I can set the volume of that app to 0 without effecting the volume of whatever music I'm listening to.
I also like to listen to my local police scanner and music at the same time. I can set the volume of the scanner app low enough to not really bother the music but loud enough that if something happens I can still hear it and pause the music.
I can't believe Samsung and their app is the only way, but I haven't found an alternative.
I'm not super well versed in the world of app development, but I would assume due to the way apps are sandboxed, this isn't something that could be done with a third party app.
system apps can do it. android has an API for audio mods that allows such things
Right, that's what I meant when I said "third party app". Samsung can write an app to do this, but your average app installed from the play store likely cannot.
you can have third party apps as system apps. you can even write your own, but the API docs are somewhat harder to find. nowadays you install them with magisk modules (not all of them contains an app), so that it is easier to revert and also to hide from those looking for it with a bad intent