From 32bed038d8cd79adf41c812829a9d9d4812f46f4 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Nov 2023 20:33:39 +0100 Subject: Updated open-graph --- examples/audio/audio_mixed_processor.html | 2 +- examples/audio/audio_module_playing.html | 12 +++++++- examples/audio/audio_music_stream.html | 22 ++++++++++++++- examples/audio/audio_raw_stream.html | 22 ++++++++++++++- examples/audio/audio_sound_loading.html | 27 +++++++++++++++++- examples/audio/audio_sound_multi.html | 37 +++++++++++++++++++++++- examples/audio/audio_stream_effects.html | 47 ++++++++++++++++++++++++++++++- 7 files changed, 162 insertions(+), 7 deletions(-) (limited to 'examples/audio') diff --git a/examples/audio/audio_mixed_processor.html b/examples/audio/audio_mixed_processor.html index 9bd2ed7..dda95fe 100644 --- a/examples/audio/audio_mixed_processor.html +++ b/examples/audio/audio_mixed_processor.html @@ -1 +1 @@ -raylib web game
\ No newline at end of file +audio mixed processor
\ No newline at end of file diff --git a/examples/audio/audio_module_playing.html b/examples/audio/audio_module_playing.html index d62398c..d47e498 100644 --- a/examples/audio/audio_module_playing.html +++ b/examples/audio/audio_module_playing.html @@ -1 +1,11 @@ -raylib web game
\ No newline at end of file +audio module playing
\ No newline at end of file diff --git a/examples/audio/audio_music_stream.html b/examples/audio/audio_music_stream.html index 42f357a..ab7bff9 100644 --- a/examples/audio/audio_music_stream.html +++ b/examples/audio/audio_music_stream.html @@ -1 +1,21 @@ -raylib web game
\ No newline at end of file +audio music stream
\ No newline at end of file diff --git a/examples/audio/audio_raw_stream.html b/examples/audio/audio_raw_stream.html index 6dae455..ffcec02 100644 --- a/examples/audio/audio_raw_stream.html +++ b/examples/audio/audio_raw_stream.html @@ -1 +1,21 @@ -raylib web game
\ No newline at end of file +audio raw stream
\ No newline at end of file diff --git a/examples/audio/audio_sound_loading.html b/examples/audio/audio_sound_loading.html index bc89ace..0cea2a5 100644 --- a/examples/audio/audio_sound_loading.html +++ b/examples/audio/audio_sound_loading.html @@ -1 +1,26 @@ -raylib web game
\ No newline at end of file +audio sound loading
\ No newline at end of file diff --git a/examples/audio/audio_sound_multi.html b/examples/audio/audio_sound_multi.html index c3a9b9e..a91b0d1 100644 --- a/examples/audio/audio_sound_multi.html +++ b/examples/audio/audio_sound_multi.html @@ -1 +1,36 @@ -raylib web game
\ No newline at end of file +audio sound multi
\ No newline at end of file diff --git a/examples/audio/audio_stream_effects.html b/examples/audio/audio_stream_effects.html index 8d5d04e..14d0c0f 100644 --- a/examples/audio/audio_stream_effects.html +++ b/examples/audio/audio_stream_effects.html @@ -1 +1,46 @@ -raylib web game
\ No newline at end of file +audio stream effects
\ No newline at end of file -- cgit v1.2.3