set_coqui_path: Point to local coqui tts Executable File

View source: R/aaa_utils.R

set_coqui_pathR 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")


text2speech documentation built on July 26, 2023, 5:30 p.m.