Package samer.audio

  • Interface Summary 
    Interface Description
    AudioSink
    General interface for objects that accept a stream of samples.
    AudioSource
    General interface for objects that can supply an audio stream.
  • Class Summary 
    Class Description
    AudioSink.Util  
    AudioSource.Util  
    FileSink
    An AudioSink that writes to a wav file.
    FileSource
    An AudioSource that read from multiple audio files.
    FileSource2
    An AudioSource that read from multiple audio files.
    LineSink
    An AudioSink that sends samples to a Java Sound SourceDataLine.
    LineSource
    An AudioSource that reads from the sound card in real time.
    MultiFileAudioStream  
    StreamSource
    An AudioSource that read from an input stream.
    VLine
    A Viewable for exposing a Javasound DataLine object.