DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::OnsetDetector< T > Member List

This is the complete list of members for dspark::OnsetDetector< T >, including all inherited members.

detectOffline(AudioBufferView< const T > whole)dspark::OnsetDetector< T >inline
getFftSize() const noexceptdspark::OnsetDetector< T >inline
getHopSize() const noexceptdspark::OnsetDetector< T >inline
getLastOnsetSample() const noexceptdspark::OnsetDetector< T >inline
getLatencySamples() const noexceptdspark::OnsetDetector< T >inline
getNumBands() const noexceptdspark::OnsetDetector< T >inline
getOnsetStrength() const noexceptdspark::OnsetDetector< T >inline
Method enum namedspark::OnsetDetector< T >
onsetDetected() const noexceptdspark::OnsetDetector< T >inline
prepare(const AudioSpec &spec, int fftSize=2048, int hop=0)dspark::OnsetDetector< T >inline
processBlock(AudioBufferView< const T > in) noexceptdspark::OnsetDetector< T >inline
pushSamples(std::span< const T > samples) noexceptdspark::OnsetDetector< T >inline
reset() noexceptdspark::OnsetDetector< T >inline
setAdaptiveWhitening(bool on) noexceptdspark::OnsetDetector< T >inline
setMethod(Method m) noexceptdspark::OnsetDetector< T >inline
setThreshold(T deltaAboveMean) noexceptdspark::OnsetDetector< T >inline