Package com.petersalomonsen.jjack.javasound

Class Summary
BlockingByteFIFO A FIFO byte buffer that blocks on read or write if trying to read or write more than is available for reading/writing.
BlockingFIFOTest Simple test of the FIFO buffer - verifying that the data that goes in first comes out first
ByteIntConverter Convert 8,16,24 and 32 bit integers (stored as bytes) to and from integer variables
ByteIntConverterTest Test class for the ByteIntConverter.
JJackLine Base class for JJack Lines
JJackMixer A Javasound Mixer implementation that enables use of jack through this standard java interface..
JJackMixerInfo  
JJackMixerProvider  
JJackMixerProviderTest Simple test that reads the input and writes to the output - the default buffer size of 64KB will create a delay effect
LineTests Test class for the Source and Target datalines.
SourceJJackLine JJack SourceDataLine implementation
TargetJJackLine JJack TargetDataLine implementation