├── .gitignore ├── readme-dev.md ├── readme.md ├── test_voices.sh ├── worker.js └── wrangler.toml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linshenkx/edge-tts-openai-cf-worker/HEAD/.gitignore -------------------------------------------------------------------------------- /readme-dev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linshenkx/edge-tts-openai-cf-worker/HEAD/readme-dev.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linshenkx/edge-tts-openai-cf-worker/HEAD/readme.md -------------------------------------------------------------------------------- /test_voices.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linshenkx/edge-tts-openai-cf-worker/HEAD/test_voices.sh -------------------------------------------------------------------------------- /worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linshenkx/edge-tts-openai-cf-worker/HEAD/worker.js -------------------------------------------------------------------------------- /wrangler.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linshenkx/edge-tts-openai-cf-worker/HEAD/wrangler.toml --------------------------------------------------------------------------------