Click or drag to resize
Accord.NET (logo)

AudioSourceMixerOnNewFrame Method (Array)

Notifies client about new block of frames.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
protected void OnNewFrame(
	Array frame
)
Request Example View Source

Parameters

frame
Type: SystemArray
New frame's audio.
See Also