Class ALDSAudioDecompressor.TALDSAudioDecompressor

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALDSAudioDecompressor : [[Class ALBasicDecompressor.TALBasicAudioDecompressor|Mitov.AudioLab.BasicAudioDecompressor]]
+
'''public ref class''' DSAudioDecompressor : [[Class ALBasicDecompressor.TALBasicAudioDecompressor|Mitov.AudioLab.BasicAudioDecompressor]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
  
 
== Description ==
 
== Description ==
<b><span style="color:red">Requires DirectShow 8.1 or higher.</span></b>
+
<span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span>
  
<b><span style="color:red">If you don't want to use DirectShow use the
+
<span style="color:red"><b>If you don't want to use DirectShow use the
[[Class ALAudioDecompressor.TALAudioDecompressor|TALAudioDecompressor]] component instead.</span></b>
+
[[Class ALAudioDecompressor.TALAudioDecompressor|TALAudioDecompressor]] component instead.</b></span>
  
  
Line 50: Line 50:
 
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:ALDSAudioDecompressor_Preview.png]]
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property ALDSAudioDecompressor.TALDSAudioDecompressor.AudioFormat|AudioFormat]] - Desired output audio format.
 
 
*[[Property ALDSAudioDecompressor.TALDSAudioDecompressor.Decompressions|Decompressions]] - Desired audio decompressions.  
 
*[[Property ALDSAudioDecompressor.TALDSAudioDecompressor.Decompressions|Decompressions]] - Desired audio decompressions.  
 +
*[[Property ALDSAudioDecompressor.TALDSAudioDecompressor.AudioFormat|AudioFormat]] - Desired output audio format.
 
*[[Property ALDSAudioDecompressor.TALDSAudioDecompressor.Graph|Graph]] - The DirectShow Graph.  
 
*[[Property ALDSAudioDecompressor.TALDSAudioDecompressor.Graph|Graph]] - The DirectShow Graph.  
  
Line 77: Line 83:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

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.

BIGALDSAudioDecompressor.gif ALDSAudioDecompressor.gif NETALDSAudioDecompressor.gif

Package: AudioLabPkg

Unit: ALDSAudioDecompressor

Inherits: TALBasicAudioDecompressor

Contents

Syntax

Delphi:

type TALDSAudioDecompressor = class( TALBasicAudioDecompressor )

C++ Builder:

class TALDSAudioDecompressor : public TALBasicAudioDecompressor

Visual C++ (MFC):

class CTALDSAudioDecompressor : public CTALBasicAudioDecompressor

C# (.NET):

public ref class DSAudioDecompressor : Mitov.AudioLab.BasicAudioDecompressor

Summary

Decompresses compressed audio using DirectShow.

Description

Requires DirectShow 8.1 or higher.

If you don't want to use DirectShow use the TALAudioDecompressor component instead.


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:

ALDSAudioDecompressor Preview.png

Properties

Published

Public

From TALBasicAudioDecompressor

Pins

From TALBasicDecompressor

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox