diff --git a/examples/README.md b/examples/README.md index ab0d3fc..cff98ca 100644 --- a/examples/README.md +++ b/examples/README.md @@ -33,4 +33,14 @@ Examples using raylib core platform functionality like window creation, inputs, | 29 | [core_split_screen](core/core_split_screen.rb) | core_split_screen | ⭐️⭐️⭐️⭐️ | 3.7 | **4.0** | [Jeffery Myers](https://github.com/JeffM2501) | | 30 | [core_window_should_close](core/core_window_should_close.rb) | core_window_should_close | ⭐️⭐️☆☆ | **4.2** | **4.2** | [Ray](https://github.com/raysan5) | +### Audio + +Examples using raylib audio functionality, including sound/music loading and playing. + +| ## | example | image | difficulty
level | version
created | last version
updated | original
developer | +|-----|-------------------------------------------------------|--------|:-------------------:|:------------------:|:------------------:|:----------| +| 117 | [audio_module_playing](audio/audio_module_playing.rb) | audio_module_playing | ⭐️☆☆☆ | 1.5 | 3.5 | [Ray](https://github.com/raysan5) | +| 118 | [audio_music_stream](audio/audio_music_stream.rb) | audio_music_stream | ⭐️☆☆☆ | 1.3 | **4.2** | [Ray](https://github.com/raysan5) | +| 120 | [audio_sound_loading](audio/audio_sound_loading.rb) | audio_sound_loading | ⭐️☆☆☆ | 1.1 | 3.5 | [Ray](https://github.com/raysan5) | + As always contributions are welcome, feel free to send new examples! Here it is an [examples template](examples_template.rb) to start with!