implement openal hrtf audio support
- upgrade openal version
- add support to create openal context with hrtf enabled
- add option in audio settings for hrtf enablement
- add static property on Audio class for runtime toggling of hrtf
- fix bug with left/right and front/back being reversed
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Flax.Deps.Dependencies
|
||||
public override void Build(BuildOptions options)
|
||||
{
|
||||
var root = options.IntermediateFolder;
|
||||
var version = "1.19.1";
|
||||
var version = "1.23.0";
|
||||
var dstIncludePath = Path.Combine(options.ThirdPartyFolder, "OpenAL");
|
||||
|
||||
foreach (var platform in options.Platforms)
|
||||
|
||||
Reference in New Issue
Block a user