Public
Like
Test
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v3View latest version
A simple web application that converts text to speech using Microsoft Edge's text-to-speech technology.
- Convert text to speech using Microsoft Edge TTS
- Select from multiple voices and languages
- Adjust speech rate and pitch
- Play audio directly in the browser
- Download audio files
index.ts- HTTP API endpoint for text-to-speech conversionfrontend/index.html- Main web interfacefrontend/script.js- Frontend JavaScript for the web interfacefrontend/style.css- Styling for the web interface
- Enter text in the input area
- Select your preferred voice, rate, and pitch
- Click "Generate Speech" to convert text to speech
- Use the audio player to listen to the generated speech
- Click "Download" to save the audio file