Uses of Class
org.jamdev.jpamutils.wavFiles.AudioData
| Package | Description |
|---|---|
| org.jamdev.jpamutils.spectrogram | |
| org.jamdev.jpamutils.wavFiles |
-
Uses of AudioData in org.jamdev.jpamutils.spectrogram
Constructors in org.jamdev.jpamutils.spectrogram with parameters of type AudioData Constructor Description Spectrogram(AudioData wave, int fftLength, int fftHop)Create the spectrogram from a clip of sound data -
Uses of AudioData in org.jamdev.jpamutils.wavFiles
Methods in org.jamdev.jpamutils.wavFiles that return AudioData Modifier and Type Method Description AudioDataAudioData. interpolate(float interpSr)Interpolate the audio data (e..g up sample or down sample)AudioDataAudioData. preEmphasis(double factor)Pre-emphasise the audio data so that lower frequencies are attenuatedAudioDataAudioData. trim(int sampleStart, int samplEnd)Trim the audio data between two sample indexes.