Click or drag to resize
Accord.NET (logo)

EnergyBeatDetector Constructor

Creates a new Energy-based beat detector.

Namespace:  Accord.Audition.Beat
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public EnergyBeatDetector(
	int bufferSize
)
Request Example View Source

Parameters

bufferSize
Type: SystemInt32
The size for the buffer.
See Also