AudioInputExtractors

org.llm4s.speech.processing.AudioInputExtractors

Audio input extractors for different sources

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object BytesExtractor extends AudioProcessor[(Array[Byte], AudioMeta)]

Extract raw bytes and metadata from AudioInput

Extract raw bytes and metadata from AudioInput

Attributes

Supertypes
trait AudioProcessor[(Array[Byte], AudioMeta)]
class Object
trait Matchable
class Any
Self type

Extract metadata only from AudioInput

Extract metadata only from AudioInput

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object PathExtractor extends AudioProcessor[Option[Path]]

Extract file path from AudioInput (if available)

Extract file path from AudioInput (if available)

Attributes

Supertypes
trait AudioProcessor[Option[Path]]
class Object
trait Matchable
class Any
Self type
object StreamExtractor extends AudioProcessor[Option[InputStream]]

Extract stream from AudioInput (if available)

Extract stream from AudioInput (if available)

Attributes

Supertypes
trait AudioProcessor[Option[InputStream]]
class Object
trait Matchable
class Any
Self type