RFC: Steam Audio bindings
Open
enhancement
- Dominant language
- C#
- Stars
- 5.2k
- Forks
- 477
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Steam Audio has recently been open sourced: https://github.com/ValveSoftware/steam-audio/tree/master
Silk.NET currently lacks more modern audio bindings, with XAudio being the closest we have today. OpenAL doesn't really have any modern implementations by vendors, and OpenAL Soft is a software implementation that in most cases forwards to other APIs. Miniaudio was investigated but was determined not to meet Silk.NET's industry recognition threshold. BASS is unsuitable due to its license.
With Steam Audio being Apache 2 and developed by a recognised industry player, should we consider adding Steam Audio bindings?
Contributor guide
Assessment
This issue has not been assessed yet.