Hacker News new | ask | show | jobs
Show HN: AudioNimbus – Safe Rust Wrapper for Steam Audio (github.com)
1 points by mxncmr 120 days ago
I just released a new version of AudioNimbus. AudioNimbus is a safe Rust wrapper around Steam Audio, Valve's library for physics-based spatial audio (occlusion, reflections, reverb, HRTF) in games.

v0.12.0 comes with support for the latest Steam Audio version, major safety improvements, improved API ergonomics and documentation.

The library also includes an 'auto-install' feature that automatically downloads and links Steam Audio for you, removing the usual hassle of linking a C library.

Link to the project: https://github.com/MaxenceMaire/audionimbus

It is dual-licensed under MIT/Apache-2.0.

Release notes: https://github.com/MaxenceMaire/audionimbus/releases/tag/0.1...