Class ALSpeexCompressor.TALSpeexCompressor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 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: 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.