Package AudioLabPkg
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 65: | Line 65: | ||
*[[Image:BIGALPPMMeter.gif]] [[Image:ALPPMMeter.gif]] [[Image:NETALPPMMeter.gif]] [[Class ALPPMMeter.TALPPMMeter|TALPPMMeter]] - PPM (Peak Programme Meter) Meter. | *[[Image:BIGALPPMMeter.gif]] [[Image:ALPPMMeter.gif]] [[Image:NETALPPMMeter.gif]] [[Class ALPPMMeter.TALPPMMeter|TALPPMMeter]] - PPM (Peak Programme Meter) Meter. | ||
*[[Image:BIGALDynamicRangeCompressor.gif]] [[Image:ALDynamicRangeCompressor.gif]] [[Image:NETALDynamicRangeCompressor.gif]] [[Class ALDynamicRangeCompressor.TALDynamicRangeCompressor|TALDynamicRangeCompressor]] - Dynamically adjusts the amplification of the audio. | *[[Image:BIGALDynamicRangeCompressor.gif]] [[Image:ALDynamicRangeCompressor.gif]] [[Image:NETALDynamicRangeCompressor.gif]] [[Class ALDynamicRangeCompressor.TALDynamicRangeCompressor|TALDynamicRangeCompressor]] - Dynamically adjusts the amplification of the audio. | ||
+ | *[[Image:BIGALVSTHost.gif]] [[Image:ALVSTHost.gif]] [[Image:NETALVSTHost.gif]] [[Class ALVSTHost.TALVSTHost|TALVSTHost]] - VST 2.X PlugIn host component. | ||
== Units == | == Units == | ||
Line 113: | Line 114: | ||
*[[Unit ALPPMMeter|ALPPMMeter]] - Contains the code for the [[Class ALPPMMeter.TALPPMMeter|TALPPMMeter]] component. | *[[Unit ALPPMMeter|ALPPMMeter]] - Contains the code for the [[Class ALPPMMeter.TALPPMMeter|TALPPMMeter]] component. | ||
*[[Unit ALDynamicRangeCompressor|ALDynamicRangeCompressor]] - Contains the code for the [[Class ALDynamicRangeCompressor.TALDynamicRangeCompressor|TALDynamicRangeCompressor]] component. | *[[Unit ALDynamicRangeCompressor|ALDynamicRangeCompressor]] - Contains the code for the [[Class ALDynamicRangeCompressor.TALDynamicRangeCompressor|TALDynamicRangeCompressor]] component. | ||
− | *[[Unit | + | *[[Unit ALVSTHost|ALVSTHost]] - Contains the code for the [[Class ALVSTHost.TALVSTHost|TALVSTHost]] component. |
− | *[[Unit | + | *[[Unit ALMultiInput|ALMultiInput]] - Contains the code for the [[Class ALMultiInput.TALMultiInput|TALMultiInput]] abstract base class. |
*[[Unit ALCommonFIRFilter|ALCommonFIRFilter]] - Contains the code for the [[Class ALCommonFIRFilter.TALCommonFIRFilter|TALCommonFIRFilter]] abstract base class. | *[[Unit ALCommonFIRFilter|ALCommonFIRFilter]] - Contains the code for the [[Class ALCommonFIRFilter.TALCommonFIRFilter|TALCommonFIRFilter]] abstract base class. | ||
+ | *[[Unit ALASIODevice|ALASIODevice]] - Contains the code for the [[Class ALASIODevice.TALASIODevice|TALASIODevice]] property class. | ||
*[[Unit ALBandFilter|ALBandFilter]] - Contains the code for the [[Class ALBandFilter.TALBandFilter|TALBandFilter]] abstract base class. | *[[Unit ALBandFilter|ALBandFilter]] - Contains the code for the [[Class ALBandFilter.TALBandFilter|TALBandFilter]] abstract base class. | ||
− | |||
− | |||
− | |||
*[[Unit ALBasicCompressor|ALBasicCompressor]] - Contains the code for the [[Class ALBasicCompression.TALBasicCompressor|TALBasicCompressor]] abstract base class. | *[[Unit ALBasicCompressor|ALBasicCompressor]] - Contains the code for the [[Class ALBasicCompression.TALBasicCompressor|TALBasicCompressor]] abstract base class. | ||
− | *[[Unit | + | *[[Unit ALBasicDecompressor|ALBasicDecompressor]] - Contains the code for the [[Class ALBasicCompression.TALBasicDecompressor|TALBasicDecompressor]] abstract base class. |
*[[Unit ALCommonMeter|ALCommonMeter]] - Contains the code for the [[Class ALCommonMeter.TALCommonMeter|TALCommonMeter]] abstract base class. | *[[Unit ALCommonMeter|ALCommonMeter]] - Contains the code for the [[Class ALCommonMeter.TALCommonMeter|TALCommonMeter]] abstract base class. | ||
+ | *[[Unit ALOggComments|ALOggComments]] - Contains the code for the TALOggComments collection classes. | ||
+ | *[[Unit ALRateChange|ALRateChange]] - Contains the code for the TALRateChange support class. | ||
+ | *[[Unit ALVorbisComments|ALVorbisComments]] - Contains the code for the Vorbis Comments classes. | ||
== Classes == | == Classes == | ||
Line 231: | Line 233: | ||
*[[Class ALPPMMeter.TALPPMMeter|TALPPMMeter]] - PPM (Peak Programme Meter) Meter. | *[[Class ALPPMMeter.TALPPMMeter|TALPPMMeter]] - PPM (Peak Programme Meter) Meter. | ||
*[[Class ALDynamicRangeCompressor.TALDynamicRangeCompressor|TALDynamicRangeCompressor]] - Dynamically adjusts the amplification of the audio. | *[[Class ALDynamicRangeCompressor.TALDynamicRangeCompressor|TALDynamicRangeCompressor]] - Dynamically adjusts the amplification of the audio. | ||
+ | *[[Class ALVSTHost.TALVSTPersistent|TALVSTPersistent]] - Basic abstract class for VST properties. | ||
+ | *[[Class ALVSTHost.TALVSTOptionalParameter|TALVSTOptionalParameter]] - Base class for optional VST parameters. | ||
+ | *[[Class ALVSTHost.TALVSTParameterCategory|TALVSTParameterCategory]] - VST parameter's category properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameterIntegerMinMax|TALVSTParameterIntegerMinMax]] - VST parameter [[Property ALVSTHost.TALVSTParameterIntegerMinMax.Min|Min]]/[[Property ALVSTHost.TALVSTParameterIntegerMinMax.Max|Max]] value properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameterDisplay|TALVSTParameterDisplay]] - VST parameter display properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameterFloatStep|TALVSTParameterFloatStep]] - VST parameter float value step properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameterIntegerStep|TALVSTParameterIntegerStep]] - VST parameter integer value step properties class. | ||
+ | *[[Class ALVSTHost.TALVSTPersistentList|TALVSTPersistentList]] - Basic abstract class for VST lists of items. | ||
+ | *[[Class ALVSTHost.TALVSTPersistentListItem|TALVSTPersistentListItem]] - Basic abstract class for VST lists item. | ||
+ | *[[Class ALVSTHost.TALVSTParameterValue|TALVSTParameterValue]] - VST parameter list value properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameterValues|TALVSTParameterValues]] - VST parameter available values list class. | ||
+ | *[[Class ALVSTHost.TALVSTOptionalParameterItem|TALVSTOptionalParameterItem]] - Base class for optional VST parameters. | ||
+ | *[[Class ALVSTHost.TALVSTParameterDefaultValue|TALVSTParameterDefaultValue]] - VST parameter default value properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameter|TALVSTParameter]] - VST parameter properties class. | ||
+ | *[[Class ALVSTHost.TALVSTParameters|TALVSTParameters]] - List of VST PlugIn parameters. | ||
+ | *[[Class ALVSTHost.TALVSTProgramItem|TALVSTProgramItem]] - VST available program class. | ||
+ | *[[Class ALVSTHost.TALVSTPrograms|TALVSTPrograms]] - VST list of programs class. | ||
+ | *[[Class ALVSTHost.TALVSTProgram|TALVSTProgram]] - VST program properties class. | ||
+ | *[[Class ALVSTHost.TALVSTEditor|TALVSTEditor]] - VST Visual editor properties class. | ||
+ | *[[Class ALVSTHost.TALVSTPin|TALVSTPin]] - VST PlugIn pin class. | ||
+ | *[[Class ALVSTHost.TALVSTInputPin|TALVSTInputPin]] - VST PlugIn input pin class. | ||
+ | *[[Class ALVSTHost.TALVSTOutputPin|TALVSTOutputPin]] - VST PlugIn output pin class. | ||
+ | *[[Class ALVSTHost.TALVSTPins|TALVSTPins]] - List of VST PlugIn pins class. | ||
+ | *[[Class ALVSTHost.TALVSTInputPins|TALVSTInputPins]] - List of VST PlugIn input pins class. | ||
+ | *[[Class ALVSTHost.TALVSTOutputPins|TALVSTOutputPins]] - List of VST PlugIn output pins class. | ||
+ | *[[Class ALVSTHost.TALVSTHost|TALVSTHost]] - VST 2.X PlugIn host component. | ||
+ | *[[Class ALMultiInput.TALBasicMultiInput|TALBasicMultiInput]] - Base abstract class for multi-input audio components. | ||
+ | *[[Class ALMultiInput.TALMultiInput|TALMultiInput]] - Base abstract class for multi-input audio components. | ||
+ | *[[Class ALCommonFIRFilter.TALCommonFIRFilter|TALCommonFIRFilter]] - Base abstract class for TSLLowPass, TSLHighPass and Band filters. | ||
*[[Class ALASIODevice.TALASIODeviceItem|TALASIODeviceItem]] - ASIO device collection item. | *[[Class ALASIODevice.TALASIODeviceItem|TALASIODeviceItem]] - ASIO device collection item. | ||
*[[Class ALASIODevice.TALASIODeviceItems|TALASIODeviceItems]] - Collection of alternative ASIO devices. | *[[Class ALASIODevice.TALASIODeviceItems|TALASIODeviceItems]] - Collection of alternative ASIO devices. | ||
*[[Class ALASIODevice.TALASIODevice|TALASIODevice]] - ASIO device. | *[[Class ALASIODevice.TALASIODevice|TALASIODevice]] - ASIO device. | ||
− | |||
*[[Class ALBandFilter.TALBandFilter|TALBandFilter]] - Base abstract class for Band filters. | *[[Class ALBandFilter.TALBandFilter|TALBandFilter]] - Base abstract class for Band filters. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
*[[Class ALBasicCompressor.TALBasicAudioCompressor|TALBasicAudioCompressor]] - Basic abstract class for Audio Compressors. | *[[Class ALBasicCompressor.TALBasicAudioCompressor|TALBasicAudioCompressor]] - Basic abstract class for Audio Compressors. | ||
− | *[[Class | + | *[[Class ALBasicDecompressor.TALBasicAudioDecompressor|TALBasicAudioDecompressor]] - Basic abstract class for Audio Decompressors. |
*[[Class ALCommonMeter.TALCommonMeter|TALCommonMeter]] - Basic abstract class for the VU and PPM audio meters. | *[[Class ALCommonMeter.TALCommonMeter|TALCommonMeter]] - Basic abstract class for the VU and PPM audio meters. | ||
+ | *[[Class ALOggComments.TALOggCommentItem|TALOggCommentItem]] - Comment item to be embedded in the Ogg compressed stream. | ||
+ | *[[Class ALOggComments.TALOggCommentItems|TALOggCommentItems]] - Collection of comments to be embedded in the Ogg compressed stream. | ||
+ | *[[Class ALVorbisComments.TALVorbisCommentItem|TALVorbisCommentItem]] - Comment item to be embedded in the Vorbis compressed stream. | ||
+ | *[[Class ALVorbisComments.TALVorbisCommentItems|TALVorbisCommentItems]] - Collection of comments to be embedded in the Vorbis compressed stream. | ||
== Structures == | == Structures == | ||
Line 256: | Line 285: | ||
*[[Enum ALSignalGen.TALSignalType|TALSignalType]] - Audio signal types for the [[Class ALSignalGen.TALSignalGen|TALSignalGen]] component. | *[[Enum ALSignalGen.TALSignalType|TALSignalType]] - Audio signal types for the [[Class ALSignalGen.TALSignalGen|TALSignalGen]] component. | ||
*[[Enum ALSpectrum.TALdBMode|TALdBMode]] - dB mode enumeration. | *[[Enum ALSpectrum.TALdBMode|TALdBMode]] - dB mode enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTHostLanguage|TALVSTHostLanguage]] - VST language enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTCategory|TALVSTCategory]] - VST category enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTPrecision|TALVSTPrecision]] - VST floating point precision enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTPanLawType|TALVSTPanLawType]] - VST Panning Law enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTHostSupportsFlag|TALVSTHostSupportsFlag]] - VST host capabilities enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTPlugInSuportFlag|TALVSTPlugInSuportFlag]] - VST PlugIn capabilities enumeration. | ||
+ | *[[Enum ALVSTHost.TALVSTPlugInSpeakerArrangementType|TALVSTPlugInSpeakerArrangementType]] - VST speaker arrangement type enumeration. | ||
*[[Enum ALCommonMeter.TALValueMode|TALValueMode]] - Types of Value Mode enumeration. | *[[Enum ALCommonMeter.TALValueMode|TALValueMode]] - Types of Value Mode enumeration. | ||
+ | |||
+ | == Sets == | ||
+ | *[[Set ALVSTHost.TALVSTHostSuports|TALVSTHostSuports]] - Set of VST Host supported features. | ||
+ | *[[Set ALVSTHost.TALVSTPlugInSuports|TALVSTPlugInSuports]] - Set of VST Plug-In supported features. | ||
== Types == | == Types == | ||
*[[Type ALSnapshot.TALSnapshotEvent|TALSnapshotEvent]] - Event type to be used by the TVLSnapshot component. | *[[Type ALSnapshot.TALSnapshotEvent|TALSnapshotEvent]] - Event type to be used by the TVLSnapshot component. | ||
*[[Type ALSpectrum.TALFrequencyEvent|TALFrequencyEvent]] - Event type to be fired when a max amplitude frequency is detected. | *[[Type ALSpectrum.TALFrequencyEvent|TALFrequencyEvent]] - Event type to be fired when a max amplitude frequency is detected. | ||
+ | *[[Type ALVSTHost.TALVSTHostEditEvent|TALVSTHostEditEvent]] - Event type to be used by the [[Class ALVSTHost.TALVSTHost|TALVSTHost]] component. | ||
*[[Type ALCommonMeter.TALMeterValueChangeEvent|TALMeterValueChangeEvent]] - Event type to be fired when a new value is calculated by the meter. | *[[Type ALCommonMeter.TALMeterValueChangeEvent|TALMeterValueChangeEvent]] - Event type to be fired when a new value is calculated by the meter. | ||
[[Category:Packages]] | [[Category:Packages]] |
Revision as of 17:19, 18 October 2012
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Contents |
Belongs to
- AudioLab - Audio Processing Library.
Requires
Description
Controls
Components
- TALDSAudioFilter - Passes audio trough a DirectShow filter.
- TALDSToSinkFilter - Sends audio to a DirectShow filter.
- TALDSFromSourceFilter - Captures audio from DirectShow filter.
- TALRMSMeter - RMS (Root Mean Square) Meter.
- TALBufferQueue - Audio buffer queue component.
- TALASIOAudioDevice - Captures from and sends audio to multiple channels of ASIO audio input/output device.
- TALASFBroadcast - Broadcasts WMA or ASF streams over Internet using TCP/IP socket and/or publishing point(s).
- TALCombFilter - Performs a Comb filter over the input signal.
- TALLowPass - Performs a LowPass filter over the input signal.
- TALHighPass - Performs a HighPass filter over the input signal.
- TALBandStop - Performs a BandStop filter over the input signal.
- TALBandPass - Performs a BandPass filter over the input signal.
- TALASFPlayer - Plays ASF and WMA Audio Files.
- TALSwitch - Enables or disables the audio to go trough.
- TALDSAudioDecompressor - Decompresses compressed audio using DirectShow.
- TALSnapshot - Takes a snapshot of the data.
- TALDSAudioCompressor - Compresses audio using DirectShow.
- TALSpeexDecompressor - Decompresses Speex compressed audio.
- TALSpeexCompressor - Compresses audio using Vorbis.
- TALVorbisDecompressor - Decompresses Vorbis compressed audio.
- TALVorbisCompressor - Compresses audio using Vorbis.
- TALSystemMixer - Controls the Windows system audio mixer.
- TALRepack - Rearranges the samples into buffers with a specified size.
- TALAudioMixer - Mixes two or more audio signals.
- TALSignalGen - Tone, Triangle or Rectangle audio signal generator.
- TALRandomGen - Random audio signal generator.
- TALGaussGen - Gaussian random audio signal generator.
- TALAmplifier - Amplifies the audio.
- TALRealToAudio - Converts Real Data Buffers into Wave Audio Data Buffers.
- TALGraphicEqualizer - Graphic Audio Equalizer.
- TALSpectrum - Multi channel audio spectrum.
- TALChannelSplitter - Splits the multi-channel audio into mono channels.
- TALChannelMerger - Merges mono channels into a single multi-channel audio.
- TALDMOEffect - Performs DMO Effect over the Audio.
- TALAudioDecompressor - Decompresses compressed audio.
- TALAudioCompressor - Compresses audio.
- TALASFLogger - Records the audio to WMA or ASF file.
- TALQueuedSwitch - Multi-channel queued video and audio switch.
- TALOggPlayer - Plays audio from Ogg file.
- TALOggLogger - Records the audio to Ogg file.
- TALRawLogger - Records Raw (unformatted) audio data.
- TALDelayLine - Delays the signal.
- TALVUMeter - VU (Volume Unit) Meter.
- TALRemoveDC - Removes the DC component from the audio signal.
- TALPPMMeter - PPM (Peak Programme Meter) Meter.
- TALDynamicRangeCompressor - Dynamically adjusts the amplification of the audio.
- TALVSTHost - VST 2.X PlugIn host component.
Units
- ALDSAudioFilter - Contains the code for the TALDSAudioFilter component.
- ALDSToSinkFilter - Contains the code for the TALDSToSinkFilter component.
- ALDSFromSourceFilter - Contains the code for the TALDSFromSourceFilter component.
- ALRMSMeter - Contains the code for the TALRMSMeter component.
- ALBufferQueue - Contains the code for the TALBufferQueue component.
- ALASIOAudioDevice - Contains the code for the TALASIOAudioDevice component.
- ALASFBroadcast - Contains the code for the TALASFBroadcast component.
- ALCombFilter - Contains the code for the TALCombFilter component.
- ALLowPass - Contains the code for the TALLowPass component.
- ALHighPass - Contains the code for the TALHighPass component.
- ALBandStop - Contains the code for the TALBandStop component.
- ALBandPass - Contains the code for the TALBandPass component.
- ALASFPlayer - Contains the code for the TALASFPlayer component.
- ALSwitch - Contains the code for the TALSwitch component.
- ALDSAudioDecompressor - Contains the code for the TALDSAudioDecompressor component.
- ALSnapshot - Contains the code for the TALSnapshot component.
- ALDSAudioCompressor - Contains the code for the TALDSAudioCompressor component.
- ALSpeexDecompressor - Contains the code for the TALSpeexDecompressor component.
- ALSpeexCompressor - Contains the code for the TALSpeexCompressor component.
- ALVorbisDecompressor - Contains the code for the TALVorbisDecompressor component.
- ALVorbisCompressor - Contains the code for the TALVorbisCompressor component.
- ALSystemMixer - Contains the code for the TALSystemMixer component.
- ALRepack - Contains the code for the TALRepack component.
- ALAudioMixer - Contains the code for the TALAudioMixer component.
- ALSignalGen - Contains the code for the TALSignalGen component.
- ALRandomGen - Contains the code for the TALRandomGen component.
- ALGaussGen - Contains the code for the TALGaussGen component.
- ALAmplifier - Contains the code for the TALAmplifier component.
- ALRealToAudio - Contains the code for the TALRealToAudio component.
- ALGraphicEqualizer - Contains the code for the TALGraphicEqualizer component.
- ALSpectrum - Contains the code for the TALSpectrum component.
- ALChannelSplitter - Contains the code for the TALChannelSplitter component.
- ALChannelMerger - Contains the code for the TALChannelMerger component.
- ALDMOEffect - Contains the code for the TALDMOEffect component.
- ALAudioDecompressor - Contains the code for the TALAudioDecompressor component.
- ALAudioCompressor - Contains the code for the TALAudioCompressor component.
- ALASFLogger - Contains the code for the TALASFLogger component.
- ALQueuedSwitch - Contains the code for the TALQueuedSwitch component.
- ALOggPlayer - Contains the code for the TALOggPlayer component.
- ALOggLogger - Contains the code for the TALOggLogger component.
- ALRawLogger - Contains the code for the TALRawLogger component.
- ALDelayLine - Contains the code for the TALDelayLine component.
- ALVUMeter - Contains the code for the TALVUMeter component.
- ALRemoveDC - Contains the code for the TALRemoveDC component.
- ALPPMMeter - Contains the code for the TALPPMMeter component.
- ALDynamicRangeCompressor - Contains the code for the TALDynamicRangeCompressor component.
- ALVSTHost - Contains the code for the TALVSTHost component.
- ALMultiInput - Contains the code for the TALMultiInput abstract base class.
- ALCommonFIRFilter - Contains the code for the TALCommonFIRFilter abstract base class.
- ALASIODevice - Contains the code for the TALASIODevice property class.
- ALBandFilter - Contains the code for the TALBandFilter abstract base class.
- ALBasicCompressor - Contains the code for the TALBasicCompressor abstract base class.
- ALBasicDecompressor - Contains the code for the TALBasicDecompressor abstract base class.
- ALCommonMeter - Contains the code for the TALCommonMeter abstract base class.
- ALOggComments - Contains the code for the TALOggComments collection classes.
- ALRateChange - Contains the code for the TALRateChange support class.
- ALVorbisComments - Contains the code for the Vorbis Comments classes.
Classes
- TALDSAudioFilter - Passes audio trough a DirectShow filter.
- TALDSToSinkFilter - Sends audio to a DirectShow filter.
- TALDSFromSourceFilter - Captures audio from DirectShow filter.
- TALRMSMeter - RMS (Root Mean Square) Meter.
- TALBufferQueue - Audio buffer queue component.
- TALASIOOptionalProperty - Type for optional ASIO properties.
- TALASIOSampleRate - Desired sample rate.
- TALASIOChannelItem - ASIO channel.
- TALASIOOutputChannelItem - ASIO output channel collection item.
- TALASIOChannels - Base class implementing collection of ASIO channels.
- TALASIOInputChannelItem - ASIO output channel collection item.
- TALASIOInputChannels - Collection of ASIO input channels.
- TALASIOOutputChannels - Collection of ASIO output channels.
- TALASIOAvailableClockSource - ASIO clock source.
- TALASIOAvailableClockSources - List of available ASIO clock sources.
- TALASIOClockSource - ASIO clock source.
- TALASIOAvailableChannel - Physical ASIO channel.
- TALASIOAvailableChannels - List of available ASIO channels.
- TALASIOBufferSize - Property type for ASIO buffer settings.
- TALASIOAudioDevice - Captures from and sends audio to multiple channels of ASIO audio input/output device.
- TALASFBroadcast - Broadcasts WMA or ASF streams over Internet using TCP/IP socket and/or publishing point(s).
- TALCombFilter - Performs a Comb filter over the input signal.
- TALLowPass - Performs a LowPass filter over the input signal.
- TALHighPass - Performs a HighPass filter over the input signal.
- TALBandStop - Performs a BandStop filter over the input signal.
- TALBandPass - Performs a BandPass filter over the input signal.
- TALASFPlayer - Plays ASF and WMA Audio Files.
- TALSwitch - Enables or disables the audio to go trough.
- TALDSAudioDecompressor - Decompresses compressed audio using DirectShow.
- TALSnapshot - Takes a snapshot of the data.
- TALDSAudioCompressor - Compresses audio using DirectShow.
- TALSpeexDecompressor - Decompresses Speex compressed audio.
- TALSpeexCompressor - Compresses audio using Vorbis.
- TALVorbisDecompressor - Decompresses Vorbis compressed audio.
- TALVorbisCompressor - Compresses audio using Vorbis.
- TALSystemMixerCollectionItem - Base user instantiated mixer Control class.
- TALSystemMixerFaderCollectionItem - Fader Control that can be created and set by the user.
- TALSystemMixerListCollectionItem - List Control that can be created and set by the user.
- TALSystemMixerBooleanMeterCollectionItem - Boolean Meter Control that can be created and set by the user.
- TALSystemMixerIntegerMeterCollectionItem - Integer Meter Control that can be created and set by the user.
- TALSystemMixerNumberCollectionItem - Number Control that can be created and set by the user.
- TALSystemMixerSliderCollectionItem - Slider Control that can be created and set by the user.
- TALSystemMixerSwitchCollectionItem - Switch Control that can be created and set by the user.
- TALSystemMixerTimeCollectionItem - Time Control that can be created and set by the user.
- TALSystemMixerCollection - Basic collection of user instantiated mixer controls.
- TALSystemMixerFaderCollection - Collection of Fader Controls that can be created and set by the user.
- TALSystemMixerListCollection - Collection of List Controls that can be created and set by the user.
- TALSystemMixerBooleanMeterCollection - Collection of Boolean Meter Controls.
- TALSystemMixerIntegerMeterCollection - Collection of Integer Meter Controls that can be created and set by the user.
- TALSystemMixerNumberCollection - Collection of Number Controls that can be created and set by the user.
- TALSystemMixerSliderCollection - Collection of Slider Controls that can be created and set by the user.
- TALSystemMixerSwitchCollection - Collection of Switch Controls that can be created and set by the user.
- TALSystemMixerTimeCollection - Collection of Time Controls that can be created and set by the user.
- TALSystemMixerControl - Common base class for mixer controls available on the system.
- TALSystemMixerCustomControl - Custom Control class for mixer controls available on the system.
- TALSystemMixerFaderControl - Fader Control class for mixer controls available on the system.
- TALSystemMixerListControl - List Control class for mixer controls available on the system.
- TALSystemMixerIntegerMeterControl - Integer Meter Control that can be created and set by the user.
- TALSystemMixerBooleanMeterControl - Boolean Meter Control that can be created and set by the user.
- TALSystemMixerNumberControl - Number Control that can be created and set by the user.
- TALSystemMixerSliderControl - Slider Control class for mixer controls available on the system.
- TALSystemMixerSwitchControl - Switch Control class for mixer controls available on the system.
- TALSystemMixerTimeControl - Time Control class for mixer controls available on the system.
- TALSystemMixerControls - Collection of mixer controls associated with a connection.
- TALSystemMixerConnection - System Mixer Connection class.
- TALSystemMixerConnections - Collection of mixer connections associated with a line.
- TALSystemMixerLine - System Mixer Line.
- TALSystemMixerLines - List of mixer lines.
- TALSystemMixerControlGroups - Class that contains all the user created collections of controls.
- TALSystemMixerControlPinGroups - class that contains the collections of pins of user defined mixer controls.
- TALSystemMixerDeviceItem - Alternative mixer device to be used if the primary device is not available.
- TALSystemMixerDeviceItems - Collection of alternative mixer devices to be used if the primary device is not available.
- TALSystemMixerDevice - Mixer device selection property class.
- TALSystemMixer - Controls the Windows system audio mixer.
- TALRepack - Rearranges the samples into buffers with a specified size.
- TALAudioMixer - Mixes two or more audio signals.
- TALAudioMixerChannelItem - Audio mixer channel collection item.
- TALAudioMixerChannels - Collection of audio mixer channels.
- TALSignalGen - Tone, Triangle or Rectangle audio signal generator.
- TALRandomGen - Random audio signal generator.
- TALGaussGen - Gaussian random audio signal generator.
- TALAmplifier - Amplifies the audio.
- TALRealToAudio - Converts Real Data Buffers into Wave Audio Data Buffers.
- TALGraphicEqualizer - Graphic Audio Equalizer.
- TALGraphicEqualizerChannelItem - Graphic equalizer channel collection item.
- TALGraphicEqualizerChannels - Collection of graphic equalizer channels.
- TALSpectrum - Multi channel audio spectrum.
- TALChannelSplitter - Splits the multi-channel audio into mono channels.
- TALChannelMerger - Merges mono channels into a single multi-channel audio.
- TALDMOMediaType - Specifies the desired DMO Media Type.
- TALDMOEffect - Performs DMO Effect over the Audio.
- TALAudioDecompressor - Decompresses compressed audio.
- TALAudioCompressor - Compresses audio.
- TALASFLogger - Records the audio to WMA or ASF file.
- TALQueuedInputQueuing - Queuing Input settings class.
- TALQueuedInputItem - Audio channel to be used by the TALQueuedSwitch component.
- TALQueuedInputs - Collection of queued channels.
- TALQueuedSwitch - Multi-channel queued video and audio switch.
- TALOggPlayer - Plays audio from Ogg file.
- TALOggLogger - Records the audio to Ogg file.
- TALRawLogger - Records Raw (unformatted) audio data.
- TALDelayLine - Delays the signal.
- TALVUMeter - VU (Volume Unit) Meter.
- TALRemoveDC - Removes the DC component from the audio signal.
- TALPPMMeter - PPM (Peak Programme Meter) Meter.
- TALDynamicRangeCompressor - Dynamically adjusts the amplification of the audio.
- TALVSTPersistent - Basic abstract class for VST properties.
- TALVSTOptionalParameter - Base class for optional VST parameters.
- TALVSTParameterCategory - VST parameter's category properties class.
- TALVSTParameterIntegerMinMax - VST parameter Min/Max value properties class.
- TALVSTParameterDisplay - VST parameter display properties class.
- TALVSTParameterFloatStep - VST parameter float value step properties class.
- TALVSTParameterIntegerStep - VST parameter integer value step properties class.
- TALVSTPersistentList - Basic abstract class for VST lists of items.
- TALVSTPersistentListItem - Basic abstract class for VST lists item.
- TALVSTParameterValue - VST parameter list value properties class.
- TALVSTParameterValues - VST parameter available values list class.
- TALVSTOptionalParameterItem - Base class for optional VST parameters.
- TALVSTParameterDefaultValue - VST parameter default value properties class.
- TALVSTParameter - VST parameter properties class.
- TALVSTParameters - List of VST PlugIn parameters.
- TALVSTProgramItem - VST available program class.
- TALVSTPrograms - VST list of programs class.
- TALVSTProgram - VST program properties class.
- TALVSTEditor - VST Visual editor properties class.
- TALVSTPin - VST PlugIn pin class.
- TALVSTInputPin - VST PlugIn input pin class.
- TALVSTOutputPin - VST PlugIn output pin class.
- TALVSTPins - List of VST PlugIn pins class.
- TALVSTInputPins - List of VST PlugIn input pins class.
- TALVSTOutputPins - List of VST PlugIn output pins class.
- TALVSTHost - VST 2.X PlugIn host component.
- TALBasicMultiInput - Base abstract class for multi-input audio components.
- TALMultiInput - Base abstract class for multi-input audio components.
- TALCommonFIRFilter - Base abstract class for TSLLowPass, TSLHighPass and Band filters.
- TALASIODeviceItem - ASIO device collection item.
- TALASIODeviceItems - Collection of alternative ASIO devices.
- TALASIODevice - ASIO device.
- TALBandFilter - Base abstract class for Band filters.
- TALBasicAudioCompressor - Basic abstract class for Audio Compressors.
- TALBasicAudioDecompressor - Basic abstract class for Audio Decompressors.
- TALCommonMeter - Basic abstract class for the VU and PPM audio meters.
- TALOggCommentItem - Comment item to be embedded in the Ogg compressed stream.
- TALOggCommentItems - Collection of comments to be embedded in the Ogg compressed stream.
- TALVorbisCommentItem - Comment item to be embedded in the Vorbis compressed stream.
- TALVorbisCommentItems - Collection of comments to be embedded in the Vorbis compressed stream.
Structures
Interfaces
Enums
- TALSpeexBandMode - Speex Band encode modes enumeration.
- TALSystemMixerControlCategory - Types of control categories enumeration.
- TALSystemMixerLineType - Types of System Mixer Lines enumeration.
- TALSystemMixerControlType - Types of controls enumeration.
- TALSignalType - Audio signal types for the TALSignalGen component.
- TALdBMode - dB mode enumeration.
- TALVSTHostLanguage - VST language enumeration.
- TALVSTCategory - VST category enumeration.
- TALVSTPrecision - VST floating point precision enumeration.
- TALVSTPanLawType - VST Panning Law enumeration.
- TALVSTHostSupportsFlag - VST host capabilities enumeration.
- TALVSTPlugInSuportFlag - VST PlugIn capabilities enumeration.
- TALVSTPlugInSpeakerArrangementType - VST speaker arrangement type enumeration.
- TALValueMode - Types of Value Mode enumeration.
Sets
- TALVSTHostSuports - Set of VST Host supported features.
- TALVSTPlugInSuports - Set of VST Plug-In supported features.
Types
- TALSnapshotEvent - Event type to be used by the TVLSnapshot component.
- TALFrequencyEvent - Event type to be fired when a max amplitude frequency is detected.
- TALVSTHostEditEvent - Event type to be used by the TALVSTHost component.
- TALMeterValueChangeEvent - Event type to be fired when a new value is calculated by the meter.