aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update readmeHEADmasterHarald Eilertsen2018-12-201-0/+20
|
* Adjust the trigger thresholds, and require rising edge.Harald Eilertsen2018-12-201-2/+9
| | | | | | | | | | | | Instead of just relying on the value of the average to be high, this algorithm requires that the current sample amplitude is significantly higher than the average. While an extremely naive algorithm, it seems to work well on my sample basdrum track from one of my bands songs. All beats were detected, no false beats, and quite minimal lag. I should probably make the trigger thresholds configurable.
* Use clap for command line parsing.Harald Eilertsen2018-12-203-6/+153
|
* Fix off-by one error when reaching end of sample.Harald Eilertsen2018-12-201-1/+1
|
* Initial commit.Harald Eilertsen2018-12-196-0/+826