TAudioMixer


Properties Methods Events

Unit: ACS_AudioMix

Descends from: TACSInput

TAudioMixer component takes in two audio streams and mixes them into a single output stream. Unlike other stream converter components, TAudioMixer component has two input properties: Input1 and Input2. TAudioMixer component requires 16-bit sampled streams. The input streams should be both either mono or stereo. Note that input streams may be of different size. In amMix mode the streams start at the same time, but the longer stream will play alone after the shorter stream has ended. In amRTMix mode you can add second stream to the first stream at any time, but the whole playback will end when the first stream ends.

In the amConcatenate mode TAudioMixer component concatenates two input streams into a single stream (i. e. puts the two streams consecutively).

The input streams may have different sample rates, but result in this case may be unpredictable (and inaudible).

See also: TSampleConverter


TAudioMixer Properties

FgPlaying

Input1

Input2

Mode

Volume1

Volume2

Inherited from TACSInput


TAudioMixer Methods

Inherited from TACSInput


ACS Classes Home


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