Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per-Page TTS #438

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Per-Page TTS #438

wants to merge 2 commits into from

Conversation

cghyzel
Copy link
Contributor

@cghyzel cghyzel commented Jun 6, 2024

I've got a protytpe of per page TTS working using OpenAI APIs. There a few more things to do before it is ready to be pulled into the project.

  • Move OpenAI libraries and TTS Engine class into a plugin
  • Write Tests for the new code
  • Draft Documentation for end users on how to use and install TTS plugins
  • Finally it should be formatted and linted properly

* added optional tts confis lute/config/app_config.py
* added abstract class for tts engines to lute/tts/base.py
* added openai tts engine to lute/tts/openai.py
* added a tts route to lute/read/routes.py
* include an optional (depending on if tts is enabled for the language) audio player in lute/templates/read/page_content.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant