simple openai tts playground
1.0.0
Try out the OpenAI Text to Speech API in your browser.
Minimal yet working prototype. Feel free to propose features and contribute PRs!
Visit the playground here: https://linqlover.github.io/simple-openai-tts-playground
To run the playground locally:
python3 -m http.server (or using node analogously)http://localhost:8000/ (NOT http://0.0.0.0/ because browsers might treat it as insecure context)