You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent change moves the pre-packaged voices into the package installation directory. As reported in #83, this breaks the capability to use custom voices, at least as it is currently documented.
I need to add a good way to support this and update the documentation. Some ideas:
Always search for custom voices in a path relative to the CWD, for example "voices/", if it exists. Allow this to be overridden with a command line parameter.
Place voices alongside models inside of the user directory, update docs showing how to add new voices there.
Allow voices to be specified by a filepath, so "--voice=/home/jbetker/susie" will search for a voice in /home/jbetker/susie.
Leaning towards 1 or 3, feedback is welcome.
The text was updated successfully, but these errors were encountered:
tortoise_tts.py exposes this as -V, --voices-dir VOICES_DIR, this option can be one or more directories (comma separated) that will be searched for voices
A recent change moves the pre-packaged voices into the package installation directory. As reported in #83, this breaks the capability to use custom voices, at least as it is currently documented.
I need to add a good way to support this and update the documentation. Some ideas:
/home/jbetker/susie
.Leaning towards 1 or 3, feedback is welcome.
The text was updated successfully, but these errors were encountered: