Sebastian Böck

Results 69 comments of Sebastian Böck

As if I knew what you were referring to, I made the same mistake; I corrected my answer above. As mentioned above, the difference lies in the "level" of signal...

I planned to do add automatic beat tracking to [`BarTracker`](https://github.com/CPJKU/madmom/blob/master/bin/BarTracker) in case no beats are given. This should be easy to accomplish. But back to the topic: you can combine...

There's a new MFCC implementation available (https://github.com/CPJKU/madmom/pull/269). Unfortunately I did not have time to review and merge it. Could you try if this branch works for you?

It is not available in any release yet, because it is not merged into the master branch yet. So you have to check out the `mfccs` branch. Please be aware...

Maybe, we should drop the combined spectrogram processors (i.e. `FilteredSpectrogramProcessor`, `LogarithmicSpectrogramProcessor` and `LogarithmicFilteredSpectrogramProcessor`) altogether? Not sure about the data classes though...

Thanks for the hint, could you please remove the `www.` from the URL (it only works for me with this removed)

What's the status of this PR? I'm preparing v0.17 and wonder if this is ready to be included.

No hurry, there's still some more time until the release will be ready. I was just wondering abot the current status.

Ok, v0.17 was delayed a bit ;), but I'm currently working on getting a new version out, so I'd like to check back on this PR and its current status....

Yes, that would be possible. `DBNDownBeatTrackingProcessor` choses the most likely bar length by comparing the negative log likelihood of the bar lengths in question. So a simple weighting scheme can...