From 8398eb16b8996df7093960bb0a5d7fc65b8229d4 Mon Sep 17 00:00:00 2001 From: GuglioIsStupid Date: Thu, 5 Mar 2026 19:48:12 -0500 Subject: Miniaudio Implementation (+stb_vorbis) (#624) * Miniaudio Implementation * Do not link miles + remove miles lib --- .../Minecraft/mob/blaze/breathe1/_38412_6701056.ogg | Bin 0 -> 25634 bytes .../Minecraft/mob/blaze/breathe2/_35932_6742016.ogg | Bin 0 -> 24532 bytes .../Minecraft/mob/blaze/breathe3/_35848_6778880.ogg | Bin 0 -> 23884 bytes .../Minecraft/mob/blaze/breathe4/_37872_6815744.ogg | Bin 0 -> 24588 bytes .../Sound/Minecraft/mob/blaze/death/hit.ogg | Bin 0 -> 32717 bytes .../Sound/Minecraft/mob/blaze/hit1/_6544_6909952.ogg | Bin 0 -> 7448 bytes .../Sound/Minecraft/mob/blaze/hit2/_6472_6918144.ogg | Bin 0 -> 7402 bytes .../Sound/Minecraft/mob/blaze/hit3/_7084_6926336.ogg | Bin 0 -> 7384 bytes .../Sound/Minecraft/mob/blaze/hit4/_7060_6934528.ogg | Bin 0 -> 7371 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe1/_38412_6701056.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe2/_35932_6742016.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe3/_35848_6778880.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe4/_37872_6815744.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/death/hit.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit1/_6544_6909952.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit2/_6472_6918144.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit3/_7084_6926336.ogg create mode 100644 Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit4/_7060_6934528.ogg (limited to 'Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze') diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe1/_38412_6701056.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe1/_38412_6701056.ogg new file mode 100644 index 00000000..b00d4f8c Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe1/_38412_6701056.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe2/_35932_6742016.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe2/_35932_6742016.ogg new file mode 100644 index 00000000..24798e41 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe2/_35932_6742016.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe3/_35848_6778880.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe3/_35848_6778880.ogg new file mode 100644 index 00000000..0eeffd88 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe3/_35848_6778880.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe4/_37872_6815744.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe4/_37872_6815744.ogg new file mode 100644 index 00000000..332d7098 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/breathe4/_37872_6815744.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/death/hit.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/death/hit.ogg new file mode 100644 index 00000000..7de5ec7a Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/death/hit.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit1/_6544_6909952.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit1/_6544_6909952.ogg new file mode 100644 index 00000000..b5393e5a Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit1/_6544_6909952.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit2/_6472_6918144.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit2/_6472_6918144.ogg new file mode 100644 index 00000000..bab8a0b9 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit2/_6472_6918144.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit3/_7084_6926336.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit3/_7084_6926336.ogg new file mode 100644 index 00000000..abaf2cb4 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit3/_7084_6926336.ogg differ diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit4/_7060_6934528.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit4/_7060_6934528.ogg new file mode 100644 index 00000000..80c7d5d9 Binary files /dev/null and b/Minecraft.Client/Windows64Media/Sound/Minecraft/mob/blaze/hit4/_7060_6934528.ogg differ -- cgit v1.2.3