org.llm4s.speech

Members list

Type members

Classlikes

sealed trait AudioFormat extends Product, Serializable

Output representation for generated audio.

Output representation for generated audio.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object RawPcm16
object WavPcm16
object AudioFormat

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AudioInput extends Product, Serializable

Audio input representations used by speech components.

Audio input representations used by speech components.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BytesAudio
class FileAudio
class StreamAudio
object AudioInput

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AudioInput.type
final case class AudioMeta(sampleRate: Int, numChannels: Int, bitDepth: Int)

Basic audio metadata

Basic audio metadata

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GeneratedAudio(data: Array[Byte], meta: AudioMeta, format: AudioFormat)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all