Uses of Class
net.mtrop.doom.sound.DMXSound
Package
Description
Contains classes relevant to sound information.
Contains utility classes.
-
Uses of DMXSound in net.mtrop.doom.sound
Modifier 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
Modifier and TypeMethodDescriptionstatic DMXSound
SoundUtils.createSound
(File file) Imports a file as a DMXSound.Modifier 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.