From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1610925273; bh=sHlUbqczTMxA1xltasz7EVxFIKeSUol6yI4eMIH2c+w=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mB41fi4NJKnnKmstjNvoxJt5KrQw9PxiOUUwUClG0KtsHvxJs9XQMLC5PCrAFuUVt vw1kdPytYNB2otYK6ZhqPBSuq+QQz+2fcQ2jsU1XF5mMkx37ZKEuKdzT4M99c0VxkO fyyO11hlkxbTcHOOwmUQ8Hh+2w8kB2A9DbkC0y7gVr9DX96g112ZFI49leeU85T3wk IDKwTCw+d0QzpjeQ8fuOO9slv+kn6zJLC8I0EyoBp0kcSO0g9ZmZndsg+ZuP7YDDzQ FtPaVgaZrImBr5WudqoSnzzziEumQpXmQ1Z/JK/De30qzYNFWo2HZnmph8wUiH2gVt PZEJVLMLs+Xrg== To: Juliusz Chroboczek In-Reply-To: <87wnwb8rfo.wl-jch@irif.fr> References: <87eeijah44.wl-jch@irif.fr> <87y2gr8wrn.fsf@toke.dk> <87wnwb8rfo.wl-jch@irif.fr> Date: Mon, 18 Jan 2021 00:14:32 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87a6t7qhpj.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Message-ID-Hash: DQSJA74HWBEE45FVGC2YFDUHWSDXICLK X-Message-ID-Hash: DQSJA74HWBEE45FVGC2YFDUHWSDXICLK X-MailFrom: toke@toke.dk X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: Should volume start at <100%? List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Juliusz Chroboczek writes: >> What does the volume slider actually do? > > It sets the HTMLMediaElement.volume property: > > The volume IDL attribute must return the playback volume of any audio > portions of the media element. On setting, if the new value is in the > range 0.0 to 1.0 inclusive, the media element's playback volume must be > set to the new value. If the new value is outside the range 0.0 to 1.0 > inclusive, then, on setting, an "IndexSizeError" DOMException must be > thrown instead. > > https://html.spec.whatwg.org/multipage/media.html#dom-media-volume Right, so in that case implementing this would make Galene quieter than everything else on the machine, right? That seems annoying :) -Toke