org.llm4s.speech.processing.AudioPreprocessing
Functional audio preprocessing utilities. These are pure transformations described as functions that return either errors or processed audio.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Resample PCM16 little-endian bytes to target sample rate using Java Sound.
Resample PCM16 little-endian bytes to target sample rate using Java Sound.
Attributes
Compose multiple steps functionally
Compose multiple steps functionally
Attributes
Convert to mono by averaging channels (PCM16 little-endian).
Convert to mono by averaging channels (PCM16 little-endian).
Attributes
Trim leading and trailing silence using a simple amplitude threshold on PCM16.
Trim leading and trailing silence using a simple amplitude threshold on PCM16.
Attributes