Learn R Programming

text2speech (version 1.0.0)

set_coqui_path: 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)

Value

Returns nothing, function sets the option variable path_to_coqui.

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

Examples

Run this code
if (FALSE) { # interactive()
set_coqui_path("~/path/to/tts")
}

Run the code above in your browser using DataLab