JavaScript Project • Voice Recognition

Speech-to-text built with a modern browser API.

This project uses the Web Speech API to listen through the microphone and write spoken words to the page in real time.

How it works

Click the button, allow microphone access, and start speaking. The app will transcribe your voice into text.

  • Uses SpeechRecognition / webkitSpeechRecognition.
  • Shows interim and final speech results.
  • Automatically keeps listening until you stop it.
  • Includes a clear button for resetting the transcript.

Note: browser speech recognition works best in Chrome or Edge and may require HTTPS on a live website.

Ready

Live transcript

Press start, speak clearly, and your transcript will appear below.

Project concept

This version keeps the original voice recognition concept while fixing the page structure, improving browser safety, adding start/stop controls, and matching the Maya Multimedia blue design system.