Package sampled

Interface Summary
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.
 

Class Summary
AudioCapture Use this class to capture audio directly from a microphone.
AudioFileListReader  
AudioFileReader Use the AudioFileReader to read from an audio file.
ConstantGenerator  
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.