The Wave Audio Package provides seven components for playing and recording of wave audio formats, two components for storing wave data as Delphi resources, one audio mixer component, and one high resolution multimedia timer. The package has also a set of useful functions for manipulating wave audio's. The package's components are:
- TAudioMixer
Provides an easy interface to manage audio mixer controls. - TWaveStorage
Stores a single wave audio and provides access to its informational fields. - TWaveCollection
Stores a collection of wave audio's as resource and provides access to their informational fields.< /LI> - TAudioPlayer
Plays a wave audio, which is stored in the component. - TAudioRecorder
Records wave audio and stores it in the component. - TStockAudioPlayer
Plays wave audio from a TWaveStorage or TWaveCollection component, a stream, or a file. LI> - TStockAudioRecorder
Records wave audio to a TWaveStorage or TWaveCollection component, a stream, or a file. LI> - TLiveAudioPlayer
Plays wave audio from user defined buffers. - TLiveAudioRecorder
Records wave audio to user defined buffers. - TAudioRedirector
Records wave audio from an input audio device and plays it on an output audio device. - TMultimediaTimer
Is a high resolution timer.
'델파이 > Components' 카테고리의 다른 글
Component 에 TStringList 넣기 (0) | 2012.02.06 |
---|---|
델파이 TComboBox 오른쪽 정렬 (0) | 2011.11.19 |
QuickReport (0) | 2007.03.21 |
Wave Viewer [Freeware][with Source][D4|D5|D6|D7] (0) | 2007.03.13 |
video streams(Tscap32) [Freeware][with Source][D7] (0) | 2007.03.13 |