Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
/ minibpm Public archive
forked from breakfastquay/minibpm

A simple beats-per-minute estimator for fixed-tempo music audio, implemented in C++ with few external dependencies.

License

Notifications You must be signed in to change notification settings

uditrugman/minibpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniBPM
=======

A simple beats-per-minute estimator for fixed-tempo music audio,
implemented in C++ with few external dependencies.

Written by Chris Cannam, chris.cannam@breakfastquay.com.
Copyright 2012-2014 Particular Programs Ltd.

See http://breakfastquay.com/minibpm/ for more information.


Licence
=======

MiniBPM is distributed under the GNU General Public License. See the
file COPYING for more information.

If you wish to distribute code using MiniBPM under terms other than
those of the GNU General Public License, you must obtain a commercial
licence from us before doing so. In particular, you may not legally
distribute through any Apple App Store unless you have a commercial
licence.  See http://breakfastquay.com/minibpm/ for licence terms.

If you have obtained a valid commercial licence, your licence
supersedes this README and the enclosed COPYING file and you may
redistribute and/or modify MiniBPM under the terms described in that
licence. Please refer to your licence agreement for more details.


Building MiniBPM
================

Just add MiniBpm.h and MiniBpm.cpp (found in the src/ directory here)
to your code project.  MiniBPM uses some classes from the C++ standard
library, but has no other dependencies.

A suite of unit tests is provided using the Boost test
framework. (Note that these test the implementation of the method --
they do not give you any indication of how good the method itself is.)
To run them, run "make" or equivalent in the tests/ directory.

About

A simple beats-per-minute estimator for fixed-tempo music audio, implemented in C++ with few external dependencies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.3%
  • Java 7.2%
  • Makefile 3.5%