Spaces:
Sleeping
Sleeping
Update static/share_screen.js
Browse files- static/share_screen.js +1 -1
static/share_screen.js
CHANGED
|
@@ -28,7 +28,7 @@ toggleBoundingBoxButton.addEventListener('click', function() {
|
|
| 28 |
this.textContent = showAllBoundingBoxes ? 'Show Only "manusia"' : 'Show All';
|
| 29 |
});
|
| 30 |
|
| 31 |
-
const humanDetectionAudio = new Audio('/audio/
|
| 32 |
const MIN_DETECTION_INTERVAL = 100; // ms between detection requests
|
| 33 |
|
| 34 |
startButton.addEventListener('click', async () => {
|
|
|
|
| 28 |
this.textContent = showAllBoundingBoxes ? 'Show Only "manusia"' : 'Show All';
|
| 29 |
});
|
| 30 |
|
| 31 |
+
const humanDetectionAudio = new Audio('/audio/enemy_spotted.mp3');
|
| 32 |
const MIN_DETECTION_INTERVAL = 100; // ms between detection requests
|
| 33 |
|
| 34 |
startButton.addEventListener('click', async () => {
|