Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.06 KB

File metadata and controls

38 lines (27 loc) · 1.06 KB

Text to Speech

A browser-based Text to Speech app built with HTML, CSS, and JavaScript.
Uses the built-in Web Speech API (SpeechSynthesis) to convert text into spoken words with customizable options.


Features

  • Enter any text and have it read aloud
  • Choose from available browser voices
  • Adjust speed, pitch, and volume
  • Preview button to quickly sample selected voice
  • Pause, Stop, and Speak controls
  • Clean glassmorphism UI with typewriter-style title animation

How to Run

  1. Clone the repo (or just this folder).
  2. Open index.html in any modern browser.
  3. Type your text, pick a voice, and press Speak.

Note: Works best in Chrome or Edge (voice support varies by browser).


Tech Used

  • HTML5 for structure
  • CSS3 (glassmorphism, typewriter animation, custom sliders)
  • Vanilla JavaScript for Web Speech API

Notes

  • Voices available depend on your system and browser.
  • No backend required — everything runs in the browser.
  • Useful as a mini JavaScript project or learning resource for browser APIs.