Skip to content

Commit

Permalink
Update instructions for voice recognition usage
Browse files Browse the repository at this point in the history
Clarified the procedure for using the voice recognition feature by specifying that users should speak into the microphone after pressing "Start" and indicating that pressing "Stop" will end the functionality. This makes the instructions more comprehensive and user-friendly.
  • Loading branch information
TheMrM committed Oct 10, 2024
1 parent c0bddb0 commit 2b03236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anul3/AplicatiMobile/Lab2/VoiceRecognition/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</head>
<body>
<h1>Voice Recognition with Start and Stop Buttons</h1>
<p>Click <strong>"Start"</strong> to begin voice recognition and <strong>"Stop"</strong> to end it.</p>
<p>Click <strong>"Start"</strong> to begin voice recognition, speak in the microphone of the device and wait for it to be converted to text. Then press <strong>"Stop"</strong> to not use this function anymore.</p>
<button id="start-btn">Start</button>
<button id="stop-btn" disabled>Stop</button>
<div id="text"></div>
Expand Down

0 comments on commit 2b03236

Please sign in to comment.