aboutsummaryrefslogtreecommitdiff
path: root/raylib/examples/audio/resources
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-10-15 21:28:29 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-10-15 21:28:29 -0300
commit1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch)
treef5d692d046868261275c7430a624c3ea9ed75d3d /raylib/examples/audio/resources
parenta89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff)
A lot has certainly happened!
Diffstat (limited to 'raylib/examples/audio/resources')
-rw-r--r--raylib/examples/audio/resources/LICENSE.md10
-rw-r--r--raylib/examples/audio/resources/coin.wavbin0 -> 4776 bytes
-rw-r--r--raylib/examples/audio/resources/country.mp3bin0 -> 1497964 bytes
-rw-r--r--raylib/examples/audio/resources/mini1111.xmbin0 -> 25676 bytes
-rw-r--r--raylib/examples/audio/resources/sound.wavbin0 -> 97512 bytes
-rw-r--r--raylib/examples/audio/resources/spring.wavbin0 -> 10850 bytes
-rw-r--r--raylib/examples/audio/resources/target.flacbin0 -> 56973 bytes
-rw-r--r--raylib/examples/audio/resources/target.oggbin0 -> 13384 bytes
-rw-r--r--raylib/examples/audio/resources/target.qoabin0 -> 35648 bytes
-rw-r--r--raylib/examples/audio/resources/weird.wavbin0 -> 6246 bytes
10 files changed, 10 insertions, 0 deletions
diff --git a/raylib/examples/audio/resources/LICENSE.md b/raylib/examples/audio/resources/LICENSE.md
new file mode 100644
index 0000000..67e6584
--- /dev/null
+++ b/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/raylib/examples/audio/resources/coin.wav b/raylib/examples/audio/resources/coin.wav
new file mode 100644
index 0000000..6007509
--- /dev/null
+++ b/raylib/examples/audio/resources/coin.wav
Binary files differ
diff --git a/raylib/examples/audio/resources/country.mp3 b/raylib/examples/audio/resources/country.mp3
new file mode 100644
index 0000000..91066cc
--- /dev/null
+++ b/raylib/examples/audio/resources/country.mp3
Binary files differ
diff --git a/raylib/examples/audio/resources/mini1111.xm b/raylib/examples/audio/resources/mini1111.xm
new file mode 100644
index 0000000..a185c1a
--- /dev/null
+++ b/raylib/examples/audio/resources/mini1111.xm
Binary files differ
diff --git a/raylib/examples/audio/resources/sound.wav b/raylib/examples/audio/resources/sound.wav
new file mode 100644
index 0000000..b5d01c9
--- /dev/null
+++ b/raylib/examples/audio/resources/sound.wav
Binary files differ
diff --git a/raylib/examples/audio/resources/spring.wav b/raylib/examples/audio/resources/spring.wav
new file mode 100644
index 0000000..c7fbf1b
--- /dev/null
+++ b/raylib/examples/audio/resources/spring.wav
Binary files differ
diff --git a/raylib/examples/audio/resources/target.flac b/raylib/examples/audio/resources/target.flac
new file mode 100644
index 0000000..5fad22c
--- /dev/null
+++ b/raylib/examples/audio/resources/target.flac
Binary files differ
diff --git a/raylib/examples/audio/resources/target.ogg b/raylib/examples/audio/resources/target.ogg
new file mode 100644
index 0000000..2b73e1c
--- /dev/null
+++ b/raylib/examples/audio/resources/target.ogg
Binary files differ
diff --git a/raylib/examples/audio/resources/target.qoa b/raylib/examples/audio/resources/target.qoa
new file mode 100644
index 0000000..d48c4f9
--- /dev/null
+++ b/raylib/examples/audio/resources/target.qoa
Binary files differ
diff --git a/raylib/examples/audio/resources/weird.wav b/raylib/examples/audio/resources/weird.wav
new file mode 100644
index 0000000..101029c
--- /dev/null
+++ b/raylib/examples/audio/resources/weird.wav
Binary files differ