org.llm4s.speech.AudioInput
See theAudioInput companion trait
object AudioInput
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass 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 AudioInputtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class FileAudio(path: Path) extends AudioInput
Attributes
- Supertypes
-
trait AudioInputtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class StreamAudio(stream: InputStream, sampleRate: Int, numChannels: Int) extends AudioInput
Attributes
- Supertypes
-
trait AudioInputtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article