AudioInput

org.llm4s.speech.AudioInput
See theAudioInput companion trait
object AudioInput

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
AudioInput.type

Members list

Type members

Classlikes

final case class BytesAudio(bytes: Array[Byte], sampleRate: Int, numChannels: Int) extends AudioInput

Attributes

Supertypes
trait AudioInput
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class FileAudio(path: Path) extends AudioInput

Attributes

Supertypes
trait AudioInput
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class StreamAudio(stream: InputStream, sampleRate: Int, numChannels: Int) extends AudioInput

Attributes

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

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror