Reputation: 28111
I would like to create a visualizer for the windows system audio. I'm looking for a way to sample the loudness of the sound currently being played. I don't need the actual sound unless required for computing the sound levels. My goal is to create something similar to the bouncing green level found on windows 7's volume control. My Googling up to this point suggests that this is may be impossible. Thanks for any advice!
Upvotes: 0
Views: 1090
Reputation: 7103
I have used the CoreAudioApi in a similar project. I believe it will suit your needs.
Upvotes: 1