Capture speaker output

Viewed 383

I've seen that I can capture the microphone and sound-files with elements in the Windows.Media.Audio namespace. I'm looking to capture the speaker output, though. For example, I click on something and the system sounds the alert sound - I want to be able to capture that.

Is there any way of doing that using elements in Windows.Media.Audio (instead of going more low level into Win32 calls)?

1 Answers
Related