BasicAudio
From Mitov Wiki Doc
(Difference between revisions)
Revision as of 00:14, 22 November 2011
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 SignalLabBasicPkg - Contains the basic components and classes for all the products.
Components
From Package AudioLabBasicPkg
- TALDSAudioOut - Sends audio data to an audio output device.
- TALAudioOut - Sends audio data to an audio output device.
- TALAudioToReal - Converts Wave Audio Data Buffers into Real Data Buffers.
From Package AudioLabEssentialPkg
- TALWavePlayer - Plays audio from Wave file.
- TALWaveLogger - Records the audio to Wave file.
- TALDSAudioPlayer - Plays audio from Audio file using DirectShow.
- TALDSAudioLogger - Records the audio to Audio file using DirectShow.
- TALDSAudioIn - Captures audio from an audio input device using DirectShow.
- TALAudioIn - Captures audio from an audio input device.
From Package MediaLabBasicPkg
- TMLDSGraphView - DirectShow graph display.
From Package SignalLabBasicPkg
- TSLPair - Pairs multiple data buffers together.