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

Commits on Jun 6, 2024

  1. add per-page tts feature

    * 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
    cghyzel committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a1ad63f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc9af8 View commit details
    Browse the repository at this point in the history