complexify the audioonly

This commit is contained in:
2026-04-07 11:50:39 +02:00
parent 810965a682
commit c9c05d8d01
3 changed files with 1343 additions and 2 deletions
+11 -2
View File
@@ -18,7 +18,7 @@
<script src="js/3las/fallback/3las.fallback.js"></script> <script src="js/3las/fallback/3las.fallback.js"></script>
<script src="js/3las/3las.js"></script> <script src="js/3las/3las.js"></script>
<script src="js/audio.js"></script> <script src="js/audio.js"></script>
<script src="js/plugins/FMDXProWebrtc/rtc-audio.js"></script> <script src="js/rtc-audio.js"></script>
<style> <style>
* { * {
box-sizing: border-box; box-sizing: border-box;
@@ -66,7 +66,16 @@
</style> </style>
</head> </head>
<body> <body>
<button class="playbutton">Start / Stop</button> <div class="hide-phone">
<div class="panel-10">
<button class="playbutton">
<i class="fa fa-play"></i>
</button>
</div>
</div>
<input type="range" id="volumeSlider" min="0" max="1" step="0.001" value="1"> <input type="range" id="volumeSlider" min="0" max="1" step="0.001" value="1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</body> </body>
</html> </html>
+1
View File
@@ -31,6 +31,7 @@
<script src="js/3las/fallback/3las.fallback.js"></script> <script src="js/3las/fallback/3las.fallback.js"></script>
<script src="js/3las/3las.js"></script> <script src="js/3las/3las.js"></script>
<script src="js/audio.js"></script> <script src="js/audio.js"></script>
<script src="js/rtc-audio.js"></script>
<script type="text/javascript"> <script type="text/javascript">
document.ontouchmove = function(e) { document.ontouchmove = function(e) {
e.preventDefault(); e.preventDefault();
+1331
View File
File diff suppressed because it is too large Load Diff