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 DMXSound
SoundUtils.createSound
(File file) Imports a file as a DMXSound.Methods in net.mtrop.doom.util with parameters of type DMXSoundModifier and TypeMethodDescriptionstatic AudioInputStream
SoundUtils.getAudioInputStream
(DMXSound sound) Creates an AudioInputStream for a DMX Sound.static void
SoundUtils.writeSoundToFile
(DMXSound sound, AudioFileFormat.Type fileType, File outFile) Writes a DMXSound out to an audio file.static void
SoundUtils.writeSoundToOutputStream
(DMXSound sound, AudioFileFormat.Type fileType, OutputStream out) Writes a DMXSound out to an output stream.