-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nifty Volume Meter #1
Comments
Thank you very much, wow! I honestly was not expecting anyone to use this program which I wrote 5 years ago. |
My music player is still too new to publish. it has a long list of features that need to be written and it lacks user configuration file for font names and sizes. When it is ready I will upload it to github though! I just updated your program for left and right channels and after some tweaking I'll fork your code and update it: |
Would be interested to see how you split to stereo. Have tried. Know it's interleaved data but keep hitting data type errors. Being a bit drunk on a Sat night probably isn't helping. But throw me a hint! *_* |
Upload vu_meter.py code for: kmein/vu-meter#1 (comment)
@Fluffkin My head is a little fuzzy this AM too! I uploaded the full program: https://github.com/WinEunuuchs2Unix/mserve Probably best to post any new questions there. Thanks. |
Just wanted to post a complement on how elegant your python solution is. I adapted it to tkinter GUI (configure rectangle height on canvas on frame on toplevel) with a slight modification to add volume decay to smooth sound drop off:
Unfortunately
.gif
displayed in github doesn't faithfully reproduce at 30 frames per second like it does in real life.Here's another attempt with
ffmpeg
passed topeek
:The text was updated successfully, but these errors were encountered: