Skip to content

StereoMixer

AutumnSky1010 edited this page Nov 22, 2022 · 2 revisions

Class StereoMixer

Definition

Namespace: SoundMaker.Sounds
Assembly: SoundMaker.dll

Mix waves to stereo wave.

public class StereoMixer : MixerBase

Inheritance

Object -> MixerBase -> StereoMixer

Constructors

StereoMixer(IReadOnlyList<ISoundChannel>)

Declaration

 public StereoMixer(IReadOnlyList<ISoundChannel> channels)

Parameters

Type Desctiption
IReadOnlyList<ISoundChannel> The channels that is target of mixing.

Methods

Mix()

Declaration

public StereoWave Mix()

Returns

Type Desctiption
StereoWave The mixed wave of stereo.
Clone this wiki locally