From 89a929fe76e4dbd56436288055366d9416c13e74 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 25 Nov 2022 17:57:42 -0800 Subject: Add on/off sound indicator (local) Now we have a visual and auditory indicator for transcription. The auditory indicator is only heard by the user, and can be used to reset the state of the board prior to displaying. --- Sounds/Noise_Off.wav | Bin 0 -> 159822 bytes Sounds/Noise_On.wav | Bin 0 -> 90190 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Sounds/Noise_Off.wav create mode 100644 Sounds/Noise_On.wav (limited to 'Sounds') diff --git a/Sounds/Noise_Off.wav b/Sounds/Noise_Off.wav new file mode 100644 index 0000000..7c8a9bf Binary files /dev/null and b/Sounds/Noise_Off.wav differ diff --git a/Sounds/Noise_On.wav b/Sounds/Noise_On.wav new file mode 100644 index 0000000..925b3ed Binary files /dev/null and b/Sounds/Noise_On.wav differ -- cgit v1.2.3