Class Summary |
_2DLocalizer |
The class _2DLocalizer.java extends SignalLocalizer and calculates the
position of a signal in 2D. |
_4DLocalizer |
The class _4DLocalizer.java extends SignalLocalizer and calculates the
position of a signal in 4D. |
AudioStream |
The abstract class AudioStream.java must be extended by all AudioInputStreams
with mixerfunction. it reads all audiofiles and mixes the data in specified
way. |
DefaultChannelProvider |
The class DefaultChannelProvider.java defines the ordering of channels in
wich the streams are played and collects finished streams. |
DefaultSampleList |
The class DefaultSampleList.java merges all calculated samples. it calculates
sums and allowes direct access to the samplelists. |
DistanceSampleList |
The class DistanceSampleList.java extends DefaultSampleList and adds sample
values according their local position to channels. |
DistanceStream |
The class MultiStream.java extends AudioStream. |
FileIndexer |
The class FileIndexer.java manages the ordering in an PlayListProvider. |
MultiStream |
The class MultiStream.java extends AudioStream. |
PlayListProvider |
Provides the ordering of the played tracks. |
SequencedChannelProvider |
The class SequencedChannelProvider.java extends DefaultChannelProvider. |
SequencedStream |
The class SequencedStream.java extends AudioStream. |
SignalLocalizer |
The abstract class SignalLocalizer.java is extended by classes which
calculate the position of signals in x-dim. |