soundboard icon indicating copy to clipboard operation
soundboard copied to clipboard

Override silent mode (option?)

Open ccoenen opened this issue 7 years ago • 1 comments

I usually have my volume way down or completely silent. Most sound boards don't work for me for that reason. It's just too slow to first crank up the volume, then select the app, then select a sound and then turn the volume back down.

That's why I would like to suggest one of the two things:

  • Option to output sounds as ALARM instead of regular media. This way, they will be played with their sound settings independently from media volume. (I found a code snippet how to add attributes to a SoundPoolBuilder)
  • Option to set & reset media volume before/after a sound is played from the sound board. (here's a similar piece of code but for ancient android, the key function there being getStreamVolume and setStreamVolume)

I hope this makes any sense.

ccoenen avatar Feb 28 '17 22:02 ccoenen