Uses of Package
uk.org.toot.audio.server

Packages that use uk.org.toot.audio.server
uk.org.toot.audio.mixer This package provides a professional audio mixer which uses plugin effects processors. 
uk.org.toot.audio.server This package provides interfaces AudioClient and AudioServer which define a simple contract which separates the concern of client digital signal processing from its timing and the provision of external i/o. 
uk.org.toot.audio.server.spi This package provides AudioServerServiceProvider, an abstract class to assist in implementing plugin AudioServer services. 
uk.org.toot.swingui.audioui.serverui   
uk.org.toot.swingui.audioui.serverui.spi   
uk.org.toot.swingui.transportui   
 

Classes in uk.org.toot.audio.server used by uk.org.toot.audio.mixer
AudioClient
          A single AudioClient plugs into an AudioServer so that it may access the server's hardware i/o in real-time.
AudioServer
          An AudioServer represents the single thread of time and is responsible for separating other code from the concerns of timing and hardware i/o.
 

Classes in uk.org.toot.audio.server used by uk.org.toot.audio.server
AbstractAudioServerDecorator
          This class is provided so that classes that want to decorate some AudioServer methods don't have to delegate all methods to the decorated AudioServer.
AudioClient
          A single AudioClient plugs into an AudioServer so that it may access the server's hardware i/o in real-time.
AudioServer
          An AudioServer represents the single thread of time and is responsible for separating other code from the concerns of timing and hardware i/o.
AudioServerConfiguration
          An AudioServerConfiguration seperates the configuration concerns from an AudioServer.
IOAudioProcess
          An AudioProcess with a ChannelFormat and a name, suitable for hardware i/o.
 

Classes in uk.org.toot.audio.server used by uk.org.toot.audio.server.spi
AudioServer
          An AudioServer represents the single thread of time and is responsible for separating other code from the concerns of timing and hardware i/o.
AudioServerConfiguration
          An AudioServerConfiguration seperates the configuration concerns from an AudioServer.
 

Classes in uk.org.toot.audio.server used by uk.org.toot.swingui.audioui.serverui
AudioServer
          An AudioServer represents the single thread of time and is responsible for separating other code from the concerns of timing and hardware i/o.
AudioServerConfiguration
          An AudioServerConfiguration seperates the configuration concerns from an AudioServer.
 

Classes in uk.org.toot.audio.server used by uk.org.toot.swingui.audioui.serverui.spi
AudioServer
          An AudioServer represents the single thread of time and is responsible for separating other code from the concerns of timing and hardware i/o.
AudioServerConfiguration
          An AudioServerConfiguration seperates the configuration concerns from an AudioServer.
 

Classes in uk.org.toot.audio.server used by uk.org.toot.swingui.transportui
NonRealTimeAudioServer
          An AudioServer that decorates any other AudioServer to add a non-real-time capability.
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.