Uses of Interface
sampled.AudioSource

Packages that use AudioSource
framed   
sampled   
 

Uses of AudioSource in framed
 

Methods in framed with parameters of type AudioSource
static Window Window.create(AudioSource source, java.lang.String parameterString)
          Generate a new Window object using the parameter string and AudioSource
 

Constructors in framed with parameters of type AudioSource
HammingWindow(AudioSource source)
           
HammingWindow(AudioSource source, int windowLength, int shiftLength)
           
HannWindow(AudioSource source)
           
HannWindow(AudioSource source, int windowLength, int shiftLength)
           
RectangularWindow(AudioSource source)
           
RectangularWindow(AudioSource source, int windowLength, int shiftLength)
           
Window(AudioSource source)
          Create a default Hamming windos (16ms size, 10ms shift)
Window(AudioSource source, int windowLength, int shiftLength)
          Create a Hamming window using given frame shift length
 

Uses of AudioSource in sampled
 

Classes in sampled that implement AudioSource
 class AudioCapture
          Use this class to capture audio directly from a microphone.
 class AudioFileListReader
           
 class AudioFileReader
          Use the AudioFileReader to read from an audio file.
 class ConstantGenerator
           
 class SineGenerator
          Use the SineGenerator to generate (combinations of) sine waves using specific Hz numbers.
 class Synthesizer
          Use the Synthesizer to generate synthetic audio data for test usage.