Uses of Class
ca.corbett.extras.audio.WaveformConfig
Packages that use WaveformConfig
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of WaveformConfig in ca.corbett.extras.audio
Methods in ca.corbett.extras.audio that return WaveformConfigModifier and TypeMethodDescriptionstatic WaveformConfigWaveformConfig.clonePreferences(WaveformConfig other) Returns a clone of the given WaveformConfig instance.AudioWaveformPanel.getWaveformPreferences()Returns a copy of the current WaveformConfig, which describe cosmetic attributes for the audio waveform display.Methods in ca.corbett.extras.audio with parameters of type WaveformConfigModifier and TypeMethodDescriptionstatic WaveformConfigWaveformConfig.clonePreferences(WaveformConfig other) Returns a clone of the given WaveformConfig instance.static BufferedImageAudioUtil.generateWaveform(int[][] audioData, WaveformConfig prefs) Generates a BufferedImage containing a graphical waveform representing the audio in the given multidimensional int array.static BufferedImageAudioUtil.generateWaveform(BufferedInputStream audioStream, WaveformConfig prefs) Parses the given audio stream and returns a BufferedImage containing a graphical waveform from the contained audio.static BufferedImageAudioUtil.generateWaveform(File file, WaveformConfig prefs) Parses the given audio file and returns a BufferedImage containing a graphical waveform from the contained audio.voidAudioWaveformPanel.setWaveformPreferences(WaveformConfig prefs) Sets the WaveformConfig, which control cosmetic attributes of the audio waveform display.