{
  "fps": 24,
  "resolution": [
    832,
    1216
  ],
  "hotkeys": {
    "1": "neutral",
    "2": "happy",
    "3": "flirty",
    "4": "surprise",
    "5": "thoughtful"
  },
  "emotions": {
    "neutral": {
      "dir": "neutral",
      "frames": 1,
      "beats": {
        "idle": [
          0,
          1
        ]
      }
    },
    "happy": {
      "dir": "happy",
      "frames": 9,
      "beats": {
        "onset": [
          0,
          3
        ],
        "peak": [
          3,
          6
        ],
        "offset": [
          6,
          9
        ]
      }
    },
    "flirty": {
      "dir": "flirty",
      "frames": 7,
      "beats": {
        "onset": [
          0,
          2
        ],
        "peak": [
          2,
          5
        ],
        "offset": [
          5,
          7
        ]
      }
    },
    "surprise": {
      "dir": "surprise",
      "frames": 6,
      "beats": {
        "onset": [
          0,
          2
        ],
        "peak": [
          2,
          4
        ],
        "offset": [
          4,
          6
        ]
      }
    },
    "thoughtful": {
      "dir": "thoughtful",
      "frames": 5,
      "beats": {
        "onset": [
          0,
          2
        ],
        "peak": [
          2,
          4
        ],
        "offset": [
          4,
          5
        ]
      }
    }
  }
}