Class GainOp
java.lang.Object
org.episteme.core.media.audio.ops.GainOp
- All Implemented Interfaces:
AudioOp<AudioBuffer>
Adjusts the volume/gain of an AudioBuffer.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GainOp
public GainOp(double multiplier)
-
-
Method Details
-
process
- Specified by:
processin interfaceAudioOp<AudioBuffer>
-