Add speed control

This commit is contained in:
Cohee
2024-04-02 22:52:51 +03:00
parent f13e718dc7
commit 54a6f4bc62
4 changed files with 29 additions and 4 deletions

View File

@@ -3618,7 +3618,7 @@
</div>
</div>
</div>
<label class="checkbox_label" for="smooth_streaming">
<label class="checkbox_label flexWrap" for="smooth_streaming">
<input id="smooth_streaming" type="checkbox" />
<div class="flex-container alignItemsBaseline">
<span data-i18n="Smooth Streaming">
@@ -3626,6 +3626,15 @@
</span>
<i class="fa-solid fa-flask" title="Experimental feature. May not work for all backends."></i>
</div>
<div id="smooth_streaming_speed_control" class="flexBasis100p wide100p">
<small class="flex justifyCenter" data-i18n="Speed">Speed</small>
<input type="range" id="smooth_streaming_speed" name="smooth_streaming_speed" min="0" max="100" step="10" value="50">
<div class="slider_hint">
<span data-i18n="Slow">Slow</span>
<span data-i18n=""></span>
<span data-i18n="Slow">Fast</span>
</div>
</div>
</label>
</div>
</div>