Grab Audio from audio port

B

Blu_Ciccio

Hi all,
how I can grab audio output stream?
For example with my app I open Media Player and play a song, I want to
show a graph on THIS (media player) output (I don't want to play any
file).
I'm pretty sure that I've to invoke W32 Api, right?
Help me please!

cheers

Blu_Ciccio
 
G

Guest

You can download the Windows Media SDK, which includes sample code for
Visualizations. This is a C++ project that shows you how to sample the
waveform from a playing Windows Media Player stream.
Peter
 
G

Guest

You can download the Windows Media SDK, which includes sample code for
Visualizations. This is a C++ project that shows you how to sample the
waveform from a playing Windows Media Player stream.
Peter
 
P

pbromberg

You can download the Windows Media SDK, which includes sample code for
Visualizations. This is a C++ project that shows you how to sample the
waveform from a playing Windows Media Player stream.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top