diff options
| author | raysan5 <[email protected]> | 2021-10-17 21:02:18 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-10-17 21:02:18 +0200 |
| commit | 35e67da08e3d214589968c19b4b2fb31d8e566cc (patch) | |
| tree | 5054bcea5f6df754f467590101789b17dd9d9944 /examples/web/audio/resources | |
| parent | b2228039039afc05c41edd12103123f2a36c8080 (diff) | |
| download | raylib.com-35e67da08e3d214589968c19b4b2fb31d8e566cc.tar.gz raylib.com-35e67da08e3d214589968c19b4b2fb31d8e566cc.zip | |
UPDATED: examples to raylib 4.0
Some new examples added
Diffstat (limited to 'examples/web/audio/resources')
| -rw-r--r-- | examples/web/audio/resources/LICENSE.md | 10 | ||||
| -rw-r--r-- | examples/web/audio/resources/coin.wav | bin | 4776 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/country.mp3 | bin | 1497964 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/mini1111.xm | bin | 25676 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/sound.wav | bin | 97512 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/spring.wav | bin | 10850 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/target.flac | bin | 56973 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/target.ogg | bin | 13384 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/weird.wav | bin | 6246 -> 0 bytes |
9 files changed, 0 insertions, 10 deletions
diff --git a/examples/web/audio/resources/LICENSE.md b/examples/web/audio/resources/LICENSE.md deleted file mode 100644 index c94731c..0000000 --- a/examples/web/audio/resources/LICENSE.md +++ /dev/null @@ -1,10 +0,0 @@ -| 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/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | -| sound.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | -| spring.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | -| weird.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [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/examples/web/audio/resources/coin.wav b/examples/web/audio/resources/coin.wav Binary files differdeleted file mode 100644 index 6007509..0000000 --- a/examples/web/audio/resources/coin.wav +++ /dev/null diff --git a/examples/web/audio/resources/country.mp3 b/examples/web/audio/resources/country.mp3 Binary files differdeleted file mode 100644 index 91066cc..0000000 --- a/examples/web/audio/resources/country.mp3 +++ /dev/null diff --git a/examples/web/audio/resources/mini1111.xm b/examples/web/audio/resources/mini1111.xm Binary files differdeleted file mode 100644 index a185c1a..0000000 --- a/examples/web/audio/resources/mini1111.xm +++ /dev/null diff --git a/examples/web/audio/resources/sound.wav b/examples/web/audio/resources/sound.wav Binary files differdeleted file mode 100644 index b5d01c9..0000000 --- a/examples/web/audio/resources/sound.wav +++ /dev/null diff --git a/examples/web/audio/resources/spring.wav b/examples/web/audio/resources/spring.wav Binary files differdeleted file mode 100644 index c7fbf1b..0000000 --- a/examples/web/audio/resources/spring.wav +++ /dev/null diff --git a/examples/web/audio/resources/target.flac b/examples/web/audio/resources/target.flac Binary files differdeleted file mode 100644 index 5fad22c..0000000 --- a/examples/web/audio/resources/target.flac +++ /dev/null diff --git a/examples/web/audio/resources/target.ogg b/examples/web/audio/resources/target.ogg Binary files differdeleted file mode 100644 index 2b73e1c..0000000 --- a/examples/web/audio/resources/target.ogg +++ /dev/null diff --git a/examples/web/audio/resources/weird.wav b/examples/web/audio/resources/weird.wav Binary files differdeleted file mode 100644 index 101029c..0000000 --- a/examples/web/audio/resources/weird.wav +++ /dev/null |
