Class ALAudioDecompressor.TALAudioDecompressor

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(One intermediate revision by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALAudioDecompressor : [[Class ALBasicDecompressor.TALBasicAudioDecompressor|Mitov.AudioLab.BasicAudioDecompressor]]
+
'''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.

BIGALAudioDecompressor.gif ALAudioDecompressor.gif NETALAudioDecompressor.gif

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:

ALAudioDecompressor Preview.png

Properties

Published

From TALBasicAudioDecompressor

Pins

From TALBasicDecompressor

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox