gem.json 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "gem_name": "AudioEngineWwise",
  3. "version": "1.0.0",
  4. "display_name": "Wwise Audio Engine",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "O3DE Extras",
  8. "origin_url": "https://github.com/o3de/o3de-extras/development/Gems/AudioEngineWwise",
  9. "type": "Code",
  10. "summary": "The Wwise Audio Engine Gem provides support for Audiokinetic Wave Works Interactive Sound Engine (Wwise).",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Audio",
  16. "Utility",
  17. "Tools"
  18. ],
  19. "compatible_engines": [
  20. "o3de-sdk>=2.1.0",
  21. "o3de>=2.1.0"
  22. ],
  23. "icon_path": "preview.png",
  24. "requirements": "Users will need to download Wwise from the <a href='https://www.audiokinetic.com/download/'>Audiokinetic Web Site</a>.",
  25. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/audio/wwise/audio-engine-wwise/",
  26. "dependencies": [
  27. "AudioSystem"
  28. ],
  29. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  30. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/audioenginewwise-1.0.0-gem.zip"
  31. }