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
I am using shairport-sync with the pipe output to forward to owntone. I have noticed that with SPS configured to ignore volume control, the pvol message on the metadata pipe is ignore by owntone with the following message. daapd | [2021-12-12 11:01:29] [DEBUG] player: Not applying Shairport airplay volume while software volume control is enabled (-27.38,0.00,-96.30,0.00)
I seems that in player.c SPS is always including the min_db value, and owntone refuses to apply the volume from the pvol value unless the last 3 values in the message are equal to ",0.00,0.00,0.00".
Not sure if this is regression in SPS, or a bug in owntone. I believe this used to work correctly.
Running development branch 4.1-dev-175-g8d3bbe22-AirPlay2-alac-OpenSSL-Avahi-ALSA-dummy-stdout-pipe-soxr-convolution-metadata-mqtt-dbus-mpris-sysconfdir:/etc
The text was updated successfully, but these errors were encountered:
Thanks again for reporting this regression, which was due to other changes in the volume control code. Would you be kind enough to try the latest version in the development branch to see if the problem has been resolved?
I am using shairport-sync with the pipe output to forward to owntone. I have noticed that with SPS configured to ignore volume control, the pvol message on the metadata pipe is ignore by owntone with the following message.
daapd | [2021-12-12 11:01:29] [DEBUG] player: Not applying Shairport airplay volume while software volume control is enabled (-27.38,0.00,-96.30,0.00)
I seems that in player.c SPS is always including the min_db value, and owntone refuses to apply the volume from the pvol value unless the last 3 values in the message are equal to ",0.00,0.00,0.00".
Not sure if this is regression in SPS, or a bug in owntone. I believe this used to work correctly.
Running development branch
4.1-dev-175-g8d3bbe22-AirPlay2-alac-OpenSSL-Avahi-ALSA-dummy-stdout-pipe-soxr-convolution-metadata-mqtt-dbus-mpris-sysconfdir:/etc
The text was updated successfully, but these errors were encountered: