You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Bluetooth volume is relatively low in general, I think. When connecting and setting a volume level, then disconnecting and reconnecting, the volume level is low again and - according to pulsemixer on my bluetooth client - different (lower) every time I reconnect it.
HiFiBerryOS version
64Alpha8
To Reproduce
Connect client via bluetoothctl connect
Start pulsemixer on client, see volume level, close pulsemixer
Disconnect client, then reconnect
Start pulsemixer on client, see volume level
Expected behavior
Bluetooth should either remember its last volume level or start at a fixed level on client connect.
Another suggestion: Using spotify-connect a lot, I disabled volume control of vollibrespot, so its output responds to global volume control only. I'd prefer that for bluetooth as well.
HifiberryOS is great! Thank you!
The text was updated successfully, but these errors were encountered:
[Unit]
Description=Runs when bluetooth connection is added
Requires=bluetooth.target
After=bluetooth.target
[Service]
ExecStart=/usr/bin/bt-add-event.sh
Type=exec
Restart=always
[Install]
WantedBy=multi-user.target
Create script to reset volume
#!/usr/bin/sh
amixer sset DSPVolume 250
Further idea: Save volume on disconnect to a file and restore on reconnect
Describe the bug
Bluetooth volume is relatively low in general, I think. When connecting and setting a volume level, then disconnecting and reconnecting, the volume level is low again and - according to pulsemixer on my bluetooth client - different (lower) every time I reconnect it.
HiFiBerryOS version
64Alpha8
To Reproduce
Expected behavior
Bluetooth should either remember its last volume level or start at a fixed level on client connect.
Another suggestion: Using spotify-connect a lot, I disabled volume control of vollibrespot, so its output responds to global volume control only. I'd prefer that for bluetooth as well.
HifiberryOS is great! Thank you!
The text was updated successfully, but these errors were encountered: