diff options
| author | raysan5 <[email protected]> | 2020-12-24 13:26:30 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-12-24 13:26:30 +0100 |
| commit | 83ab2cb01746a869b625c9d84fbb4737146b73a9 (patch) | |
| tree | 010b0794848d863916e5acb4f766ea9e7ecb6e90 /examples/web/audio/resources | |
| parent | d11274dcfcb0f349fba16ab4b83d2b96bcac8d1a (diff) | |
| download | raylib.com-83ab2cb01746a869b625c9d84fbb4737146b73a9.tar.gz raylib.com-83ab2cb01746a869b625c9d84fbb4737146b73a9.zip | |
Updated Web examples to raylib 3.5
Diffstat (limited to 'examples/web/audio/resources')
| -rw-r--r-- | examples/web/audio/resources/LICENSE.md | 10 | ||||
| -rw-r--r-- | examples/web/audio/resources/chiptun1.mod | bin | 2142 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/country.mp3 | bin | 0 -> 1497964 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/guitar_noodling.ogg | bin | 506938 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/tanatana.flac | bin | 100733 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/tanatana.ogg | bin | 57328 -> 0 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/target.flac | bin | 0 -> 56973 bytes | |||
| -rw-r--r-- | examples/web/audio/resources/target.ogg | bin | 0 -> 13384 bytes |
8 files changed, 10 insertions, 0 deletions
diff --git a/examples/web/audio/resources/LICENSE.md b/examples/web/audio/resources/LICENSE.md new file mode 100644 index 0000000..c94731c --- /dev/null +++ b/examples/web/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/) | 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/chiptun1.mod b/examples/web/audio/resources/chiptun1.mod Binary files differdeleted file mode 100644 index 00d1688..0000000 --- a/examples/web/audio/resources/chiptun1.mod +++ /dev/null diff --git a/examples/web/audio/resources/country.mp3 b/examples/web/audio/resources/country.mp3 Binary files differnew file mode 100644 index 0000000..91066cc --- /dev/null +++ b/examples/web/audio/resources/country.mp3 diff --git a/examples/web/audio/resources/guitar_noodling.ogg b/examples/web/audio/resources/guitar_noodling.ogg Binary files differdeleted file mode 100644 index f502204..0000000 --- a/examples/web/audio/resources/guitar_noodling.ogg +++ /dev/null diff --git a/examples/web/audio/resources/tanatana.flac b/examples/web/audio/resources/tanatana.flac Binary files differdeleted file mode 100644 index dfe735c..0000000 --- a/examples/web/audio/resources/tanatana.flac +++ /dev/null diff --git a/examples/web/audio/resources/tanatana.ogg b/examples/web/audio/resources/tanatana.ogg Binary files differdeleted file mode 100644 index 90b1795..0000000 --- a/examples/web/audio/resources/tanatana.ogg +++ /dev/null diff --git a/examples/web/audio/resources/target.flac b/examples/web/audio/resources/target.flac Binary files differnew file mode 100644 index 0000000..5fad22c --- /dev/null +++ b/examples/web/audio/resources/target.flac diff --git a/examples/web/audio/resources/target.ogg b/examples/web/audio/resources/target.ogg Binary files differnew file mode 100644 index 0000000..2b73e1c --- /dev/null +++ b/examples/web/audio/resources/target.ogg |
