diff options
author | Teddy Wing | 2018-10-29 18:26:38 +0100 |
---|---|---|
committer | Teddy Wing | 2018-10-29 18:34:18 +0100 |
commit | 1a2d90d94859b9e3b6e150e328dbd4efcd68f569 (patch) | |
tree | c236082d93cedb97a697f3f250bc200681278055 | |
parent | 6cf5ff5d3db38a1494d50537a1225b77c733523e (diff) | |
download | DomeKey-1a2d90d94859b9e3b6e150e328dbd4efcd68f569.tar.bz2 |
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
-rw-r--r-- | sounds/mode_activated.mp3 | bin | 0 -> 32600 bytes |
-rw-r--r-- | sounds/mode_deactivated.mp3 | bin | 0 -> 32600 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/sounds/mode_activated.mp3 b/sounds/mode_activated.mp3 Binary files differnew file mode 100644 index 0000000..96cbb21 --- /dev/null +++ b/sounds/mode_activated.mp3 diff --git a/sounds/mode_deactivated.mp3 b/sounds/mode_deactivated.mp3 Binary files differnew file mode 100644 index 0000000..f38d548 --- /dev/null +++ b/sounds/mode_deactivated.mp3 |