Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 618 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 618 Bytes

BPMDetect

Screenshot

BPMDetect is automatic BPM (beats per minute) detection utility.

This version has been modified to use the Qt Multimedia framework for BPM testing. This feature is only available on Windows and Linux at this time.

It uses SoundTouch's BPM library for detecting BPMs, TagLib for reading and writing BPMs to tags and Qt 5 for the GUI. Aditional libraries (mad, vorbisfile, FLAC) are used for decoding and the Qt Multimedia framework is also used for audio output (testing BPMs).

All libraries are optional.

Original project