TAudioOut

Properties Methods Events

Unit: ACS_Audio

Descends from: TACSOutput

TAudioOut component allows audio stream to be played via soundcard device using OSS/ALSA drivers under Linux and wave-audio devices under Windows.

Under OSS Linux drivers and Windows it is possible to do simultaneous playback to several soundcards (using several TAudioOut components). If the soundcard supports duplex operation (playing back while recording from such sources as LineIn) is possible to use TAudioIn and TAudioOut at the same time.

Windows note: when you run your application containing TAudioOut component under IDE, it may crash if you close the application during sound playback without stopping playback first. To prevent this, change the creation order of the output and input components so that the input component is created first.

See also: TMixer, TAOLive, TAudioIn


TAudioOut Properties

BaseChannel

W ReadChunks

Volume

Inherited from TACSOutput


TAudioOut Methods

Inherited from TACSOutput


TAudioOut Events


Inherited from TACSOutput


ACS Classes Home


Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.