org.llm4s.speech.tts
package org.llm4s.speech.tts
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class EngineNotAvailableclass SynthesisFailed
object TTSError
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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
Abstraction for TTS providers.
Abstraction for TTS providers.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Tacotron2TextToSpeech
In this article