voices

List Available Voices

Description

Returns a list of available voices from the TTS server. Tries the /v1/audio/voices endpoint first, then falls back to /voices.

Usage

voices()

Value

A character vector of voice names, or a list/data.frame depending on the server’s response format.

Examples

set_tts_base("http://localhost:7810")
v <- voices()
print(v)