Class ALSpeexCompressor.TALSpeexCompressor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 36: | Line 36: | ||
Receives audio data stream and compresses it using Speex | Receives audio data stream and compresses it using Speex | ||
compression. | compression. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALSpeexCompressor_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 64: | Line 70: | ||
=== 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: ALSpeexCompressor
Inherits: TALBasicAudioCompressor
Contents |
Syntax
Delphi:
type TALSpeexCompressor = class( TALBasicAudioCompressor )
C++ Builder:
class TALSpeexCompressor : public TALBasicAudioCompressor
Visual C++ (MFC):
class CTALSpeexCompressor : public CTALBasicAudioCompressor
C# (.NET):
public ref class TALSpeexCompressor : Mitov.AudioLab.BasicAudioCompressor
Summary
Compresses audio using Vorbis.
Description
Receives audio data stream and compresses it using Speex compression.
Diagram:
Properties
Published
- Quality - Speech quality.
- UseVariableBitRate - Enables/Disables the variable bit rate.
- VoiceActivityDetection - Enables/Disables the voice activity detection.
- DiscontinousTransmission - Enables/Disables discontinuous Speex transmission.
- BandMode - The Speex Band encode mode.
- Comments - Comments to be embedded in the compressed audio.
- FramesPerPacket - Number of frames in each Ogg packet.
From TALBasicAudioCompressor
Pins
- InputPin - The Audio Input Pin of the compressor.