Sebastian Böck

Results 34 issues of Sebastian Böck

### Expected behaviour `BarTracker` requires beats to be able to detect the downbeats. However, these are not computed automatically. [Also it seems other methods could benefit from given beats as...

Online processors usually have some sort of visualisation output. This functionality should be bundled at a central place. This could be realised as a mixin or a dedicated function of...

Right now, activation smoothing is only implemented for offline mode. We should implement some sort of smoothing for online mode as well.

We should add contributing guidelines. [This GitHub article](https://help.github.com/articles/setting-guidelines-for-repository-contributors/) shows some examples.

As pointed out by @fdlm [in this comment](https://github.com/CPJKU/madmom/pull/316#discussion_r139633715), these are probably bad names. Any suggestions?

These systems do not come with a compiler by default, so it would be nice to have pre-compiled packages for them.

enhancement

Since #185 was merged, this issue is about the remaining questions. Open questions / TODOs (copied from [#185](https://github.com/CPJKU/madmom/pull/185#issuecomment-279368753)): - [ ] add option to define length of the `Stream` to...

Depending on whether `ffmpeg` or `madmom.audio.signal.remix()` is used to upmix a mono signal, the results are different: - `ffmpeg` splits the signal into two channels, i.e. each channel has values...

`BeatTrackingProcessor` (and others!) need the `fps` set in order to be able to convert the frame indices of the beat positions to seconds. These processors would maybe be more useful/universal,...

enhancement
discussion

An easy solution would be to include a `Returns` section in the docstring. However I'm not sure if this is the right solution. Numpydoc has a hack that it includes...