Table of Contents

Class CreateSource

Namespace
Bonsai.Mixer
Assembly
Bonsai.Mixer.dll

Represents an operator that creates a new mixer source on every mixer context in the sequence.

[Combinator]
public class CreateSource
Inheritance
CreateSource
Inherited Members

Properties

Gain

Gets or sets the initial source gain, where 1 represents the original signal amplitude.

Looping

Gets or sets a value specifying whether the source loops its playback queue continuously.

Playing

Gets or sets a value specifying whether the source starts playing immediately.

Methods

Process(IObservable<MixerContext>)

Creates a new mixer source on every mixer context in an observable sequence.