From a74774da5bf196bd12bf893ab1689a09717df1f5 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 7 Feb 2021 21:06:16 +0000 Subject: [PATCH] implement a audio notification feature (for status changes). The changes here are a completion of a previous P.O.C. commit. When the program detects a change in the status of a device (I.E. 'on' to 'off' and vice-versa), Eyes and Ears will play an text-to-speech phrase to indicate the change. --- .../EyesAndEars.UWP/MainPage.xaml | 6 ++-- .../EyesAndEars.UWP/MainPage.xaml.cs | 26 +++++--------- .../EyesAndEars.UWP/Package.appxmanifest | 2 +- .../EyesAndEars.UWP/Services/DataServices.cs | 34 ++++++++++++++----- 4 files changed, 37 insertions(+), 31 deletions(-) diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml index 1a20946..fc19994 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml @@ -28,7 +28,7 @@ - + @@ -225,15 +225,13 @@ - -