Class ALAudioDecompressor.TALAudioDecompressor

From Mitov Wiki Doc
Revision as of 02:45, 11 June 2013 by David Alm (Talk | contribs)
Jump to: navigation, search

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 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:

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