Skip to content

Commit

Permalink
Make Degara beattracker deterministic by not adding stochastic noise …
Browse files Browse the repository at this point in the history
…to silent frames
  • Loading branch information
jpauwels committed May 22, 2019
1 parent b8ae267 commit e4ac739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/rhythm/beattrackerdegara.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void BeatTrackerDegara::configure() {

_frameCutter->configure("frameSize", frameSize,
"hopSize", hopSize,
"silentFrames", "noise",
"silentFrames", "keep",
"startFromZero", true);

_windowing->configure("size", frameSize, "type", "hann");
Expand Down

0 comments on commit e4ac739

Please sign in to comment.