7b7adb8573
* Updates the Wwise SDK detection in CMake Parses AkWwiseSDKVersion.h to obtain the version instead of requiring an exact version to be installed. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Updates readme.md information about Wwise Rewrite some of the setup info about Wwise, mention the two ways in which Wwise can be found via CMake and that users can install later versions than the one specified. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Remove unnecessary parts of Wwise version detect Don't need to parse the file contents, it was only being used to print a message to CMake. Simplify the validation to just checking that the SDK version header exists. Maybe in the future we can reinstate better version checking to make sure the version falls within a range. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Updates capitalization of Audiokinetic name Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
13 lines
543 B
JSON
13 lines
543 B
JSON
{
|
|
"gem_name": "AudioEngineWwise",
|
|
"display_name": "Wwise Audio Engine",
|
|
"license": "Apache-2.0 Or MIT",
|
|
"origin": "Open 3D Engine - o3de.org",
|
|
"type": "Code",
|
|
"summary": "The Wwise Audio Engine Gem provides support for Audiokinetic Wave Works Interactive Sound Engine (Wwise).",
|
|
"canonical_tags": ["Gem"],
|
|
"user_tags": ["Audio", "Utility", "Tools"],
|
|
"icon_path": "preview.png",
|
|
"requirements": "Users will need to download Wwise from the Audiokinetic web site: https://www.audiokinetic.com/download/"
|
|
}
|