Defold-Miniaudio-Extension

Defold Miniaudio Extension is a high-performance audio solution for the Defold engine. It is built on top of the miniaudio library and adopts a memory-based streaming approach using sys.load_resource, which resolves file path issues that often occur after bundling.

Although not an audio expert, the need for high-quality sound was very clear during development, so this extension was implemented with as much precision and care as possible. However, it has only been tested on Defold version 1.11.2 so far, and other versions may contain bugs or may not work as expected.

This extension currently covers a subset of Miniaudio features and is tested on limited scenarios.

12 Likes

Wow, thanks! This looks really interesting, I will be checking it out tomorrow!