I need to calculate the power of an online audio-stream, sourced in some URL (in dB or some other volume-level units). Could this be accomplished using native VB (i.e. VB6) or the .NET framework?
I could easily listen to this audio-stream using the WMP (Windows Media Player) control. Could this control be used to accomplish that?
Alternatively, If audio-stream could be converted to PCM samples in real-time, please let me know how, as I could use the PCM samples to calculate audio-signal's power (over the last X seconds) myself.
Looking for a solution supporting ShoutCAST streams, as well as MP3.
{ I'm writing a Winforms application over VB.Net, for Windows 7/8. }
Thanks much.