AudioLab
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
|||
Line 22: | Line 22: | ||
*[[Image:BIGALAudioOut.gif]] [[Image:ALAudioOut.gif]] [[Image:NETALAudioOut.gif]] '''[[Class ALAudioOut.TALAudioOut|TALAudioOut]]''' - Sends audio data to an audio output device. | *[[Image:BIGALAudioOut.gif]] [[Image:ALAudioOut.gif]] [[Image:NETALAudioOut.gif]] '''[[Class ALAudioOut.TALAudioOut|TALAudioOut]]''' - Sends audio data to an audio output device. | ||
*[[Image:BIGALAudioToReal.gif]] [[Image:ALAudioToReal.gif]] [[Image:NETALAudioToReal.gif]] '''[[Class ALAudioToReal.TALAudioToReal|TALAudioToReal]]''' - Converts Wave Audio Data Buffers into Real Data Buffers. | *[[Image:BIGALAudioToReal.gif]] [[Image:ALAudioToReal.gif]] [[Image:NETALAudioToReal.gif]] '''[[Class ALAudioToReal.TALAudioToReal|TALAudioToReal]]''' - Converts Wave Audio Data Buffers into Real Data Buffers. | ||
+ | *[[Image:BIGALGenericFilter.gif]] [[Image:ALGenericFilter.gif]] [[Image:NETALGenericFilter.gif]] '''[[Class ALGenericFilter.TALGenericFilter|TALGenericFilter]]''' - User defined filter for Audio data. | ||
+ | *[[Image:BIGALGenericGen.gif]] [[Image:ALGenericGen.gif]] [[Image:NETALGenericGen.gif]] '''[[Class ALGenericGen.TALGenericGen|TALGenericGen]]''' - User defined generator for Audio data. | ||
=== From [[Package AudioLabEssentialPkg]] === | === From [[Package AudioLabEssentialPkg]] === | ||
*[[Image:BIGALWavePlayer.gif]] [[Image:ALWavePlayer.gif]] [[Image:NETALWavePlayer.gif]] '''[[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]]''' - Plays audio from Wave file. | *[[Image:BIGALWavePlayer.gif]] [[Image:ALWavePlayer.gif]] [[Image:NETALWavePlayer.gif]] '''[[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]]''' - Plays audio from Wave file. | ||
Line 85: | Line 87: | ||
=== From [[Package SignalLabBasicPkg]] === | === From [[Package SignalLabBasicPkg]] === | ||
*[[Image:BIGSLPair.gif]] [[Image:SLPair.gif]] [[Image:NETSLPair.gif]] '''[[Class SLPair.TSLPair|TSLPair]]''' - Pairs multiple data buffers together. | *[[Image:BIGSLPair.gif]] [[Image:SLPair.gif]] [[Image:NETSLPair.gif]] '''[[Class SLPair.TSLPair|TSLPair]]''' - Pairs multiple data buffers together. | ||
+ | *[[Image:BIGSLGenericReal.gif]] [[Image:SLGenericReal.gif]] [[Image:NETSLGenericReal.gif]] '''[[Class SLGenericReal.TSLGenericReal|TSLGenericReal]]''' - User defined filter for Real data. | ||
+ | *[[Image:BIGSLGenericFilter.gif]] [[Image:SLGenericFilter.gif]] [[Image:NETSLGenericFilter.gif]] '''[[Class SLGenericFilter.TSLGenericFilter|TSLGenericFilter]]''' - User defined filter for Binary data. | ||
+ | *[[Image:BIGSLGenericGen.gif]] [[Image:SLGenericGen.gif]] [[Image:NETSLGenericGen.gif]] '''[[Class SLGenericGen.TSLGenericGen|TSLGenericGen]]''' - User defined generator for Binary data. | ||
+ | *[[Image:BIGSLGenericRealGen.gif]] [[Image:SLGenericRealGen.gif]] [[Image:NETSLGenericRealGen.gif]] '''[[Class SLGenericRealGen.TSLGenericRealGen|TSLGenericRealGen]]''' - User defined generator for Real data. | ||
+ | *[[Image:BIGSLGenericRealMatrix.gif]] [[Image:SLGenericRealMatrix.gif]] [[Image:NETSLGenericRealMatrix.gif]] '''[[Class SLGenericRealMatrix.TSLGenericRealMatrix|TSLGenericRealMatrix]]''' - User defined generator for Real matrix data. | ||
=== From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
*[[Image:BIGSLScope.gif]] [[Image:SLScope.gif]] [[Image:NETSLScope.gif]] '''[[Class SLScope.TSLScope|TSLScope]]''' - Visible Scope/Plot component for representing floating point data. | *[[Image:BIGSLScope.gif]] [[Image:SLScope.gif]] [[Image:NETSLScope.gif]] '''[[Class SLScope.TSLScope|TSLScope]]''' - Visible Scope/Plot component for representing floating point data. | ||
Line 94: | Line 101: | ||
== Layers == | == Layers == | ||
=== From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === | ||
− | *[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. | + | *[[Image:SLScopeLayer.gif]] '''[[Class SLScope.TSLScopeLayer|TSLScopeLayer]]''' - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. <b>Example:</b> <image ScopeLayerSample> |
− | *[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. | + | *[[Image:SLWaterfallLayer.gif]] '''[[Class SLWaterfall.TSLWaterfallLayer|TSLWaterfallLayer]]''' - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. <b>Example:</b> <image WaterfallLayerSample> |
== Elements == | == Elements == | ||
=== From [[Package SignalLabScopePkg]] === | === From [[Package SignalLabScopePkg]] === |
Revision as of 19:25, 29 November 2011
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 |
Description
Audio Processing Library
Packages
- Package AudioLabBasicPkg - Contains the basic audio processing components and classes for all the video and audio related products.
- Package AudioLabEssentialPkg - Contains the essential video processing components and classes.
- Package AudioLabPkg - Contains the audio processing components and classes for AudioLab.
- Package MediaLabBasicPkg - Contains the basic media components and classes for all the video and audio related products.
- Package SignalLabAdditionalPkg - Contains the additional signal processing components and classes.
- Package SignalLabBasicPkg - Contains the basic components and classes for all the products.
- Package SignalLabScopePkg - Contains the Scope and Waterfall components.
- Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
Components
From Package AudioLabBasicPkg
- TALDSAudioOut - Sends audio data to an audio output device.
- TALAudioOut - Sends audio data to an audio output device.
- TALAudioToReal - Converts Wave Audio Data Buffers into Real Data Buffers.
- TALGenericFilter - User defined filter for Audio data.
- TALGenericGen - User defined generator for Audio data.
From Package AudioLabEssentialPkg
- TALWavePlayer - Plays audio from Wave file.
- TALWaveLogger - Records the audio to Wave file.
- TALDSAudioPlayer - Plays audio from Audio file using DirectShow.
- TALDSAudioLogger - Records the audio to Audio file using DirectShow.
- TALDSAudioIn - Captures audio from an audio input device using DirectShow.
- TALAudioIn - Captures audio from an audio input device.
From Package AudioLabPkg
- 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.
From Package MediaLabBasicPkg
- TMLDSGraphView - DirectShow graph display.
From Package SignalLabAdditionalPkg
- TSLGenericRealValueGen - User defined generator for Real values.
- TSLGenericRealValue - User defined filter for Real values.
- TSLDetectLevels - Detects levels in the input signal.
- TSLChangeRange - Changes the output range of the signal.
From Package SignalLabBasicPkg
- TSLPair - Pairs multiple data buffers together.
- TSLGenericReal - User defined filter for Real data.
- TSLGenericFilter - User defined filter for Binary data.
- TSLGenericGen - User defined generator for Binary data.
- TSLGenericRealGen - User defined generator for Real data.
- TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package SignalLabScopePkg
- TSLScope - Visible Scope/Plot component for representing floating point data.
- TSLWaterfall - Visible waterfall for representing Real(double) data.
From Package TimingLabBasicPkg
- TTLWatchDogTimer - Implements a Watch Dog Timer.
- TTLMainThredEvent - Allows other threads to generate main thread notifications.
- TTLClockGen - Provides clock for other components.
Layers
From Package SignalLabScopePkg
- TSLScopeLayer - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. Example: <image ScopeLayerSample>
- TSLWaterfallLayer - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. Example: <image WaterfallLayerSample>
Elements
From Package SignalLabScopePkg
- TSLExternalScopeElement - A scope component element.
- TSLExternalWaterfallElement - A waterfall component element.
Matrix Layers
From Package SignalLabScopePkg
- TSLExternalScopeMatrixLayer - A scope matrix component layer.
- TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer.