Package AudioLabEssentialPkg

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 12: Line 12:
  
 
== Requires ==
 
== Requires ==
*[[Package SignalLabBasicPkg]]
 
 
*[[Package AudioLabBasicPkg]]
 
*[[Package AudioLabBasicPkg]]
  
Line 23: Line 22:
 
== Components ==
 
== Components ==
 
*[[Image:BIGALWavePlayer.gif]] [[Image:ALWavePlayer.gif]] [[Image:NETALWavePlayer.gif]] [[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]] - Plays audio from Wave file.  
 
*[[Image:BIGALWavePlayer.gif]] [[Image:ALWavePlayer.gif]] [[Image:NETALWavePlayer.gif]] [[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]] - Plays audio from Wave file.  
*[[Image:BIGALWaveLogger.gif]] [[Image:ALWaveLogger.gif]] [[Image:NETALWaveLogger.gif]] [[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] - Records the audio to Wave file.  
+
*[[Image:BIGALAudioIn.gif]] [[Image:ALAudioIn.gif]] [[Image:NETALAudioIn.gif]] [[Class ALAudioIn.TALAudioIn|TALAudioIn]] - Captures audio from an audio input device.  
 
*[[Image:BIGALDSAudioPlayer.gif]] [[Image:ALDSAudioPlayer.gif]] [[Image:NETALDSAudioPlayer.gif]] [[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]] - Plays audio from Audio file using DirectShow.  
 
*[[Image:BIGALDSAudioPlayer.gif]] [[Image:ALDSAudioPlayer.gif]] [[Image:NETALDSAudioPlayer.gif]] [[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]] - Plays audio from Audio file using DirectShow.  
 +
*[[Image:BIGALWaveLogger.gif]] [[Image:ALWaveLogger.gif]] [[Image:NETALWaveLogger.gif]] [[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] - Records the audio to Wave file.
 
*[[Image:BIGALDSAudioLogger.gif]] [[Image:ALDSAudioLogger.gif]] [[Image:NETALDSAudioLogger.gif]] [[Class ALDSAudioLogger.TALDSAudioLogger|TALDSAudioLogger]] - Records the audio to Audio file using DirectShow.  
 
*[[Image:BIGALDSAudioLogger.gif]] [[Image:ALDSAudioLogger.gif]] [[Image:NETALDSAudioLogger.gif]] [[Class ALDSAudioLogger.TALDSAudioLogger|TALDSAudioLogger]] - Records the audio to Audio file using DirectShow.  
 
*[[Image:BIGALDSAudioIn.gif]] [[Image:ALDSAudioIn.gif]] [[Image:NETALDSAudioIn.gif]] [[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]] - Captures audio from an audio input device using DirectShow.  
 
*[[Image:BIGALDSAudioIn.gif]] [[Image:ALDSAudioIn.gif]] [[Image:NETALDSAudioIn.gif]] [[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]] - Captures audio from an audio input device using DirectShow.  
*[[Image:BIGALAudioIn.gif]] [[Image:ALAudioIn.gif]] [[Image:NETALAudioIn.gif]] [[Class ALAudioIn.TALAudioIn|TALAudioIn]] - Captures audio from an audio input device.
 
  
 
== Units ==
 
== Units ==
 
*[[Unit ALWavePlayer|ALWavePlayer]] - Contains the code for the [[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]] component.  
 
*[[Unit ALWavePlayer|ALWavePlayer]] - Contains the code for the [[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]] component.  
*[[Unit ALWaveLogger|ALWaveLogger]] - Contains the code for the [[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] component.  
+
*[[Unit ALAudioIn|ALAudioIn]] - Contains the code for the [[Class ALAudioIn.TALAudioIn|TALAudioIn]] component.  
 
*[[Unit ALDSAudioPlayer|ALDSAudioPlayer]] - Contains the code for the [[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]] component.  
 
*[[Unit ALDSAudioPlayer|ALDSAudioPlayer]] - Contains the code for the [[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]] component.  
 +
*[[Unit ALWaveLogger|ALWaveLogger]] - Contains the code for the [[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] component.
 
*[[Unit ALDSAudioLogger|ALDSAudioLogger]] - Contains the code for the [[Class ALDSAudioLogger.TALDSAudioLogger|TALDSAudioLogger]] component.  
 
*[[Unit ALDSAudioLogger|ALDSAudioLogger]] - Contains the code for the [[Class ALDSAudioLogger.TALDSAudioLogger|TALDSAudioLogger]] component.  
 
*[[Unit ALDSAudioIn|ALDSAudioIn]] - Contains the code for the [[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]] component.  
 
*[[Unit ALDSAudioIn|ALDSAudioIn]] - Contains the code for the [[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]] component.  
*[[Unit ALAudioIn|ALAudioIn]] - Contains the code for the [[Class ALAudioIn.TALAudioIn|TALAudioIn]] component.
 
 
*[[Unit ALCommonLogger|ALCommonLogger]] - Contains the code for the [[Class ALCommonLogger.TALCommonLogger|TALCommonLogger]] abstract base class.  
 
*[[Unit ALCommonLogger|ALCommonLogger]] - Contains the code for the [[Class ALCommonLogger.TALCommonLogger|TALCommonLogger]] abstract base class.  
*[[Unit ALDSCommonLogger|ALDSCommonLogger]] - Contains the code for the [[Class ALDSCommonLogger.TALDSCommonLogger|TALDSCommonLogger]] abstract base class.
 
 
*[[Unit ALCommonPlayer|ALCommonPlayer]] - Contains the code for the [[Class ALCommonPlayer.TALCommonPlayer|TALCommonPlayer]] abstract base class.  
 
*[[Unit ALCommonPlayer|ALCommonPlayer]] - Contains the code for the [[Class ALCommonPlayer.TALCommonPlayer|TALCommonPlayer]] abstract base class.  
 +
*[[Unit ALDSCommonLogger|ALDSCommonLogger]] - Contains the code for the [[Class ALDSCommonLogger.TALDSCommonLogger|TALDSCommonLogger]] abstract base class.
  
 
== Classes ==
 
== Classes ==
 
*[[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]] - Plays audio from Wave file.  
 
*[[Class ALWavePlayer.TALWavePlayer|TALWavePlayer]] - Plays audio from Wave file.  
*[[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] - Records the audio to Wave file.  
+
*[[Class ALAudioIn.TALAudioCaptureDeviceItem|TALAudioCaptureDeviceItem]] - Alternative audio capture device.
 +
*[[Class ALAudioIn.TALAudioCaptureDevice|TALAudioCaptureDevice]] - Defines audio capture device.
 +
*[[Class ALAudioIn.TALAudioCaptureDeviceItems|TALAudioCaptureDeviceItems]] - Collection of alternative audio capture devices.
 +
*[[Class ALAudioIn.TALAudioIn|TALAudioIn]] - Captures audio from an audio input device.  
 
*[[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]] - Plays audio from Audio file using DirectShow.  
 
*[[Class ALDSAudioPlayer.TALDSAudioPlayer|TALDSAudioPlayer]] - Plays audio from Audio file using DirectShow.  
 +
*[[Class ALWaveLogger.TALWaveLogger|TALWaveLogger]] - Records the audio to Wave file.
 
*[[Class ALDSAudioLogger.TALDSAudioLogger|TALDSAudioLogger]] - Records the audio to Audio file using DirectShow.  
 
*[[Class ALDSAudioLogger.TALDSAudioLogger|TALDSAudioLogger]] - Records the audio to Audio file using DirectShow.  
 
*[[Class ALDSAudioIn.TALAudioModeFormat|TALAudioModeFormat]] - Audio format and mode description property class.  
 
*[[Class ALDSAudioIn.TALAudioModeFormat|TALAudioModeFormat]] - Audio format and mode description property class.  
 
*[[Class ALDSAudioIn.TALAudioModes|TALAudioModes]] - List available audio modes.  
 
*[[Class ALDSAudioIn.TALAudioModes|TALAudioModes]] - List available audio modes.  
 
*[[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]] - Captures audio from an audio input device using DirectShow.  
 
*[[Class ALDSAudioIn.TALDSAudioIn|TALDSAudioIn]] - Captures audio from an audio input device using DirectShow.  
*[[Class ALAudioIn.TALAudioCaptureDeviceItem|TALAudioCaptureDeviceItem]] - Alternative audio capture device.
 
*[[Class ALAudioIn.TALAudioCaptureDeviceItems|TALAudioCaptureDeviceItems]] - Collection of alternative audio capture devices.
 
*[[Class ALAudioIn.TALAudioCaptureDevice|TALAudioCaptureDevice]] - Defines audio capture device.
 
*[[Class ALAudioIn.TALAudioIn|TALAudioIn]] - Captures audio from an audio input device.
 
 
*[[Class ALCommonLogger.TALCommonLogger|TALCommonLogger]] - Basic abstract class for non DirectShow audio loggers.  
 
*[[Class ALCommonLogger.TALCommonLogger|TALCommonLogger]] - Basic abstract class for non DirectShow audio loggers.  
*[[Class ALDSCommonLogger.TALDSCommonLogger|TALDSCommonLogger]] - Base abstract class for DirectShow audio logger components.
 
 
*[[Class ALCommonPlayer.TALAudioPlayerSegment|TALAudioPlayerSegment]] - Segment of the Audio file to be played.  
 
*[[Class ALCommonPlayer.TALAudioPlayerSegment|TALAudioPlayerSegment]] - Segment of the Audio file to be played.  
 
*[[Class ALCommonPlayer.TALCommonPlayer|TALCommonPlayer]] - Abstract base class for audio players.  
 
*[[Class ALCommonPlayer.TALCommonPlayer|TALCommonPlayer]] - Abstract base class for audio players.  
 +
*[[Class ALDSCommonLogger.TALDSCommonLogger|TALDSCommonLogger]] - Base abstract class for DirectShow audio logger components.
  
 
== Structures ==
 
== Structures ==
Line 66: Line 65:
 
== Types ==
 
== Types ==
 
*[[Type ALWavePlayer.TALWaveProgressEvent|TALWaveProgressEvent]] - Event type for the progress events.  
 
*[[Type ALWavePlayer.TALWaveProgressEvent|TALWaveProgressEvent]] - Event type for the progress events.  
*[[Type ALWaveLogger.TALLoggerProgressEvent|TALLoggerProgressEvent]] - Event type for the progress of the audio logging.
 
*[[Type ALDSCommonLogger.TALDSLoggerProgressEvent|TALDSLoggerProgressEvent]] - Event type for the progress of the audio logging.
 
*[[Type ALCommonPlayer.TALAudioProgressEvent|TALAudioProgressEvent]] - Event type to be fired when Audio Player progress changes.
 
  
  
 
[[Category:Packages]]
 
[[Category:Packages]]

Latest 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.

Packages

Contents

Belongs to

Requires

Used by

Description

Controls

Components

Units

Classes

Structures

Interfaces

Enums

Types

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox