|
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
)
Public Sub New (
bufferSize As Integer
)
Request Example
View SourceParameters
- bufferSize
- Type: SystemInt32
The size for the buffer.
See Also