Uses of Enum Class
net.mtrop.doom.sound.DMXSound.InterpolationType
Packages that use DMXSound.InterpolationType
-
Uses of DMXSound.InterpolationType in net.mtrop.doom.sound
Subclasses with type arguments of type DMXSound.InterpolationType in net.mtrop.doom.soundMethods in net.mtrop.doom.sound that return DMXSound.InterpolationTypeModifier and TypeMethodDescriptionstatic DMXSound.InterpolationType
Returns the enum constant of this class with the specified name.static DMXSound.InterpolationType[]
DMXSound.InterpolationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.mtrop.doom.sound with parameters of type DMXSound.InterpolationTypeModifier and TypeMethodDescriptiondouble
DMXSound.getWaveFormSample
(DMXSound.InterpolationType type, double periodScalar) Gets a sampled value from along the full waveform.DMXSound.resample
(DMXSound.InterpolationType type, int newSamplingRate) Gets a full copy of the contained audio resampled at a new sampling rate using an interpolation type