aboutsummaryrefslogtreecommitdiff
path: root/deps/raylib/examples/audio/resources
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-09-20 22:28:15 +0300
committerbonmas14 <bonmas14@gmail.com>2025-09-20 22:28:15 +0300
commitcdda4c4182c9ee068567529715e4a5c68a8efb58 (patch)
tree38a63f62a64018a2d35fc33354f8589fd33b7514 /deps/raylib/examples/audio/resources
downloadc_wizard-cdda4c4182c9ee068567529715e4a5c68a8efb58.tar.gz
c_wizard-cdda4c4182c9ee068567529715e4a5c68a8efb58.zip
Init commit v1.0
Diffstat (limited to 'deps/raylib/examples/audio/resources')
-rw-r--r--deps/raylib/examples/audio/resources/LICENSE.md10
-rw-r--r--deps/raylib/examples/audio/resources/coin.wavbin0 -> 18114 bytes
-rw-r--r--deps/raylib/examples/audio/resources/country.mp3bin0 -> 1497964 bytes
-rw-r--r--deps/raylib/examples/audio/resources/mini1111.xmbin0 -> 25676 bytes
-rw-r--r--deps/raylib/examples/audio/resources/sound.wavbin0 -> 97512 bytes
-rw-r--r--deps/raylib/examples/audio/resources/spring.wavbin0 -> 31262 bytes
-rw-r--r--deps/raylib/examples/audio/resources/target.flacbin0 -> 56973 bytes
-rw-r--r--deps/raylib/examples/audio/resources/target.oggbin0 -> 13384 bytes
-rw-r--r--deps/raylib/examples/audio/resources/target.qoabin0 -> 35648 bytes
-rw-r--r--deps/raylib/examples/audio/resources/weird.wavbin0 -> 24388 bytes
10 files changed, 10 insertions, 0 deletions
diff --git a/deps/raylib/examples/audio/resources/LICENSE.md b/deps/raylib/examples/audio/resources/LICENSE.md
new file mode 100644
index 0000000..67e6584
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/LICENSE.md
@@ -0,0 +1,10 @@
+| resource | author | licence | notes |
+| :------------------- | :---------: | :------ | :---- |
+| country.mp3 | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Originally created for "DART that TARGET" game |
+| target.ogg | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Originally created for "DART that TARGET" game |
+| target.flac | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Originally created for "DART that TARGET" game |
+| coin.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Made with [rFXGen](https://raylibtech.itch.io/rfxgen) |
+| sound.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Made with [rFXGen](https://raylibtech.itch.io/rfxgen) |
+| spring.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Made with [rFXGen](https://raylibtech.itch.io/rfxgen) |
+| weird.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Made with [rFXGen](https://raylibtech.itch.io/rfxgen) |
+| mini1111.xm | [tPORt](https://modarchive.org/index.php?request=view_by_moduleid&query=51891) | [Mod Archive Distribution license](https://modarchive.org/index.php?terms-upload) | - |
diff --git a/deps/raylib/examples/audio/resources/coin.wav b/deps/raylib/examples/audio/resources/coin.wav
new file mode 100644
index 0000000..ad95bfb
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/coin.wav
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/country.mp3 b/deps/raylib/examples/audio/resources/country.mp3
new file mode 100644
index 0000000..91066cc
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/country.mp3
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/mini1111.xm b/deps/raylib/examples/audio/resources/mini1111.xm
new file mode 100644
index 0000000..a185c1a
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/mini1111.xm
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/sound.wav b/deps/raylib/examples/audio/resources/sound.wav
new file mode 100644
index 0000000..b5d01c9
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/sound.wav
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/spring.wav b/deps/raylib/examples/audio/resources/spring.wav
new file mode 100644
index 0000000..b6f17f1
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/spring.wav
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/target.flac b/deps/raylib/examples/audio/resources/target.flac
new file mode 100644
index 0000000..5fad22c
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/target.flac
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/target.ogg b/deps/raylib/examples/audio/resources/target.ogg
new file mode 100644
index 0000000..2b73e1c
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/target.ogg
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/target.qoa b/deps/raylib/examples/audio/resources/target.qoa
new file mode 100644
index 0000000..d48c4f9
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/target.qoa
Binary files differ
diff --git a/deps/raylib/examples/audio/resources/weird.wav b/deps/raylib/examples/audio/resources/weird.wav
new file mode 100644
index 0000000..f5c8f55
--- /dev/null
+++ b/deps/raylib/examples/audio/resources/weird.wav
Binary files differ