powered by
Function to set an option that points to the local coqui tts Executable File tts.
tts
set_coqui_path(path)
Returns nothing, function sets the option variable path_to_coqui.
path_to_coqui
path to the local coqui tts Executable File
List of possible file path locations for the local coqui tts Executable File
/usr/bin/tts, /usr/local/bin/tts
/opt/homebrew/Caskroom/miniforge/base/bin/tts
C:\Program Files\tts
if (FALSE) { # interactive() set_coqui_path("~/path/to/tts") }
Run the code above in your browser using DataLab