this post was submitted on 04 Sep 2024
141 points (98.0% liked)
Open Source
31021 readers
579 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.
My Motorola has it built into the sound settings so you should be able to find other alternatives
Good to know, thank you for the heads up.
This is something I've taken for granted as per app volume control is integrated into the OS on Motorola phones and I've been using mid range Motorolas since the Moto G 4 in 2016 (they offer a reasonable price, reasonable performance, microSD card and headphone jack).
Then I was setting up a Samsung tablet last weekend and was horrified to see I had to use the Samsung store to download Sound Assistant for something I had just assumed was a standard OS feature for close to a decade.
I'm using audio changing Magisk mods on my phone, and recently stumbled upon an issue (already fixed by a setting) that made me realize that audio mods work on an app-by-app basis.
The reason I wanted to tell this is if you are fine with tweaking your phone a little, an audio mod could do what you need.
A quick search has shown me these:
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 apps". 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