Uses of Package
sampled

Packages that use sampled
bin   
framed   
sampled   
 

Classes in sampled used by bin
AudioCapture
          Use this class to capture audio directly from a microphone.
 

Classes in sampled used by framed
AudioSource
          Any audio source must support the basic operations: read samples, provide the sample rate (samples per seconds) and should be printable for debug purposes.
 

Classes in sampled used by sampled
AudioSource
          Any audio source must support the basic operations: read samples, provide the sample rate (samples per seconds) and should be printable for debug purposes.
RawAudioFormat
          Format holder for (raw) audio file formats including WAV.
SineGenerator
          Use the SineGenerator to generate (combinations of) sine waves using specific Hz numbers.
Synthesizer
          Use the Synthesizer to generate synthetic audio data for test usage.