From 1e4e6e82c7194711f23d8723e74281ce68c60db2 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Tue, 5 Oct 2021 00:30:05 +1300 Subject: [PATCH] Updated readme.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 756a30d..b8052a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Camera-Renderer -Renders standard camera capture devices to the window. Allows specification of the source audio stream. \ No newline at end of file +Renders standard camera capture devices to the window. Allows specification of the source audio stream. +Based off the implementation in the Windows UWP Samples + +TODO: +Refactor and redesign to better suit the application's needs. +The Audio Router project better handles audio enumeration, and should be utilised here