From 2f2beb79720ec9fd35b993e7ad907ecf32005cde Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Fri, 10 Jan 2025 18:56:37 +0100 Subject: Permute sounds instead of randomly choosing Also add more sounds --- static/bike.mp3 | Bin 0 -> 33436 bytes static/cough.mp3 | Bin 0 -> 35108 bytes static/o.mp3 | Bin 0 -> 13440 bytes static/pop.mp3 | Bin 0 -> 12480 bytes static/wow.mp3 | Bin 0 -> 10080 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 static/bike.mp3 create mode 100644 static/cough.mp3 create mode 100644 static/o.mp3 create mode 100644 static/pop.mp3 create mode 100644 static/wow.mp3 (limited to 'static') diff --git a/static/bike.mp3 b/static/bike.mp3 new file mode 100644 index 0000000..666e194 Binary files /dev/null and b/static/bike.mp3 differ diff --git a/static/cough.mp3 b/static/cough.mp3 new file mode 100644 index 0000000..a499ad3 Binary files /dev/null and b/static/cough.mp3 differ diff --git a/static/o.mp3 b/static/o.mp3 new file mode 100644 index 0000000..58fd01e Binary files /dev/null and b/static/o.mp3 differ diff --git a/static/pop.mp3 b/static/pop.mp3 new file mode 100644 index 0000000..fff12a8 Binary files /dev/null and b/static/pop.mp3 differ diff --git a/static/wow.mp3 b/static/wow.mp3 new file mode 100644 index 0000000..f3e53dc Binary files /dev/null and b/static/wow.mp3 differ -- cgit v1.2.3