0

I need to do the following:

get the system audio output ("What you hear" in Windows) in order to do some processing...

My thoughts were to pass the audio output to a Jack client and then to my program.

My OS is Win7 64bit and i am working in VC++ (VS2005)

Any one has any ideas on how to do that?

Thanks in advance!

stavrop
  • 465
  • 2
  • 8
  • 20

1 Answers1

0

You will most likely need to capture the audio from the Stereo Mix.

See this article for more details

animaonline
  • 3,715
  • 5
  • 30
  • 57