[OpenAL] AL_SOFT_source_spatialize not supported in linux
Open
bug
- Dominant language
- C#
- Stars
- 5.2k
- Forks
- 477
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
# Summary
The extension "AL_SOFT_source_spatialize" is not available in WSL
```csharp
AL AL = AL.GetApi(true);
if (!AL.IsExtensionPresent("AL_SOFT_source_spatialize"))//true on Windows, false on Linux(WSL)
```
I'm not sure whether this is a problem with the binary or the operating system.
Contributor guide
Assessment
This issue has not been assessed yet.