Shinobu is my custom audio engine for Godot based on the great miniaudio library.
This audio engine doesn't behave like Godot's audio engine, so I thought it would be nice to write some documentation to explain the basic gist of it.
Unlike godot's audio bus system, shinobu uses miniaudio's audio node system, this is much more powerful but might be harder to use.