I need a module or something that I can use with Python that I can use to 'listen' to things like the amplitude of the sound that is being played out of my speakers...
The module would optimally be something that has an easy way to obtain the amplitude as a variable that can be represented as a simple number...
I basically want to detect when sound plays from a particular program with out needing to do any complex hooking into the program and then have my program react when it hears a sound play over my speakers... Thank you ^_^