Uses of Package
as.clynx.audio.mux.streams

Packages that use as.clynx.audio.mux.streams
as.clynx.audio.mux   
as.clynx.audio.mux.streams   
 

Classes in as.clynx.audio.mux.streams used by as.clynx.audio.mux
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.
 

Classes in as.clynx.audio.mux.streams used by as.clynx.audio.mux.streams
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.
IIndexer
          The interface IIndexer.java manages the ordering in an PlayListProvider.
PlayListProvider
          Provides the ordering of the played tracks.
SignalLocalizer
          The abstract class SignalLocalizer.java is extended by classes which calculate the position of signals in x-dim.