From cdda4c4182c9ee068567529715e4a5c68a8efb58 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 20 Sep 2025 22:28:15 +0300 Subject: Init commit v1.0 --- deps/raylib/examples/audio/resources/LICENSE.md | 10 ++++++++++ deps/raylib/examples/audio/resources/coin.wav | Bin 0 -> 18114 bytes deps/raylib/examples/audio/resources/country.mp3 | Bin 0 -> 1497964 bytes deps/raylib/examples/audio/resources/mini1111.xm | Bin 0 -> 25676 bytes deps/raylib/examples/audio/resources/sound.wav | Bin 0 -> 97512 bytes deps/raylib/examples/audio/resources/spring.wav | Bin 0 -> 31262 bytes deps/raylib/examples/audio/resources/target.flac | Bin 0 -> 56973 bytes deps/raylib/examples/audio/resources/target.ogg | Bin 0 -> 13384 bytes deps/raylib/examples/audio/resources/target.qoa | Bin 0 -> 35648 bytes deps/raylib/examples/audio/resources/weird.wav | Bin 0 -> 24388 bytes 10 files changed, 10 insertions(+) create mode 100644 deps/raylib/examples/audio/resources/LICENSE.md create mode 100644 deps/raylib/examples/audio/resources/coin.wav create mode 100644 deps/raylib/examples/audio/resources/country.mp3 create mode 100644 deps/raylib/examples/audio/resources/mini1111.xm create mode 100644 deps/raylib/examples/audio/resources/sound.wav create mode 100644 deps/raylib/examples/audio/resources/spring.wav create mode 100644 deps/raylib/examples/audio/resources/target.flac create mode 100644 deps/raylib/examples/audio/resources/target.ogg create mode 100644 deps/raylib/examples/audio/resources/target.qoa create mode 100644 deps/raylib/examples/audio/resources/weird.wav (limited to 'deps/raylib/examples/audio/resources') 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/coin.wav 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/country.mp3 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/mini1111.xm 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/sound.wav 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/spring.wav 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/target.flac 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/target.ogg 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/target.qoa 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 Binary files /dev/null and b/deps/raylib/examples/audio/resources/weird.wav differ -- cgit v1.2.3-70-g09d2