EveryVoiceTTS / EveryVoice

The EveryVoice TTS Toolkit - Text To Speech for your language
https://docs.everyvoice.ca
Other
23 stars 2 forks source link

Augment `everyvoice` with `--version` & `--diagnostic` #549

Closed SamuelLarkin closed 4 weeks ago

SamuelLarkin commented 2 months ago

Add options to everyvoice to help write issues. Inspired by bat --diagnostic, add --version that would simply output the version of everyvoice the user is currently using. A more verbose version --diagnostic where we could print os version, environment relevant variables, something equivalent to pip list ... and whatever information could be useful for debugging.

Eric suggests that the output be in markdown to make it easily copyable.