Edge TTS Worker is a Cloudflare Worker-based proxy service that wraps the Microsoft Edge TTS service in an OpenAI-compatible API interface. With this project, you can easily use Microsoft's high-quality text-to-speech service without undergoing Microsoft's authentication process.

**Features:**

* Bypasses geographic access restrictions in mainland China
* Provides an OpenAI-compatible interface format
* Completely free - hosted on Cloudflare's free plan
* Secure and customizable - supports custom API keys
* Multi-language support - including Chinese, English, Japanese, Korean, and more
* Quick deployment - deploy in just a few minutes

**Creating a Worker:**

1. Log in to your Cloudflare Dashboard
2. Navigate to Workers & Pages
3. Click Create Worker
4. Give your worker a name (e.g. `edge-tts`)
5. Replace the default code in the editor with the code from `worker.js`
6. Click Save and deploy
7. Set up your API key (optional)
8. Configure your custom domain (optional)