set_coqui_path {text2speech} | R Documentation |
Point to local coqui tts Executable File
Description
Function to set an option that points to the local coqui tts Executable File
tts
.
Usage
set_coqui_path(path)
Arguments
path |
path to the local coqui tts Executable File |
Details
List of possible file path locations for the local coqui tts Executable File
- Linux
/usr/bin/tts, /usr/local/bin/tts
- Mac
/opt/homebrew/Caskroom/miniforge/base/bin/tts
- Windows
C:\Program Files\tts
Value
Returns nothing, function sets the option variable
path_to_coqui
.
Examples
set_coqui_path("~/path/to/tts")
[Package text2speech version 1.0.0 Index]