Skip to content

Instantly share code, notes, and snippets.

View eddshine's full-sized avatar
πŸ’­
Edd is writing a code...

Edward Cabello eddshine

πŸ’­
Edd is writing a code...
View GitHub Profile
@eddshine
eddshine / index.html
Created August 24, 2022 03:01
Voice Recognition in JavaScript
<div class="container">
<h1>Speech To Text</h1>
<div>
<label for="lang">
Choose your language:
<select name="lang" id="lang">
<option value="en-GB" id="en-GB" selected="selected">English - GB</option>
<option value="en-US" id="en-US">English - US</option>
<option value="es-ES" id="es-ES">EspaΓ±ol - ES</option>
</select>