Beats-per-Minute Distance

Overview

A very simple Distance Function that is suitable for the output of:

50 is taken as the minum value, 250 as the maximum value. (Although some songs may go up to 300)

Reference

class munin.distance.bpm.BPMDistance(provider=None)[source]

Distance Function that compares two Beats Per Minute Lists.

This class is supposed to be overriden, but can also be used as fallback.

__call__ is implemented as shortcut to compute()

Parameters:name (String.) – Name of the DistanceFunction (used for display)

Table Of Contents

Related Topics

This Page

Useful links:

Package:

Github: