summaryrefslogtreecommitdiffhomepage
path: root/examples/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2023-03-07 19:48:47 +0100
committerRay <[email protected]>2023-03-07 19:48:47 +0100
commit1b873b028f18486d31bb5c75f6b04a4de4c8d9fa (patch)
tree16c38ad8ccce7f663925b2de141f0c94719a87ab /examples/README.md
parent3a332d241c1c675c8b581fe3a29e328983642fe4 (diff)
downloadraylib-1b873b028f18486d31bb5c75f6b04a4de4c8d9fa.tar.gz
raylib-1b873b028f18486d31bb5c75f6b04a4de4c8d9fa.zip
WARNING: REMOVED: Multichannel audio support API
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 7a3e72f8..8399d677 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -186,7 +186,6 @@ Examples using raylib audio functionality, including sound/music loading and pla
| 118 | [audio_music_stream](audio/audio_music_stream.c) | <img src="audio/audio_music_stream.png" alt="audio_music_stream" width="80"> | ⭐️☆☆☆ | 1.3 | **4.2** | [Ray](https://github.com/raysan5) |
| 119 | [audio_raw_stream](audio/audio_raw_stream.c) | <img src="audio/audio_raw_stream.png" alt="audio_raw_stream" width="80"> | ⭐️⭐️⭐️☆ | 1.6 | **4.2** | [Ray](https://github.com/raysan5) |
| 120 | [audio_sound_loading](audio/audio_sound_loading.c) | <img src="audio/audio_sound_loading.png" alt="audio_sound_loading" width="80"> | ⭐️☆☆☆ | 1.1 | 3.5 | [Ray](https://github.com/raysan5) |
-| 121 | [audio_multichannel_sound](audio/audio_multichannel_sound.c) | <img src="audio/audio_multichannel_sound.png" alt="audio_multichannel_sound" width="80"> | ⭐️☆☆☆ | 3.0 | 3.5 | [Chris Camacho](https://github.com/codifies) |
### category: others