Uses of Interface
org.episteme.core.media.audio.AudioOp
Packages that use AudioOp
Package
Description
Core functionality for the org.episteme.core.media package in the Episteme library.
Core functionality for the org.episteme.core.media.audio package in the Episteme library.
-
Uses of AudioOp in org.episteme.core.media
Methods in org.episteme.core.media with parameters of type AudioOpModifier and TypeMethodDescriptiondefault AudioBufferAudioBackend.apply(AudioBuffer audio, AudioOp<AudioBuffer> op) -
Uses of AudioOp in org.episteme.core.media.audio
Methods in org.episteme.core.media.audio with parameters of type AudioOp -
Uses of AudioOp in org.episteme.core.media.audio.ops
Classes in org.episteme.core.media.audio.ops that implement AudioOpModifier and TypeClassDescriptionclassAudio operation that applies a biquad filter (LowPass, HighPass, etc.).classAdjusts the volume/gain of an AudioBuffer.classInverts the phase of an AudioBuffer.classConverts a multi-channel AudioBuffer to mono.classNormalizes an AudioBuffer to a target peak amplitude. -
Uses of AudioOp in org.episteme.nativ.media.backends
Methods in org.episteme.nativ.media.backends with parameters of type AudioOpModifier and TypeMethodDescriptionNativeJavaCVMediaBackend.apply(AudioBuffer audio, AudioOp<AudioBuffer> op)