This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |