English | 简体中文
Full-stack web service with React frontend and Python backend. Features Edge text-to-speech and supports multiple languages and voice customization.
- 🗣️ Utilizes Microsoft Edge's online text-to-speech service
- 🎧 Supports multiple voices and languages
- 🎛️ Adjustable speech rate, volume, and pitch
- 📜 Supports subtitle export
# Frontend
cd frontend
npm install
npm run dev
# Backend
cd api
pip install -r requirements.txt
source venv/bin/activate
uvicorn main:app --reload