Reduce maximum AirPlay volume for Audio Pi

This commit is contained in:
yuri 2023-05-21 01:29:25 +02:00
parent 49bfcbc987
commit da710bcf8f
No known key found for this signature in database
GPG key ID: E646779AC54AEC64

View file

@ -8,5 +8,5 @@ general =
output_backend = "alsa";
mdns_backend = "avahi";
volume_range_db = 40;
volume_max_db = -18.0;
volume_max_db = -20.0;
};