I re-wrote the audio capture code in Python using PyAudio. This is much cleaner now as the whole thing can be done in Python, and it works on Ubuntu!
I also had some graphics plotted really badly using win32 APIs. I rewrote that section of code using matplotlib so it looks much nicer now and is more responsive.
Great work man, I want to use this code spectrum.py and the audio module you have. I refuse to use it at the moment because I don't completely understand it. It takes me a while to get my head around certain things! Is there a chance you could do a line by line walk through / tutorial on the audio visualizer for simple folk like me ?
ReplyDeleteIs there a specific part of the code you're having trouble with? I will probably do a cleaner re-write of the code with some better comments, but unfortunately it will probably be a while until that happens.
DeleteWhere can i download the source code of this? Please!
ReplyDeletehttps://bitbucket.org/htonoyan/audio-visualizer
Delete