update OpenAL-Soft to 1.24.3.

This commit is contained in:
Sasha Szpakowski
2025-05-03 12:51:37 -03:00
parent 375c6f88cd
commit 5e4f3241ac
322 changed files with 54386 additions and 12885 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
#include <memory>
#include <vector>
#include "alspan.h"
#include "mysofa.h"
@@ -25,6 +27,6 @@ struct SofaField {
const char *SofaErrorStr(int err);
std::vector<SofaField> GetCompatibleLayout(const size_t m, const float *xyzs);
auto GetCompatibleLayout(al::span<const float> xyzs) -> std::vector<SofaField>;
#endif /* UTILS_SOFA_SUPPORT_H */