From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 21 Jul 2023 11:34:02 +0000 (+0200) Subject: Minor comment change. X-Git-Tag: 4.3~1^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b965add15084b9696b50409d47afdc1fd8a75cb2;p=thirdparty%2Fshairport-sync.git Minor comment change. --- diff --git a/common.c b/common.c index 85235a59..bed243ba 100644 --- a/common.c +++ b/common.c @@ -1234,7 +1234,7 @@ double dasl_tapered_vol2attn(double vol, long max_db, long min_db) { // For example, if the AirPlay volume goes from 0.0 to -15.0, the output level will decrease by 10 dB. // Halving the AirPlay volume again, from -15 to -22.5, will decrease output by a further 10 dB. -// Reducing the AirPlay volume from rom -22.5 to -25.25 decreases the output by a further 10 dB, +// Reducing the AirPlay volume by half again, this time from -22.5 to -25.25 decreases the output by a further 10 dB, // meaning that at AirPlay volume -25.25, the volume is decreased 30 dB. // If the attenuation range of the mixer is restricted -- for example, if it is just 30 dB --