diff options
| author | raysan5 <[email protected]> | 2020-06-03 01:29:24 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-06-03 01:29:24 +0200 |
| commit | 9ce838806b3b6ff611df6a4b50cc0df8c373ed2e (patch) | |
| tree | 3fe9b3b55e9337b0b6ec230d9ce84672f673d9b5 /examples/others | |
| parent | 6b9e49e9654ce84bf52604968766b7a2415b8ef6 (diff) | |
| download | raylib-9ce838806b3b6ff611df6a4b50cc0df8c373ed2e.tar.gz raylib-9ce838806b3b6ff611df6a4b50cc0df8c373ed2e.zip | |
[examples] Review/change audio resources
Diffstat (limited to 'examples/others')
| -rw-r--r-- | examples/others/raudio_standalone.c | 6 | ||||
| -rw-r--r-- | examples/others/resources/audio/country.mp3 | bin | 0 -> 1497964 bytes | |||
| -rw-r--r-- | examples/others/resources/audio/guitar_noodling.ogg | bin | 506938 -> 0 bytes | |||
| -rw-r--r-- | examples/others/resources/audio/tanatana.ogg | bin | 57328 -> 0 bytes | |||
| -rw-r--r-- | examples/others/resources/audio/target.ogg | bin | 0 -> 13384 bytes |
5 files changed, 3 insertions, 3 deletions
diff --git a/examples/others/raudio_standalone.c b/examples/others/raudio_standalone.c index 9122c321..8fed8d93 100644 --- a/examples/others/raudio_standalone.c +++ b/examples/others/raudio_standalone.c @@ -98,10 +98,10 @@ int main() InitAudioDevice(); - Sound fxWav = LoadSound("resources/audio/weird.wav"); // Load WAV audio file - Sound fxOgg = LoadSound("resources/audio/tanatana.ogg"); // Load OGG audio file + Sound fxWav = LoadSound("resources/audio/weird.wav"); // Load WAV audio file + Sound fxOgg = LoadSound("resources/audio/target.ogg"); // Load OGG audio file - Music music = LoadMusicStream("resources/audio/guitar_noodling.ogg"); + Music music = LoadMusicStream("resources/audio/country.mp3"); PlayMusicStream(music); printf("\nPress s or d to play sounds...\n"); diff --git a/examples/others/resources/audio/country.mp3 b/examples/others/resources/audio/country.mp3 Binary files differnew file mode 100644 index 00000000..91066cce --- /dev/null +++ b/examples/others/resources/audio/country.mp3 diff --git a/examples/others/resources/audio/guitar_noodling.ogg b/examples/others/resources/audio/guitar_noodling.ogg Binary files differdeleted file mode 100644 index f5022040..00000000 --- a/examples/others/resources/audio/guitar_noodling.ogg +++ /dev/null diff --git a/examples/others/resources/audio/tanatana.ogg b/examples/others/resources/audio/tanatana.ogg Binary files differdeleted file mode 100644 index 90b1795a..00000000 --- a/examples/others/resources/audio/tanatana.ogg +++ /dev/null diff --git a/examples/others/resources/audio/target.ogg b/examples/others/resources/audio/target.ogg Binary files differnew file mode 100644 index 00000000..2b73e1c7 --- /dev/null +++ b/examples/others/resources/audio/target.ogg |
