A simple web application that converts text to speech using free TTS services.
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 interfaceThe application uses a free text-to-speech API to convert text to speech. The backend proxies requests to this service and returns the audio data to the client. The frontend provides a user-friendly interface for entering text and controlling speech parameters.