﻿{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpeechSynthesisForRestoration",
  "Identifier": {
    "ImplementerID": "/* String assigned by IIDRA */",
    "Specification": {
      "Standard": "MPAI-CAE",
      "AIW": "",
      "AIM": "SpeechSynthesisforRestoration",
      "Version": "V2.3"
    }
  },
  "Description": "This AIM implements peechSynthesisforRestoration function for CAE-SRS. The Neural Network Speech Model is passed to the Speech Synthesiser AIM, which also receives a Text List as input. Each element of Text List is a string specifying the text of a damaged section of Damaged Segment (or of Damaged Segment as a whole). Speech Synthesiser produces synthetic replacements for each damaged section (or for Damaged Segment as a whole) and pass-es the replacement(s) to Assembler.",
  "Types": [
    {
      "Name": "NNModel_t",
      "Type": "uint8[]"
    },
    {
      "Name": "SpeechObject_t",
      "Type": "uint8[]"
    },
    {
      "Name": "TextObject_t",
      "Type": "uint8[]"
    }
  ],
  "Ports": [
    {
      "Name": "TextList",
      "Direction": "InputOutput",
      "RecordType": "TextObject_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "NeuralNetworkSpeechModel",
      "Direction": "InputOutput",
      "RecordType": "NNModel_t",
      "Technology": "Software",
      "Protocol": "",
      "IsRemote": false
    },
    {
      "Name": "SynthesisedSpeech",
      "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/SpeechSynthesisForRestoration.json"
}