TTS-Vue is a desktop text-to-speech application built with Electron, Vue, ElementPlus, and Vite, focused on using Microsoft’s official Speech API for high-quality neural synthesis. It wraps the Microsoft TTS WebSocket interface in a clean UI so users can paste or load text, choose voices, tweak parameters, and export audio without touching raw API calls. The app supports SSML (Speech Synthesis Markup Language), letting power users specify fine-grained control over pronunciation, pauses, prosody, and emphasis using XML-like markup. It includes batch conversion: users can select multiple .txt files and convert them into audio in one go, making it handy for large text collections or repetitive tasks. For long texts or big files, TTS-Vue automatically slices content into manageable segments, converts them separately, and then stitches them back into a single audio file, avoiding the usual length or timeout issues with TTS APIs.
Features
- Electron-based desktop TTS app powered by the official Microsoft Speech API
- Full SSML support for detailed control over pronunciation, prosody, and pauses
- Batch conversion of multiple text files in a single run
- Automatic slicing and recombining of long or large texts to avoid API limits
- Voice preview feature with configurable sample text before full synthesis
- Logging system to record conversion issues and runtime information for troubleshooting