Class ALAudioDecompressor.TALAudioDecompressor
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 43: | Line 43: | ||
buffer source pin. The output pin can be connected to any | buffer source pin. The output pin can be connected to any | ||
component that accepts audio data buffer. | component that accepts audio data buffer. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALAudioDecompressor_Preview.png]] | ||
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | |||
*[[Property ALAudioDecompressor.TALAudioDecompressor.Decompressions|Decompressions]] - Desired audio decompressions. | *[[Property ALAudioDecompressor.TALAudioDecompressor.Decompressions|Decompressions]] - Desired audio decompressions. | ||
+ | *[[Property ALAudioDecompressor.TALAudioDecompressor.AudioFormat|AudioFormat]] - Desired output audio format. | ||
== From [[Class ALBasicDecompressor.TALBasicAudioDecompressor|TALBasicAudioDecompressor]] == | == From [[Class ALBasicDecompressor.TALBasicAudioDecompressor|TALBasicAudioDecompressor]] == | ||
Line 66: | Line 72: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:29, 10 June 2013
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.
Package: AudioLabPkg
Unit: ALAudioDecompressor
Inherits: TALBasicAudioDecompressor
Contents |
Syntax
Delphi:
type TALAudioDecompressor = class( TALBasicAudioDecompressor )
C++ Builder:
class TALAudioDecompressor : public TALBasicAudioDecompressor
Visual C++ (MFC):
class CTALAudioDecompressor : public CTALBasicAudioDecompressor
C# (.NET):
public ref class TALAudioDecompressor : Mitov.AudioLab.BasicAudioDecompressor
Summary
Decompresses compressed audio.
Description
This component can be used decompress compressed audio. It will use any filter available to the Audio Compression Manager(ACM). The compressed data can be received over TCP/IP or UDP decompressed and then played on a fly, allowing Voice over IP type of applications.
To use the component, connect the input pin to a generic buffer source pin. The output pin can be connected to any component that accepts audio data buffer.
Diagram:
Properties
Published
- Decompressions - Desired audio decompressions.
- AudioFormat - Desired output audio format.
From TALBasicAudioDecompressor
Pins
- OutputPin - The Audio Output Pin of the decompressor.