Skip to content

Instantly share code, notes, and snippets.

@gluneau
gluneau / bpmdetect.py
Last active October 5, 2022 10:53 — forked from virtuald/bpmdetect.py
GStreamer BPM Detector frontend
#!/usr/bin/env python
'''
Simple program that uses the 'bpmdetect' GStreamer plugin to detect
the BPM of a song, and outputs that to console.
Requires GStreamer 1.x, PyGObject 1.x, and gst-plugins-bad
Copyright (C) 2015 Dustin Spicuzza
This program is free software; you can redistribute it and/or modify