robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
223 stars 48 forks source link

audio recording? #33

Closed balintbarna closed 3 years ago

balintbarna commented 3 years ago

Is it possible to record the audio output as well? Could it be added as a feature?

robmikh commented 3 years ago

See issue #21 for more of an explanation and some possibilities if you're interested in the APIs involved.

It could be something to be explored in the future, but at the moment it's not on my to-do list. This sample was built mainly to demonstrate video encoding, as I work on the Windows.Graphics.Capture API. I am much less familiar with audio.