feat:local-blacklist-and-audio-boost

This commit is contained in:
Timo
2026-08-12 02:07:34 +02:00
parent 3d78af1e95
commit 48d6c1dc0b
28 changed files with 670 additions and 98 deletions
+17
View File
@@ -23,6 +23,23 @@
</label>
</header>
<section class="panel">
<div class="section-heading">
<div>
<h2 data-i18n="AUDIO_DEFAULT_BOOST">Default Boost</h2>
<p class="section-copy" data-i18n="AUDIO_DEFAULT_BOOST_HELP">Raises video volume independently of the compressor. Set 0 dB to disable.</p>
</div>
</div>
<div class="custom-grid">
<div class="control-row boost-control">
<label for="boostRange" data-i18n="AUDIO_PARAM_BOOST">Boost</label>
<input id="boostRange" type="range" min="0" max="20" step="0.5" value="0">
<input id="boostNumber" type="number" min="0" max="20" step="0.5" value="0">
<span class="unit">dB</span>
</div>
</div>
</section>
<section class="panel">
<div class="section-heading">
<h2 data-i18n="AUDIO_COMPRESSOR">Compressor</h2>