Class ALAudioDecompressor.TALAudioDecompressor
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' AudioDecompressor : [[Class ALBasicDecompressor.TALBasicAudioDecompressor|Mitov.AudioLab.BasicAudioDecompressor]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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 AudioDecompressor : 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.