Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Nexus Resonance brings real Steam Audio spatial sound into your Godot project - with real physics instead of approximations.While others compute echoes and paths in GDScript, which quickly hits limits. Nexus Resonance runs as a native GDExtension (C++ with Steam Audio) and uses the CPU much more efficiently. You get:- Physics-based occlusion - sound is dampened through walls- Realistic reverb - echo calculation via raytracing- Pathing - sound travels around obstacles- Bake workflow - precompute probes, pathing, and static sourcesResult: professional 3D audio with lower CPU load than pure GDScript solutions.
Nexus Resonance
Steam Audio integration for Godot 4: physics-based occlusion, reverb, and pathing.
See the main project README for full documentation.
Installation
- Copy this addon into your project's
addons/nexus_resonance/folder. - Ensure the GDExtension binaries in
bin/match your Godot version and platform. - Enable the plugin in Project → Project Settings → Plugins.
Translations
Translations are in translations/nexus_resonance.csv. To add a language:
- Add a column for the locale code (e.g.
de,fr). - Add translated strings for each key.
- Import via Godot Editor: select the CSV → Import dock → Reimport.
- Add the generated
.translationto Project Settings → Localization → Translations.
License
MIT. See LICENSE in this directory.
Nexus Resonance brings real Steam Audio spatial sound into your Godot project - with real physics instead of approximations.
While others compute echoes and paths in GDScript, which quickly hits limits. Nexus Resonance runs as a native GDExtension (C++ with Steam Audio) and uses the CPU much more efficiently.
You get:
- Physics-based occlusion - sound is dampened through walls
- Realistic reverb - echo calculation via raytracing
- Pathing - sound travels around obstacles
- Bake workflow - precompute probes, pathing, and static sources
Result: professional 3D audio with lower CPU load than pure GDScript solutions.
Reviews
Quick Information
Nexus Resonance brings real Steam Audio spatial sound into your Godot project - with real physics instead of approximations.While others compute echoes and paths in GDScript, which quickly hits limits. Nexus Resonance runs as a native GDExtension (C++ with Steam Audio) and uses the CPU much more efficiently. You get:- Physics-based occlusion - sound is dampened through walls- Realistic reverb - echo calculation via raytracing- Pathing - sound travels around obstacles- Bake workflow - precompute probes, pathing, and static sourcesResult: professional 3D audio with lower CPU load than pure GDScript solutions.