﻿{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProsodicEmotionInsertion",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Standard": "MPAI-CAE",
      "AIW": "",
      "AIM": "ProsodicEmotionInsertion",
      "Version": "V2.3"
    }
  },
  "Description": "This AIM implements Emotion Insertion1 function for CAE-EES that integrates the Speech Features with those of the Emotionless Speech input.",
  "Types": [
    {
      "Name": "SpeechFeatures_t",
      "Type": "number[]"
    },
    {
      "Name": "SpeechObject_t",
      "Type": "uint32[]"
    }
  ],
  "Ports": [
    {
      "Name": "ProsodicFeatures",
      "Direction": "InputOutput",
      "RecordType": "SpeechFeatures_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "EmotionlessSpeech",
      "Direction": "InputOutput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SpeechWithEmotion",
      "Direction": "OutputInput",
      "RecordType": "SpeechObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    }
  ],
  "SubAIMs": [],
  "Topology": [],
  "Implementations": [],
  "Documentation": [
    {
      "Type": "Tutorial",
      "URI": "https://mpai.community/standards/mpai-cae/"
    }
  ],
  "$id": "https://schemas.mpai.community/CAE1/V2.3/AIMs/ProsodicEmotionInsertion.json"
}