TextToSpeech

org.llm4s.speech.tts.TextToSpeech
trait TextToSpeech

Abstraction for TTS providers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def name: String
def synthesize(text: String, options: TTSOptions): Result[GeneratedAudio]