Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatsh/bpmdetect

BPMDetect updated for Qt 5
https://github.com/tatsh/bpmdetect

bpm dj music qt5 tempo

Last synced: 3 months ago
JSON representation

BPMDetect updated for Qt 5

Awesome Lists containing this project

README

        

# BPMDetect

![Screenshot](screenshot.png)

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](https://sourceforge.net/projects/bpmdetect/)