-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix situation where beats get detected multiple times
This situation can occur if the detected tempo changes when iteratively searching for the next beat in the given activation function +/- a certain window. Require the next beat to be at least the last detected one plus the minimum interval. Fixes #297.
- Loading branch information
Sebastian Böck
committed
Jun 12, 2017
1 parent
2ea87c9
commit 647f45d
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters