lokesh341 commited on
Commit
a06166a
·
verified ·
1 Parent(s): 8dd6078

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -46,7 +46,7 @@
46
  };
47
 
48
  mediaRecorder.start();
49
- setTimeout(() => mediaRecorder.stop(), 10000); // Wait for user to speak for 10 seconds
50
  });
51
  }
52
 
 
46
  };
47
 
48
  mediaRecorder.start();
49
+ setTimeout(() => mediaRecorder.stop(), 5000); // Shortened to 5 seconds for quicker response
50
  });
51
  }
52