robmikh / SimpleRecorder

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

Audio recording #45

Closed Armin2208 closed 1 year ago

Armin2208 commented 1 year ago

The last missing thing to make this software perfect. Recording the system audio of Windows and maybe a microphone.

robmikh commented 1 year ago

This has come up a few times 🙂 #34 #33 #32 #21

I won't be adding audio recording to this project, as I want to keep the sample focused on recording the screen.

But I have another more complex application that records the screen as well as the audio from the given window owner (or system audio). The engine is complete and is able to record audio/video, but I'm still working out the UI. I'll let you know here once it's complete and it ships 🙂.

Armin2208 commented 1 year ago

Nice! Will it be completely free?

robmikh commented 1 year ago

I haven't decided yet, I'm leaning towards trying out a commercial release on the store with a free version with fewer advanced features. At a minimum the engine/core will be MIT licensed and on GitHub.