mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
[examples] Review/change audio resources
This commit is contained in:
@ -25,7 +25,7 @@ int main(void)
|
||||
InitAudioDevice(); // Initialize audio device
|
||||
|
||||
Sound fxWav = LoadSound("resources/sound.wav"); // Load WAV audio file
|
||||
Sound fxOgg = LoadSound("resources/tanatana.ogg"); // Load OGG audio file
|
||||
Sound fxOgg = LoadSound("resources/target.ogg"); // Load OGG audio file
|
||||
|
||||
SetSoundVolume(fxWav, 0.2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user