rizkynindra commited on
Commit
aaea814
·
verified ·
1 Parent(s): ef98ebe

Update static/share_screen.js

Browse files
Files changed (1) hide show
  1. 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/Danger Alarm.mp3');
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 () => {