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

More rigorous check to prevent text being split for TTS if the split is at the end #1065

Merged
merged 4 commits into from
Jul 24, 2022

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    571c782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9065f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. process text before all calls to call_tts

    Process_text now called before call_tts to ensure it is called minimally while allowing for verification that text is not empty
    joshgreenwood2003 committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    53986c7 View commit details
    Browse the repository at this point in the history
  2. formatting

    joshgreenwood2003 committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    7df0671 View commit details
    Browse the repository at this point in the history