Super-Simple-Raspberry-Pi-Audio-Receiver-Install icon indicating copy to clipboard operation
Super-Simple-Raspberry-Pi-Audio-Receiver-Install copied to clipboard

Set default BT volume

Open Abrow87 opened this issue 6 years ago • 1 comments

When I connect via bluetooth the volume starts up at 100% and I have to set to 30% per smartphone buttons. Can I set the volume to 30% automatically when I connect?

Abrow87 avatar Jun 02 '19 19:06 Abrow87

The script installs a file "/usr/local/bin/bluez-udev" -> there, the handling of connecting / disconnecting the devices is handled. You could try following:

  1. do a backup of the file
  2. search for the "amixer cset numid=3 90%" and replace it with your wanted 30%
  3. reboot

double check at which point in code you are changing... it should be somehow self-explanatory as the script is separated in "device add", "device removal" parts and so on.

huncksas avatar Oct 21 '20 13:10 huncksas