A C D E F G H I L M N O P R S T V W

W

WavDecoder - Class in com.icdif.audio.io
This class implements the AudioDecoder Interface and is responsible for decoding the audio data from a wave file, i.e. transforming the bytes in pcm format to arrays of float that we can easily analyze and plot.
WavDecoder(InputStream) - Constructor for class com.icdif.audio.io.WavDecoder
Constructor that initializes the stream from where we read the pcm data.
window(int) - Method in class com.icdif.audio.analysis.FourierTransform
Sets the window to use on the samples before taking the forward transform.

A C D E F G H I L M N O P R S T V W