Skip to content

Feature: Pyttsx#1092

Merged
JasonLovesDoggo merged 10 commits intoelebumm:developfrom
AHopefulIdiot:develop-pyttsx
Jul 30, 2022
Merged

Feature: Pyttsx#1092
JasonLovesDoggo merged 10 commits intoelebumm:developfrom
AHopefulIdiot:develop-pyttsx

Conversation

@AHopefulIdiot
Copy link
Copy Markdown
Contributor

Description

Allows the user to use Pyttsx for TTS.

Issue Fixes

#1063

Checklist:

  • I am pushing changes to the develop branch
  • I am using the recommended development environment
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have formatted and linted my code using python-black and pylint
  • I have cleaned up unnecessary files
  • My changes generate no new warnings
  • My changes follow the existing code-style
  • My changes are relevant to the project

Any other information (e.g how to test the changes)

None

@AHopefulIdiot
Copy link
Copy Markdown
Contributor Author

Hey, I changed the branch name, so it closed the PR.

Copy link
Copy Markdown
Collaborator

@callumio callumio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format your files using black

You have changed every file for a simple addition

@AHopefulIdiot
Copy link
Copy Markdown
Contributor Author

Hey, black made those changes, not me

@AHopefulIdiot
Copy link
Copy Markdown
Contributor Author

I have done the changes you asked

@AHopefulIdiot
Copy link
Copy Markdown
Contributor Author

@callumio

Comment thread utils/.config.template.toml Outdated

[settings.tts]
voice_choice = { optional = false, default = "", options = ["streamlabspolly", "tiktok", "googletranslate", "awspolly", ], example = "tiktok", explanation = "The voice platform used for TTS generation. This can be left blank and you will be prompted to choose at runtime." }
voice_choice = { optional = false, default = "", options = ["streamlabspolly", "tiktok", "googletranslate", "awspolly", "pyttsx"], example = "tiktok", explanation = "The voice platform used for TTS generation. This can be left blank and you will be prompted to choose at runtime." }
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add back the trailing comma

@AHopefulIdiot
Copy link
Copy Markdown
Contributor Author

Added back trailing commas

@JasonLovesDoggo JasonLovesDoggo merged commit d809e4a into elebumm:develop Jul 30, 2022
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.

3 participants