Class ALDSAudioLogger.TALDSAudioLogger
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 34: | Line 34: | ||
== Description == | == Description == | ||
− | + | <span style="color:red"><b>Requires DirectShow 8.1 or higher.</b></span> | |
− | + | <span style="color:red"><b>If you don't want to use DirectShow use the | |
− | [[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] component instead.</ | + | [[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] component instead.</b></span> |
This DirectShow component can be used to store Audio files to | This DirectShow component can be used to store Audio files to | ||
Line 43: | Line 43: | ||
To store video to an Audio file, place the component on a | To store video to an Audio file, place the component on a | ||
− | form, set the FileName with the name of the Audio file to be | + | form, set the [[Property ALDSAudioLogger.TALDSAudioLogger.FileName|FileName]] with the name of the Audio file to be |
created, and connect the InputPut pin to the OutputPin of a | created, and connect the InputPut pin to the OutputPin of a | ||
component generating Audio data, such as [[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]], | component generating Audio data, such as [[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]], | ||
[[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]], [[Class ALAudioIn.TALAudioIn|TALAudioIn]] or [[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]]. | [[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]], [[Class ALAudioIn.TALAudioIn|TALAudioIn]] or [[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]]. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALDSAudioLogger_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 52: | Line 58: | ||
=== Published === | === Published === | ||
*[[Property ALDSAudioLogger.TALDSAudioLogger.Compression|Compression]] - Desired audio compression. | *[[Property ALDSAudioLogger.TALDSAudioLogger.Compression|Compression]] - Desired audio compression. | ||
+ | *[[Property ALDSAudioLogger.TALDSAudioLogger.FileName|FileName]] | ||
== From [[Class ALDSCommonLogger.TALDSCommonLogger|TALDSCommonLogger]] == | == From [[Class ALDSCommonLogger.TALDSCommonLogger|TALDSCommonLogger]] == | ||
Line 86: | Line 93: | ||
== Pins == | == Pins == | ||
*[[Pin ALCommonLogger.TALCommonLogger.InputPin|InputPin]] - The Audio Input Pin of the Logger. | *[[Pin ALCommonLogger.TALCommonLogger.InputPin|InputPin]] - The Audio Input Pin of the Logger. | ||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|TSLBasicThreadedEnableFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedEnableFilter|TSLBasicThreadedEnableFilter]] == | ||
Line 94: | Line 100: | ||
=== 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:30, 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: AudioLabEssentialPkg
Unit: ALDSAudioLogger
Inherits: TALDSCommonLogger
Contents |
Syntax
Delphi:
type TALDSAudioLogger = class( TALDSCommonLogger )
C++ Builder:
class TALDSAudioLogger : public TALDSCommonLogger
Visual C++ (MFC):
class CTALDSAudioLogger : public CTALDSCommonLogger
C# (.NET):
public ref class TALDSAudioLogger : Mitov.AudioLab.DSCommonLogger
Summary
Records the audio to Audio file using DirectShow.
Description
Requires DirectShow 8.1 or higher.
If you don't want to use DirectShow use the TALWaveLogger component instead.
This DirectShow component can be used to store Audio files to disk.
To store video to an Audio file, place the component on a form, set the FileName with the name of the Audio file to be created, and connect the InputPut pin to the OutputPin of a component generating Audio data, such as TALWavePlayer, TALDSAudioPlayer, TALAudioIn or TALDSAudioIn.
Diagram:
Properties
Published
- Compression - Desired audio compression.
- FileName
From TALDSCommonLogger
Properties
Published
- Graph - The DirectShow Graph.
Public
- CurrentTime - Current audio time recorded.
- CurrentSample - Current audio sample recorded.
Methods
Public
- procedure Close() - Closes the file being recorded, and closes any drivers associated with it.
Events
- OnProgress - Logger progress notification event.
From TALCommonLogger
Properties
Published
- FileName - Name of the file to be Recorded.
Methods
Public
- procedure Close() - Closes the file being recorded, and closes any drivers associated with it.
Pins
- InputPin - The Audio Input Pin of the Logger.