You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Microphone/gem.json

20 lines
575 B
JSON

{
"gem_name": "Microphone",
"GemFormatVersion": 3,
"Uuid": "e70dd59f02f14ea49e6b38434e86ebf1",
"Name": "Microphone",
"DisplayName": "Microphone",
"Version": "0.1.0",
"LinkType": "Dynamic",
"Summary": "Provides access to connected Microphone Devices and ability to read their input.",
"Tags": ["Audio", "Microphone"],
"IconPath": "preview.png",
"Dependencies": [
{
"Uuid": "6f63f2b6d07f4b89b4b7c86ebee7feb8",
"VersionConstraints": [">=0.1.0"],
"_comment": "AudioSystem"
}
]
}