public abstract class AbstractBufferedSoundOp
extends java.lang.Object
Constructor and Description |
---|
AbstractBufferedSoundOp() |
Modifier and Type | Method and Description |
---|---|
BufferedSound |
createCompatibleDestinationSound(BufferedSound src)
Creates a BufferedSound with the same sampling rate and length
as the source.
|
public BufferedSound createCompatibleDestinationSound(BufferedSound src)
src
- The BufferedSound to mimic