AudioHTML/fs.html

201 lines
8.8 KiB
HTML
Raw Normal View History

2023-11-03 00:47:21 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<link href="css/roundslider.min.css" rel="stylesheet">
<script src="js/jquery-3.7.1.js"></script>
<script src="js/roundslider.min.js"></script>
</head>
<body class="h-100 text-center text-bg-dark content-warp">
<div class="d-flex w-100 h-100 mx-auto flex-column">
<header class="mb-auto pb-5">
<div class="dotblock d-flex justify-content-between px-5 py-4">
<div class="fs-3">GEAZAN</div>
<div></div>
</div>
<div class="d-flex justify-content-center fw-bold border-black nav">
<div class="">
<a href="home.html">HOME</a>
</div>
<div class=""><a href="filter.html">FILTER</a></div>
<div class="active"><a href="fs.html">FS</div>
<div class=""><a href="eq.html">EQ</a></div>
<div class=""><a href="ducking.html">DUCKING</a></div>
<div class=""><a href="network.html">NETWORK</a></div>
<div class="">
<a href="security.html">SECURITY</a>
</div>
<div class=""><a href="control.html">CONTROL</a></div>
<div class="last"><a href="system.html">SYSTEM</a></div>
</div>
</header>
<main class="px-3 d-flex justify-content-center">
<div class="content-container">
<div class="d-flex">
<div class="me-3"
style="border-left: 2px solid #000;border-right: 2px solid #000;border-bottom: 2px solid #000;">
<div class="divider">
2023-11-08 19:15:11 +08:00
<div class="divider-text"><span class="fw-bold">Mic1 Frequency Shift</span></div>
2023-11-03 00:47:21 +08:00
</div>
<div class="p-3 d-flex justify-content-center">
2023-11-08 19:15:11 +08:00
<div style="width: 200px;" id="mic1">
2023-11-03 00:47:21 +08:00
<div class="d-flex justify-content-center align-items-center" style="height: 30px;">
<div class="d-flex redio-switche">
2023-11-08 19:15:11 +08:00
<input type="radio" class="btn-check" name="mic1switch" id="mic1switch-on"
value="enable">
<label class="btn btn-sm redio-btn on-btn" for="mic1switch-on">ENABLE</label>
2023-11-03 00:47:21 +08:00
2023-11-08 19:15:11 +08:00
<input type="radio" class="btn-check" name="mic1switch" id="mic1switch-off"
value="disable">
<label class="btn btn-sm redio-btn off-btn" for="mic1switch-off">DISABLE</label>
2023-11-03 00:47:21 +08:00
</div>
</div>
<div class="row _slider_customizations cus_handle mb-4">
<div class="block mt-5">
<div class="cell d-flex justify-content-center">
2023-11-08 19:15:11 +08:00
<div style="top: 100px; right: -20; width: 50px; position:relative;color: #888;"
class="text-end">1.0</div>
2023-11-03 00:47:21 +08:00
<div id="handle1" class="roundSlider"></div>
2023-11-08 19:15:11 +08:00
<div
style="top: 100px; left: -10px; width: 50px; position:relative;color: #888;">
10.0
</div>
2023-11-03 00:47:21 +08:00
</div>
</div>
</div>
<div class="">
2023-11-08 19:15:11 +08:00
<input class="slider-value" id="handle1-value"
style="width: 55px; text-align: center;" value="7Hz" />
2023-11-03 00:47:21 +08:00
</div>
</div>
</div>
</div>
<div class="me-3"
style="border-left: 2px solid #000;border-right: 2px solid #000;border-bottom: 2px solid #000;">
<div class="divider">
2023-11-08 19:15:11 +08:00
<div class="divider-text"><span class="fw-bold">Mic2 Frequency Shift</span></div>
2023-11-03 00:47:21 +08:00
</div>
<div class="p-3 d-flex justify-content-center">
2023-11-08 19:15:11 +08:00
<div style="width: 200px;" id="mic2">
2023-11-03 00:47:21 +08:00
<div class="d-flex justify-content-center align-items-center" style="height: 30px;">
<div class="d-flex redio-switche">
2023-11-08 19:15:11 +08:00
<input type="radio" class="btn-check" name="mic2switch" id="mic2switch-on"
value="enable">
<label class="btn btn-sm redio-btn on-btn" for="mic2switch-on">ENABLE</label>
2023-11-03 00:47:21 +08:00
2023-11-08 19:15:11 +08:00
<input type="radio" class="btn-check" name="mic2switch" id="mic2switch-off"
value="disable">
<label class="btn btn-sm redio-btn off-btn" for="mic2switch-off">DISABLE</label>
2023-11-03 00:47:21 +08:00
</div>
</div>
<div class="row _slider_customizations cus_handle mb-4">
<div class="block mt-5">
<div class="cell d-flex justify-content-center">
2023-11-08 19:15:11 +08:00
<div style="top: 100px; right: -20; width: 50px; position:relative;color: #888;"
class="text-end">1.0</div>
2023-11-03 00:47:21 +08:00
<div id="handle2" class="roundSlider"></div>
2023-11-08 19:15:11 +08:00
<div
style="top: 100px; left: -10px; width: 50px; position:relative;color: #888;">
10.0
</div>
2023-11-03 00:47:21 +08:00
</div>
</div>
</div>
<div class="">
<input class="slider-value" id="handle2-value"
2023-11-08 19:15:11 +08:00
style="width: 55px; text-align: center;" value="7Hz" />
2023-11-03 00:47:21 +08:00
</div>
</div>
</div>
</div>
</div>
<div class="row d-flex">
</div>
</div>
</main>
<footer class="mt-auto text-white-50">
<div class="dotblock d-flex justify-content-between px-5 py-4">
<div class="">Geazan</div>
<div>www.geazan.com</div>
</div>
</footer>
</div>
</body>
<script>
2023-11-08 19:15:11 +08:00
document.addEventListener("DOMContentLoaded", function () {
//初始化配置
loadData()
})
$(document).ready(function () {
$("input[name='mic1switch']").on('change', function () {
let $value = $("input[name='mic1switch']:checked").val()
alert($value)
})
$("input[name='mic2switch']").on('change', function () {
let $value = $("input[name='mic2switch']:checked").val()
alert($value)
})
})
function loadData() {
$("input[name='mic1switch']").val(['enable'])
$("input[name='mic2switch']").val(['enable'])
}
2023-11-03 00:47:21 +08:00
$("#handle1").roundSlider({
sliderType: "min-range",
editableTooltip: false,
radius: 60,
width: 10,
2023-11-08 19:15:11 +08:00
value: 7.0,
min: 1.0,
max: 10.0,
2023-11-03 00:47:21 +08:00
handleSize: 0,
handleShape: "square",
circleShape: "pie",
startAngle: 315,
mouseScrollAction: true,
drag: function (args) {
2023-11-08 19:15:11 +08:00
$("#handle1-value").val(`${args.value}Hz`);
2023-11-03 00:47:21 +08:00
},
change: function (args) {
2023-11-08 19:15:11 +08:00
$("#handle1-value").val(`${args.value}Hz`);
2023-11-03 00:47:21 +08:00
}
});
$("#handle2").roundSlider({
sliderType: "min-range",
editableTooltip: false,
radius: 60,
width: 10,
2023-11-08 19:15:11 +08:00
value: 7.0,
min: 1.0,
max: 10.0,
2023-11-03 00:47:21 +08:00
handleSize: 0,
handleShape: "square",
circleShape: "pie",
startAngle: 315,
mouseScrollAction: true,
drag: function (args) {
2023-11-08 19:15:11 +08:00
$("#handle2-value").val(`${args.value}Hz`);
2023-11-03 00:47:21 +08:00
},
change: function (args) {
2023-11-08 19:15:11 +08:00
$("#handle2-value").val(`${args.value}Hz`);
2023-11-03 00:47:21 +08:00
}
});
</script>
</html>