{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schemas.mpai.community/MMC/V2.2/AIMs/AudioSegmentation.json",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Name": "MPAI-MMC",
      "AIW": "",
      "AIM": "AudioSegmentation",
      "Version": "V2.2"
    }
  },
  "Description": "This AIM implements the segmentation of an audio program.",
  "Types": [
    {
      "Name": "SpeechObject_t",
      "Type": "{uint8[]}"
    },
    {
      "Name": "Time_t",
      "Type": "{uint8[]}"
    },
	    {
      "Name": "SpeechOverlap_t",
      "Type": "{uint8[]}"
    }

  ],
  "Ports": [
    {
      "Name": "SpeechFile",
      "Direction": "InputOutput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechObject",
      "Direction": "OutputInput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeakerhTime",
      "Direction": "OutputInput",
      "RecordType": "Time_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechOverlap",
      "Direction": "OutputInput",
      "RecordType": "SpeechOverlap_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/MPAI-MMC/"
    }
  ]
}