BasicAudio
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		
Revision as of 00:04, 11 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.
Contents | 
Description
Audio Capture and Playback Library
Packages
- Package AudioLabBasicPkg - Contains the basic audio processing components and classes for all the video and audio related products.
 - Package AudioLabEssentialPkg - Contains the essential video processing components and classes.
 - Package MediaLabBasicPkg - Contains the basic media components and classes for all the video and audio related products.
 - Package Mitov.BasicLab - Contains the basic components and classes for all the products.
 - Package SignalLabBasicPkg - Contains the basic components and classes for the basic SignalLab components.
 - Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
 
Components
From Package AudioLabBasicPkg
 
 
 TALAudioToReal - Converts Wave Audio Data Buffers into Real Data Buffers.
 
 
 TALAudioOut - Sends audio data to an audio output device.
 
 
 TALDSAudioOut - Sends audio data to an audio output device.
 
 
 TALGenericFilter - User defined filter for Audio data.
 
 
 TALGenericGen - User defined generator for Audio data.
From Package AudioLabEssentialPkg
 
 
 TALWavePlayer - Plays audio from Wave file.
 
 
 TALAudioIn - Captures audio from an audio input device.
 
 
 TALDSAudioPlayer - Plays audio from Audio file using DirectShow.
 
 
 TALWaveLogger - Records the audio to Wave file.
 
 
 TALDSAudioLogger - Records the audio to Audio file using DirectShow.
 
 
 TALDSAudioIn - Captures audio from an audio input device using DirectShow.
From Package MediaLabBasicPkg
 
 
 TMLDSGraphView - DirectShow graph display.
From Package SignalLabBasicPkg
 
 
 TSLPair - Pairs multiple data buffers together.
 
 
 TSLGenericReal - User defined filter for Real data.
 
 
 TSLGenericFilter - User defined filter for Binary data.
 
 
 TSLGenericGen - User defined generator for Binary data.
 
 
 TSLGenericRealGen - User defined generator for Real data.
 
 
 TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package TimingLabBasicPkg
 
 
 TTLThreadEvent - Executes event in a separated thread.
 
 
 TTLMainThreadEvent - Allows other threads to generate main thread notifications.
 
 
 TTLStopWatch - Measures time intervals.
 
 
 TTLFrequencyMeter - Measures frequency of events.
 
 
 TTLCounter - Counts events.
 
 
 TTLWatchDogTimer - Implements a Watch Dog Timer.
 
 
 TTLClockGen - Provides clock for other components.