[examples] Review/change audio resources
This commit is contained in:
parent
6b9e49e965
commit
9ce838806b
15 changed files with 6 additions and 6 deletions
|
@ -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");
|
||||
|
|
BIN
examples/others/resources/audio/country.mp3
Normal file
BIN
examples/others/resources/audio/country.mp3
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/others/resources/audio/target.ogg
Normal file
BIN
examples/others/resources/audio/target.ogg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue