Uses of Class
net.mtrop.doom.sound.DMXSound
Packages that use DMXSound
Package
Description
Contains classes relevant to sound information.
Contains utility classes.
-
Uses of DMXSound in net.mtrop.doom.sound
Methods in net.mtrop.doom.sound that return DMXSoundModifier and TypeMethodDescriptionDMXSound.resample(DMXSound.InterpolationType type, int newSamplingRate) Gets a full copy of the contained audio resampled at a new sampling rate using an interpolation type -
Uses of DMXSound in net.mtrop.doom.util
Methods in net.mtrop.doom.util that return DMXSoundModifier and TypeMethodDescriptionstatic DMXSoundSoundUtils.createSound(File file) Imports a file as a DMXSound.Methods in net.mtrop.doom.util with parameters of type DMXSoundModifier and TypeMethodDescriptionstatic AudioInputStreamSoundUtils.getAudioInputStream(DMXSound sound) Creates an AudioInputStream for a DMX Sound.static voidSoundUtils.writeSoundToFile(DMXSound sound, AudioFileFormat.Type fileType, File outFile) Writes a DMXSound out to an audio file.static voidSoundUtils.writeSoundToOutputStream(DMXSound sound, AudioFileFormat.Type fileType, OutputStream out) Writes a DMXSound out to an output stream.