diff options
| author | raysan5 <[email protected]> | 2016-08-02 17:32:24 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-08-02 17:32:24 +0200 |
| commit | 68d647c1af1b9f0479f680dbd7c4f93586cd51a2 (patch) | |
| tree | 90e650ff6a459c0b838686e9be414387d2766dc6 /examples/audio_sound_loading.c | |
| parent | 58d2f70b7e11aadb5eab5f9fa1c081b22a59ef91 (diff) | |
| download | raylib-68d647c1af1b9f0479f680dbd7c4f93586cd51a2.tar.gz raylib-68d647c1af1b9f0479f680dbd7c4f93586cd51a2.zip | |
Complete review and update
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
Diffstat (limited to 'examples/audio_sound_loading.c')
| -rw-r--r-- | examples/audio_sound_loading.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/audio_sound_loading.c b/examples/audio_sound_loading.c index 8819aad1..f081e8ed 100644 --- a/examples/audio_sound_loading.c +++ b/examples/audio_sound_loading.c @@ -36,7 +36,6 @@ int main() // Update //---------------------------------------------------------------------------------- if (IsKeyPressed(KEY_SPACE)) PlaySound(fxWav); // Play WAV sound - if (IsKeyPressed(KEY_ENTER)) PlaySound(fxOgg); // Play OGG sound //---------------------------------------------------------------------------------- |
