Super-Simple-Raspberry-Pi-Audio-Receiver-Install
Super-Simple-Raspberry-Pi-Audio-Receiver-Install copied to clipboard
Set default BT volume
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?
The script installs a file "/usr/local/bin/bluez-udev" -> there, the handling of connecting / disconnecting the devices is handled. You could try following:
- do a backup of the file
- search for the "amixer cset numid=3 90%" and replace it with your wanted 30%
- 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.