{
  "version": 2,
  "project": {
    "volume": 0.9,
    "fadeIn": {
      "duration": 2000000
    },
    "fadeOut": {
      "duration": 3000000
    },
    "compression": {
      "enabled": true,
      "threshold": -20,
      "ratio": 3,
      "knee": 20,
      "attack": 0.005,
      "release": 0.3,
      "makeupGain": 3
    },
    "filter": {
      "enabled": true,
      "type": "highpass",
      "frequency": 60,
      "q": 0.707
    },
    "files": [
      {
        "id": "file-1",
        "filename": "funky-boogie-brothers-the-little-big-beat-track.mp3",
        "source": "https://cdn.audiocutter.online/sounds/funky-boogie-brothers-the-little-big-beat-track.mp3"
      }
    ],
    "fragments": [
      {
        "id": "demo-fragment-intro",
        "name": "Intro",
        "start": 0,
        "fileId": "file-1",
        "fileStart": 0,
        "fileEnd": 6000000,
        "volume": 0.8,
        "fadeIn": 0,
        "fadeOut": 1000000
      },
      {
        "id": "demo-fragment-main",
        "name": "Main Beat",
        "start": 5000000,
        "fileId": "file-1",
        "fileStart": 20000000,
        "fileEnd": 35000000,
        "volume": 1,
        "fadeIn": 1000000,
        "fadeOut": 1000000
      },
      {
        "id": "demo-fragment-break",
        "name": "Break",
        "start": 19000000,
        "fileId": "file-1",
        "fileStart": 95000000,
        "fileEnd": 110000000,
        "volume": 0.75,
        "fadeIn": 1000000,
        "fadeOut": 1000000
      },
      {
        "id": "demo-fragment-finale",
        "name": "Finale",
        "start": 33000000,
        "fileId": "file-1",
        "fileStart": 120000000,
        "fileEnd": 135000000,
        "volume": 1,
        "fadeIn": 1000000,
        "fadeOut": 0
      }
    ]
  },
  "session": {
    "ui": {
      "title": "Hosted session demo",
      "instruction": "This is what an integration looks like. Edit the remix, then Submit to echo the payload back via httpbin.org.",
      "submitLabel": "Submit (demo)",
      "accentColor": "#7c3aed"
    },
    "output": {
      "mode": "multipart",
      "callbackUrl": "https://httpbin.org/post",
      "format": "mp3"
    }
  }
}
