Are there any good Open Source alternatives to FMOD? (We are working in C#)

@saint11 I don't have a ton of experience here, but from reading around it seems like OpenAL may be the closest thing (although it's just a library rather than a whole workflow, so may require some custom integration).

On a mildly related note, there have been some proposals for Godot Engine to build something like this, given the lack of comparable open source alternatives: https://github.com/godotengine/godot-proposals/issues/3394, https://github.com/godotengine/godot-proposals/issues/4407

Add procedural and parametrizable audio support · Issue #3394 · godotengine/godot-proposals

Describe the project you are working on Godot Describe the problem or limitation you are having in your project Sound designers in the industry end up having to use tools such as FMOD or Wise, with...

GitHub