Skip to content

LinqLover/simple-openai-tts-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OpenAI TTS Playground

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

Current Features

  • Select different voices and models
  • Automatic division of long texts
  • Price display
  • Caching of audio files (in local browser storage)

Development

To run the playground locally:

  1. Check out the repository
  2. Host a web server using python3 -m http.server (or using node analogously)
  3. Open the playground on http://localhost:8000/ (NOT http://0.0.0.0/ because browsers might treat it as insecure context)

About

Try out the OpenAI Text to Speech API in your browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published