Files
UnrealEngineUWP/Engine/Plugins/Runtime/MicrosoftSpatialAudio/MicroSoftSpatialSound.uplugin

31 lines
635 B
Plaintext
Raw Normal View History

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "MicrosoftSpatialSound",
"Description": "Audio spatialization plugin using Microsoft's SASAPI service.",
"Category": "Audio",
"CreatedBy": "Epic Games",
"CreatedByURL": "epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"HoloLens",
"Win64"
],
"Modules": [
{
"Name": "MicrosoftSpatialSound",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"HoloLens",
"Win64"
]
}
]
}