From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- raylib/examples/audio/resources/LICENSE.md | 10 ++++++++++ raylib/examples/audio/resources/coin.wav | Bin 0 -> 4776 bytes raylib/examples/audio/resources/country.mp3 | Bin 0 -> 1497964 bytes raylib/examples/audio/resources/mini1111.xm | Bin 0 -> 25676 bytes raylib/examples/audio/resources/sound.wav | Bin 0 -> 97512 bytes raylib/examples/audio/resources/spring.wav | Bin 0 -> 10850 bytes raylib/examples/audio/resources/target.flac | Bin 0 -> 56973 bytes raylib/examples/audio/resources/target.ogg | Bin 0 -> 13384 bytes raylib/examples/audio/resources/target.qoa | Bin 0 -> 35648 bytes raylib/examples/audio/resources/weird.wav | Bin 0 -> 6246 bytes 10 files changed, 10 insertions(+) create mode 100644 raylib/examples/audio/resources/LICENSE.md create mode 100644 raylib/examples/audio/resources/coin.wav create mode 100644 raylib/examples/audio/resources/country.mp3 create mode 100644 raylib/examples/audio/resources/mini1111.xm create mode 100644 raylib/examples/audio/resources/sound.wav create mode 100644 raylib/examples/audio/resources/spring.wav create mode 100644 raylib/examples/audio/resources/target.flac create mode 100644 raylib/examples/audio/resources/target.ogg create mode 100644 raylib/examples/audio/resources/target.qoa create mode 100644 raylib/examples/audio/resources/weird.wav (limited to 'raylib/examples/audio/resources') 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 Binary files /dev/null and b/raylib/examples/audio/resources/coin.wav differ diff --git a/raylib/examples/audio/resources/country.mp3 b/raylib/examples/audio/resources/country.mp3 new file mode 100644 index 0000000..91066cc Binary files /dev/null and b/raylib/examples/audio/resources/country.mp3 differ diff --git a/raylib/examples/audio/resources/mini1111.xm b/raylib/examples/audio/resources/mini1111.xm new file mode 100644 index 0000000..a185c1a Binary files /dev/null and b/raylib/examples/audio/resources/mini1111.xm differ diff --git a/raylib/examples/audio/resources/sound.wav b/raylib/examples/audio/resources/sound.wav new file mode 100644 index 0000000..b5d01c9 Binary files /dev/null and b/raylib/examples/audio/resources/sound.wav differ diff --git a/raylib/examples/audio/resources/spring.wav b/raylib/examples/audio/resources/spring.wav new file mode 100644 index 0000000..c7fbf1b Binary files /dev/null and b/raylib/examples/audio/resources/spring.wav differ diff --git a/raylib/examples/audio/resources/target.flac b/raylib/examples/audio/resources/target.flac new file mode 100644 index 0000000..5fad22c Binary files /dev/null and b/raylib/examples/audio/resources/target.flac differ diff --git a/raylib/examples/audio/resources/target.ogg b/raylib/examples/audio/resources/target.ogg new file mode 100644 index 0000000..2b73e1c Binary files /dev/null and b/raylib/examples/audio/resources/target.ogg differ diff --git a/raylib/examples/audio/resources/target.qoa b/raylib/examples/audio/resources/target.qoa new file mode 100644 index 0000000..d48c4f9 Binary files /dev/null and b/raylib/examples/audio/resources/target.qoa differ diff --git a/raylib/examples/audio/resources/weird.wav b/raylib/examples/audio/resources/weird.wav new file mode 100644 index 0000000..101029c Binary files /dev/null and b/raylib/examples/audio/resources/weird.wav differ -- cgit v1.2.3