Table of Contents

Class UpdateBuffer

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Represents an operator that updates the sample data of the specified audio buffer.

public class UpdateBuffer : Sink<Mat>
Inheritance
UpdateBuffer
Inherited Members

Properties

BufferName

Gets or sets the name of the buffer to update.

DeviceName

Gets or sets the name of the audio device used for playback.

SampleRate

Gets or sets the sample rate, in Hz, used to playback the buffer data.

Methods

Process(IObservable<Mat>)

Updates the data of the specified audio buffer using an observable sequence of buffered samples.