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

1voices()

Value

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

Examples

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