From d6edd1fe075d9414cb44d79be382bd4137fe4b2f Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Tue, 5 Oct 2021 00:39:31 +1300 Subject: [PATCH] Modified readme.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8052a9..defcdce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Camera-Renderer Renders standard camera capture devices to the window. Allows specification of the source audio stream. -Based off the implementation in the Windows UWP Samples + +**Based off the implementation in the Windows UWP Samples**; this is essentially just a merge of various components TODO: Refactor and redesign to better suit the application's needs.