summaryrefslogtreecommitdiffhomepage
path: root/examples/audio
diff options
context:
space:
mode:
authorRay <[email protected]>2019-06-29 11:26:31 +0200
committerRay <[email protected]>2019-06-29 11:26:31 +0200
commit4ad1fa85a4e118430b405cf7af4f2ae708716c91 (patch)
tree28b803ef6fb540fce46a8f598d4cae8f72c5d009 /examples/audio
parent892813de76ce62357c1d41da6727dd7bbd93c8f3 (diff)
downloadraylib-4ad1fa85a4e118430b405cf7af4f2ae708716c91.tar.gz
raylib-4ad1fa85a4e118430b405cf7af4f2ae708716c91.zip
Remove old OpenAL comments
Diffstat (limited to 'examples/audio')
-rw-r--r--examples/audio/audio_module_playing.c2
-rw-r--r--examples/audio/audio_music_stream.c2
-rw-r--r--examples/audio/audio_raw_stream.c4
-rw-r--r--examples/audio/audio_sound_loading.c2
4 files changed, 2 insertions, 8 deletions
diff --git a/examples/audio/audio_module_playing.c b/examples/audio/audio_module_playing.c
index 4842519a..0dae8aa2 100644
--- a/examples/audio/audio_module_playing.c
+++ b/examples/audio/audio_module_playing.c
@@ -2,8 +2,6 @@
*
* raylib [audio] example - Module playing (streaming)
*
-* NOTE: This example requires OpenAL Soft library installed
-*
* This example has been created using raylib 1.5 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
diff --git a/examples/audio/audio_music_stream.c b/examples/audio/audio_music_stream.c
index 76efb7db..bc069dcc 100644
--- a/examples/audio/audio_music_stream.c
+++ b/examples/audio/audio_music_stream.c
@@ -2,8 +2,6 @@
*
* raylib [audio] example - Music playing (streaming)
*
-* NOTE: This example requires OpenAL Soft library installed
-*
* This example has been created using raylib 1.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
diff --git a/examples/audio/audio_raw_stream.c b/examples/audio/audio_raw_stream.c
index b114173a..136e02f3 100644
--- a/examples/audio/audio_raw_stream.c
+++ b/examples/audio/audio_raw_stream.c
@@ -2,11 +2,11 @@
*
* raylib [audio] example - Raw audio streaming
*
-* NOTE: This example requires OpenAL Soft library installed
-*
* This example has been created using raylib 1.6 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
+* Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox)
+*
* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
*
********************************************************************************************/
diff --git a/examples/audio/audio_sound_loading.c b/examples/audio/audio_sound_loading.c
index 4bc9c704..5b0fc0d4 100644
--- a/examples/audio/audio_sound_loading.c
+++ b/examples/audio/audio_sound_loading.c
@@ -2,8 +2,6 @@
*
* raylib [audio] example - Sound loading and playing
*
-* NOTE: This example requires OpenAL Soft library installed
-*
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*