mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-28 11:37:16 +00:00
feat:local-blacklist-and-audio-boost
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user