From b75cb4f9e0b6a7e0e316f415ed5c7ccd35c4f87f Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 20 Jan 2026 06:04:08 +1000 Subject: [PATCH] Remove the Reddit social media link from the website. --- docs/api/index.html | 4 ---- docs/examples/custom_backend.html | 4 ---- docs/examples/custom_decoder.html | 4 ---- docs/examples/custom_decoder_engine.html | 4 ---- docs/examples/data_source_chaining.html | 4 ---- docs/examples/duplex_effect.html | 4 ---- docs/examples/engine_advanced.html | 4 ---- docs/examples/engine_effects.html | 4 ---- docs/examples/engine_hello_world.html | 4 ---- docs/examples/engine_sdl.html | 4 ---- docs/examples/engine_steamaudio.html | 4 ---- docs/examples/hilo_interop.html | 4 ---- docs/examples/index.html | 4 ---- docs/examples/node_graph.html | 4 ---- docs/examples/resource_manager.html | 4 ---- docs/examples/resource_manager_advanced.html | 4 ---- docs/examples/simple_capture.html | 4 ---- docs/examples/simple_duplex.html | 4 ---- docs/examples/simple_enumeration.html | 4 ---- docs/examples/simple_loopback.html | 4 ---- docs/examples/simple_looping.html | 4 ---- docs/examples/simple_mixing.html | 4 ---- docs/examples/simple_playback.html | 4 ---- docs/examples/simple_playback_sine.html | 4 ---- docs/examples/simple_spatialization.html | 4 ---- docs/index.html | 4 ---- docs/manual/index.html | 4 ---- img/reddit_white.svg | 1 - index.html | 4 ---- 29 files changed, 113 deletions(-) delete mode 100644 img/reddit_white.svg diff --git a/docs/api/index.html b/docs/api/index.html index a6c39dc3..279dac8f 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 { - - - @@ -255,7 +252,6 @@ Coming soon... - diff --git a/docs/examples/custom_backend.html b/docs/examples/custom_backend.html index aa15da40..1b67da35 100644 --- a/docs/examples/custom_backend.html +++ b/docs/examples/custom_backend.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -970,7 +967,6 @@ Main program starts here. - diff --git a/docs/examples/custom_decoder.html b/docs/examples/custom_decoder.html index f9f28e70..e42c3365 100644 --- a/docs/examples/custom_decoder.html +++ b/docs/examples/custom_decoder.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -378,7 +375,6 @@ The onInitFile, - diff --git a/docs/examples/custom_decoder_engine.html b/docs/examples/custom_decoder_engine.html index 26ac6553..42902116 100644 --- a/docs/examples/custom_decoder_engine.html +++ b/docs/examples/custom_decoder_engine.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 { - - - @@ -335,7 +332,6 @@ example (via libopus).

- diff --git a/docs/examples/data_source_chaining.html b/docs/examples/data_source_chaining.html index bd017988..8b713800 100644 --- a/docs/examples/data_source_chaining.html +++ b/docs/examples/data_source_chaining.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -426,7 +423,6 @@ done_decoders: - diff --git a/docs/examples/duplex_effect.html b/docs/examples/duplex_effect.html index aadf293b..6b9564a8 100644 --- a/docs/examples/duplex_effect.html +++ b/docs/examples/duplex_effect.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -408,7 +405,6 @@ done0: ma_device_uninit(&device); - diff --git a/docs/examples/engine_advanced.html b/docs/examples/engine_advanced.html index e02b2541..9c07143f 100644 --- a/docs/examples/engine_advanced.html +++ b/docs/examples/engine_advanced.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -515,7 +512,6 @@ might be a local co-op multiplayer game where each player has their own headphon - diff --git a/docs/examples/engine_effects.html b/docs/examples/engine_effects.html index dc911b42..ab08f6ea 100644 --- a/docs/examples/engine_effects.html +++ b/docs/examples/engine_effects.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -363,7 +360,6 @@ sound file, you need multiple ma_sound - diff --git a/docs/examples/engine_hello_world.html b/docs/examples/engine_hello_world.html index 92f61ae4..8f4d8945 100644 --- a/docs/examples/engine_hello_world.html +++ b/docs/examples/engine_hello_world.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -290,7 +287,6 @@ This will play the sound specified on the command line.

- diff --git a/docs/examples/engine_sdl.html b/docs/examples/engine_sdl.html index a7f18dd4..5961b8e4 100644 --- a/docs/examples/engine_sdl.html +++ b/docs/examples/engine_sdl.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -394,7 +391,6 @@ head.

- diff --git a/docs/examples/engine_steamaudio.html b/docs/examples/engine_steamaudio.html index e58078ca..0b02fb65 100644 --- a/docs/examples/engine_steamaudio.html +++ b/docs/examples/engine_steamaudio.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -708,7 +705,6 @@ MA_API ma_result ma_steamaudio_binaural_node_ - diff --git a/docs/examples/hilo_interop.html b/docs/examples/hilo_interop.html index c4c418b2..c128803f 100644 --- a/docs/examples/hilo_interop.html +++ b/docs/examples/hilo_interop.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -406,7 +403,6 @@ may be updated to make use of a more advanced data source that handles all of th - diff --git a/docs/examples/index.html b/docs/examples/index.html index caec020d..3aaf3ca4 100644 --- a/docs/examples/index.html +++ b/docs/examples/index.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -256,7 +253,6 @@ without gaps. - diff --git a/docs/examples/node_graph.html b/docs/examples/node_graph.html index ef1c7790..b4438b4d 100644 --- a/docs/examples/node_graph.html +++ b/docs/examples/node_graph.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 { - - - @@ -518,7 +515,6 @@ cleanup_graph: - diff --git a/docs/examples/resource_manager.html b/docs/examples/resource_manager.html index 386abfa7..1abdbcde 100644 --- a/docs/examples/resource_manager.html +++ b/docs/examples/resource_manager.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -417,7 +414,6 @@ set, each sound will have their own formats and you'll need to do the necess - diff --git a/docs/examples/resource_manager_advanced.html b/docs/examples/resource_manager_advanced.html index cba446c3..209f89ac 100644 --- a/docs/examples/resource_manager_advanced.html +++ b/docs/examples/resource_manager_advanced.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -598,7 +595,6 @@ MA_API ma_result ma_data_source_read_pcm_fram - diff --git a/docs/examples/simple_capture.html b/docs/examples/simple_capture.html index 7e3401f9..e0568dbc 100644 --- a/docs/examples/simple_capture.html +++ b/docs/examples/simple_capture.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -328,7 +325,6 @@ data received by the microphone straight to a WAV file.

- diff --git a/docs/examples/simple_duplex.html b/docs/examples/simple_duplex.html index c85775c9..0570f041 100644 --- a/docs/examples/simple_duplex.html +++ b/docs/examples/simple_duplex.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -330,7 +327,6 @@ sample rate conversion for you automatically.

- diff --git a/docs/examples/simple_enumeration.html b/docs/examples/simple_enumeration.html index 43be6b2f..aa53d334 100644 --- a/docs/examples/simple_enumeration.html +++ b/docs/examples/simple_enumeration.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -311,7 +308,6 @@ If you use device enumeration, you should explicitly specify the same context yo - diff --git a/docs/examples/simple_loopback.html b/docs/examples/simple_loopback.html index 259bf17b..271f64b0 100644 --- a/docs/examples/simple_loopback.html +++ b/docs/examples/simple_loopback.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -338,7 +335,6 @@ properties. The output buffer in the callback will be null whereas the input buf - diff --git a/docs/examples/simple_looping.html b/docs/examples/simple_looping.html index b0e272a2..ef249c22 100644 --- a/docs/examples/simple_looping.html +++ b/docs/examples/simple_looping.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -331,7 +328,6 @@ decoder straight into ma_data_source_read_p - diff --git a/docs/examples/simple_mixing.html b/docs/examples/simple_mixing.html index a6303c25..9ead3dcc 100644 --- a/docs/examples/simple_mixing.html +++ b/docs/examples/simple_mixing.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -453,7 +450,6 @@ For simplicity, this example requires the device to use floating point samples. - diff --git a/docs/examples/simple_playback.html b/docs/examples/simple_playback.html index 782bc093..7eea7e5f 100644 --- a/docs/examples/simple_playback.html +++ b/docs/examples/simple_playback.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -332,7 +329,6 @@ the simple_mixing example for how best to do this.

- diff --git a/docs/examples/simple_playback_sine.html b/docs/examples/simple_playback_sine.html index 7522a07c..77493ff9 100644 --- a/docs/examples/simple_playback_sine.html +++ b/docs/examples/simple_playback_sine.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -351,7 +348,6 @@ This example works with Emscripten.

- diff --git a/docs/examples/simple_spatialization.html b/docs/examples/simple_spatialization.html index 9cfe704f..a3c68dd5 100644 --- a/docs/examples/simple_spatialization.html +++ b/docs/examples/simple_spatialization.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -347,7 +344,6 @@ orbiting effect. Terminate the program with Ctrl+C.

- diff --git a/docs/index.html b/docs/index.html index 78c846e0..b17b4832 100644 --- a/docs/index.html +++ b/docs/index.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -254,7 +251,6 @@ a.doc-navigation-l4 { - diff --git a/docs/manual/index.html b/docs/manual/index.html index 0b6868b4..e31f8ec5 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -5377,7 +5374,6 @@ When compiling with VC6 and earlier, decoding is restricted to files less than 2 - diff --git a/img/reddit_white.svg b/img/reddit_white.svg deleted file mode 100644 index a382e3ed..00000000 --- a/img/reddit_white.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/index.html b/index.html index 1336f783..c7d419c7 100644 --- a/index.html +++ b/index.html @@ -229,9 +229,6 @@ a.doc-navigation-l4 {
- - - @@ -498,7 +495,6 @@ a.doc-navigation-l4 { -