Click or drag to resize

AudioOutputAddSamples Method

LightningChart .NET Help
Use this method to feed new data to audio output stream.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public void AddSamples(
	double[][] samples
)

Parameters

samples
Type: SystemDouble
Samples to be fed to audio output stream ([Channel][Sample]).
See Also