org.llm4s.speech.tts

Members list

Type members

Classlikes

sealed trait TTSError extends LLMError

Attributes

Companion
object
Supertypes
trait LLMError
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object TTSError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TTSError.type
final case class TTSOptions(voice: Option[String], language: Option[String], speakingRate: Option[Double], pitchSemitones: Option[Double], volumeGainDb: Option[Double], outputFormat: AudioFormat)

Models for text-to-speech.

Models for text-to-speech.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class Tacotron2TextToSpeech(command: Seq[String]) extends TextToSpeech

Tacotron2 integration via CLI or local server. This is a thin adapter; actual model hosting is assumed external.

Tacotron2 integration via CLI or local server. This is a thin adapter; actual model hosting is assumed external.

Attributes

Supertypes
trait TextToSpeech
class Object
trait Matchable
class Any
trait TextToSpeech

Abstraction for TTS providers.

Abstraction for TTS providers.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes