From 1a2d90d94859b9e3b6e150e328dbd4efcd68f569 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Oct 2018 18:26:38 +0100 Subject: Add mode activated & deactivated sounds Sounds to play when a mode is activated or deactivated. Use the MP3 versions of the audio files because Core Audio doesn't support Ogg/Vorbis: https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/SupportedAudioFormatsMacOSX/SupportedAudioFormatsMacOSX.html#//apple_ref/doc/uid/TP40003577-CH7-SW1 --- sounds/mode_activated.mp3 | Bin 0 -> 32600 bytes sounds/mode_deactivated.mp3 | Bin 0 -> 32600 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 sounds/mode_activated.mp3 create mode 100644 sounds/mode_deactivated.mp3 (limited to 'sounds') diff --git a/sounds/mode_activated.mp3 b/sounds/mode_activated.mp3 new file mode 100644 index 0000000..96cbb21 Binary files /dev/null and b/sounds/mode_activated.mp3 differ diff --git a/sounds/mode_deactivated.mp3 b/sounds/mode_deactivated.mp3 new file mode 100644 index 0000000..f38d548 Binary files /dev/null and b/sounds/mode_deactivated.mp3 differ -- cgit v1.2.3