-
Notifications
You must be signed in to change notification settings - Fork 6
Home
project-owner edited this page May 8, 2016
·
22 revisions
PeppyMeter is a software VU Meter written in Python. It was originally developed as the new 'VU Meter' screensaver for Peppy Player. With minor modifications it became a stand-alone application. PeppyMeter gets audio data from media players (e.g. mpd) via fifo and displays current volume level in a Graphical User Interface in a form of traditional VU Meter.
###Key Features Here are the key features of the program:
- Written in Python.
- Pygame library leveraged for UI purposes.
- Can work with any media player which is capable to output PCM signal to the fifo/named pipe.
- Supplies 9 default meters out of the box.
- Allows to create your own meters.
- Open-source. All source files are available on Github.
- Provides different algorithms for processing PCM data.
- Several data sources are available for testing and tuning purposes.