Skip to content

MonauralMixer

AutumnSky1010 edited this page Nov 22, 2022 · 2 revisions

Class MonauralMixer

Definition

Namespace: SoundMaker.Sounds
Assembly: SoundMaker.dll

Mix waves to monaural wave.

public class MonauralMixer : MixerBase

Inheritance

Object -> MixerBase -> MonauralMixer

Constructors

MonauralMixer(IReadOnlyList<ISoundChannel>)

Declaration

 public MonauralMixer(IReadOnlyList<ISoundChannel> channels)

Parameters

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

Methods

Mix()

Declaration

public MonauralWave Mix()

Returns

Type Desctiption
MonauralWave The mixed wave of monaural.
Clone this wiki locally