Package ipsk.audio
-
Interface Summary Interface Description AudioController Deprecated. Please useAudioController2
instead.AudioController2 Manages audio recording and playback.AudioController2.AudioController2Listener Audio controller listener interface.AudioController2.AudioControllerEvent Alle events thrown by the controller must implement this interface.AudioController3 Extended audio controller interface for controllers which implement input channel routing.AudioController4 Extended audio controller interface for controllers which implement input channel routing.AudioControllerListener Listens toAudioController
playback and/or capture events.AudioPlugin Interface for audio processing plugins.AudioSource A source for audio streams.DeviceInfo DeviceProvider DeviceProviderInfo SourcePlugin TransferableAudioSource -
Class Summary Class Description AudioController.CaptureStatus Represents status of the capture engine.AudioController.PlaybackStatus Represents status of the playback engine.AudioOptions AudioTime BasicAudioSource Basic audio source implementation.ByteArrayAudioSource Audio source from byte array.ChannelGroupLocator ConvenienceFileAudioSource A file based convenience PCM audio source.FileAudioSource A file based audio source.LimitLengthAudioInputStream PluginChain Stores a chain of audio plugins.RandomAccessAudioStream SkipWorkaroundAudioInputStream ThreadSafeAudioSystem URLAudioSource An URL based audio source.VectorBufferAudioSource VectorBufferRawAudioSource -
Enum Summary Enum Description AudioController2.DeviceType Profile -
Exception Summary Exception Description AudioControllerException Every exception thrown in anAudioController
implementation, e.g I/O exception will be wrapped by this exception.AudioFormatNotSupportedException Exception indicating an unsupported audio format.AudioPluginException AudioSourceException