All Classes and Interfaces

Class
Description
Pull-based read interface returned by every AudioSourceProvider and by RawPcmAudioSource.
Service Provider Interface (SPI) for format-specific audio decoders.
Entry point for opening audio from any source.
One-call facade over AudioSources and DtmfDecoder.
PCM encoding discriminator for RawPcmAudioSource and other linear-PCM carriers in dtmf-io.
Scoring bookkeeping for a single AudioSourceProvider during the content-based dispatch performed by AudioSources.open(...).
AudioSource wrapping an in-memory byte[] of raw linear PCM bytes with caller-supplied format metadata.
Shared PCM sample normalisation helper for the dtmf-io family of modules.
Primitive functional interface for a single-frame PCM decoder.
Thrown when no AudioSourceProvider can open a given input, or when a provider that scored non-negative on AudioSourceProvider.canOpen(java.nio.file.Path) cannot in fact decode the file once it opens it (structural mismatch, unsupported compression code, malformed header after the magic-byte prefix, etc.).