BASS.NET API for the Un4seen BASS Audio Library

BPMCounter Constructor

BASS.NET API for the Un4seen BASS Audio Library
The contructor of the beat detection class.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BPMCounter(
	int timerfreq,
	int samplerate
)

Parameters

timerfreq
Type: SystemInt32
The frequency of your timer callback in milliseconds (how often you will call ProcessAudio(Int32, Boolean)), e.g. 20ms.
samplerate
Type: SystemInt32
The samplerate of the audio signal to process. You might also change this with calling Reset(Int32) at any time later.
See Also

Reference