Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

TextTalker is a simple text-to-speech (TTS) web application built using HTML, CSS, and JavaScript. It utilizes the SpeechSynthesis API to convert user-inputted text into speech. Users can enter any text, choose a voice and listen to the generated speech. This project demonstrates the power of browser-based TTS capabilities while providing an interactive and customizable experience.

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform
  • Responsive Design

🛠 Skills

Javascript, HTML, CSS | API Integration | Gen-AI Concept.

SpeechSynthesis API default-Code

        function speakText() {
            let text = document.getElementById("text").value;
            let speech = new SpeechSynthesisUtterance(text);
            window.speechSynthesis.speak(speech);
        }

🔗 Links

portfolio

linkedin

Demo

VISIT HERE : https://ismail-dcode.github.io/Text-Talker_(TTP)-AI

About

Text To Speech Covertor Project | TextTalker is a simple text-to-speech (TTS) web application

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages