{
  "type": "File",
  "start": 0,
  "end": 5755,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 243,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 5755,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 243,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 45,
        "end": 77,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 54,
            "end": 58,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 13
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 54,
              "end": 58,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "loop"
              },
              "name": "loop"
            },
            "local": {
              "type": "Identifier",
              "start": 54,
              "end": 58,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "loop"
              },
              "name": "loop"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 66,
          "end": 77,
          "loc": {
            "start": {
              "line": 5,
              "column": 21
            },
            "end": {
              "line": 5,
              "column": 32
            }
          },
          "extra": {
            "rawValue": "./loop.js",
            "raw": "'./loop.js'"
          },
          "value": "./loop.js",
          "leadingComments": null,
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * An audio wrapper\n ",
            "start": 79,
            "end": 106,
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ClassDeclaration",
        "start": 107,
        "end": 2074,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 104,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 113,
          "end": 118,
          "loc": {
            "start": {
              "line": 10,
              "column": 6
            },
            "end": {
              "line": 10,
              "column": 11
            },
            "identifierName": "Sound"
          },
          "name": "Sound",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 119,
          "end": 2074,
          "loc": {
            "start": {
              "line": 10,
              "column": 12
            },
            "end": {
              "line": 104,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 217,
              "end": 753,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 2
                },
                "end": {
                  "line": 41,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 217,
                "end": 228,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 2
                  },
                  "end": {
                    "line": 15,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 231,
                  "end": 236,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 16
                    },
                    "end": {
                      "line": 15,
                      "column": 21
                    },
                    "identifierName": "audio"
                  },
                  "name": "audio"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 239,
                "end": 753,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 24
                  },
                  "end": {
                    "line": 41,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 323,
                    "end": 343,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 24
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 323,
                      "end": 343,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 24
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 323,
                        "end": 335,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 4
                          },
                          "end": {
                            "line": 21,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 323,
                          "end": 327,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 4
                            },
                            "end": {
                              "line": 21,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 328,
                          "end": 335,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 9
                            },
                            "end": {
                              "line": 21,
                              "column": 16
                            },
                            "identifierName": "__audio"
                          },
                          "name": "__audio"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 338,
                        "end": 343,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 19
                          },
                          "end": {
                            "line": 21,
                            "column": 24
                          },
                          "identifierName": "audio"
                        },
                        "name": "audio",
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": null,
                      "trailingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * The Audio element\n     * @type {Audio}\n     * @private\n     ",
                        "start": 245,
                        "end": 318,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 4
                          },
                          "end": {
                            "line": 20,
                            "column": 7
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Determines if audio is enabled\n     * @type {Boolean=false}\n     * @private\n     ",
                        "start": 348,
                        "end": 442,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 447,
                    "end": 469,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 26
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 447,
                      "end": 469,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 447,
                        "end": 461,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 447,
                          "end": 451,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 452,
                          "end": 461,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 9
                            },
                            "end": {
                              "line": 27,
                              "column": 18
                            },
                            "identifierName": "__enabled"
                          },
                          "name": "__enabled"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 464,
                        "end": 469,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 21
                          },
                          "end": {
                            "line": 27,
                            "column": 26
                          }
                        },
                        "value": false,
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": null,
                      "trailingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Determines if audio is enabled\n     * @type {Boolean=false}\n     * @private\n     ",
                        "start": 348,
                        "end": 442,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 4
                          },
                          "end": {
                            "line": 26,
                            "column": 7
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Determines if the audio should loop infinitly\n     * @type {Boolean=false}\n     * @private\n     ",
                        "start": 474,
                        "end": 583,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 588,
                    "end": 609,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 25
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 588,
                      "end": 609,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 25
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 588,
                        "end": 601,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 33,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 588,
                          "end": 592,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 593,
                          "end": 601,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 9
                            },
                            "end": {
                              "line": 33,
                              "column": 17
                            },
                            "identifierName": "__looped"
                          },
                          "name": "__looped"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 604,
                        "end": 609,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 20
                          },
                          "end": {
                            "line": 33,
                            "column": 25
                          }
                        },
                        "value": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Determines if the audio should loop infinitly\n     * @type {Boolean=false}\n     * @private\n     ",
                        "start": 474,
                        "end": 583,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 615,
                    "end": 749,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 615,
                      "end": 749,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 615,
                        "end": 637,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 4
                          },
                          "end": {
                            "line": 35,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 615,
                          "end": 620,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 4
                            },
                            "end": {
                              "line": 35,
                              "column": 9
                            },
                            "identifierName": "audio"
                          },
                          "name": "audio"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 621,
                          "end": 637,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 10
                            },
                            "end": {
                              "line": 35,
                              "column": 26
                            },
                            "identifierName": "addEventListener"
                          },
                          "name": "addEventListener"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "StringLiteral",
                          "start": 639,
                          "end": 646,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 28
                            },
                            "end": {
                              "line": 35,
                              "column": 35
                            }
                          },
                          "extra": {
                            "rawValue": "ended",
                            "raw": "'ended'"
                          },
                          "value": "ended"
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 648,
                          "end": 747,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 37
                            },
                            "end": {
                              "line": 40,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "start": 654,
                            "end": 747,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 43
                              },
                              "end": {
                                "line": 40,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 662,
                                "end": 683,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 27
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 662,
                                  "end": 683,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 27
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 662,
                                    "end": 679,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 662,
                                      "end": 667,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 11
                                        },
                                        "identifierName": "audio"
                                      },
                                      "name": "audio"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 668,
                                      "end": 679,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 23
                                        },
                                        "identifierName": "currentTime"
                                      },
                                      "name": "currentTime"
                                    },
                                    "computed": false
                                  },
                                  "right": {
                                    "type": "NumericLiteral",
                                    "start": 682,
                                    "end": 683,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 27
                                      }
                                    },
                                    "extra": {
                                      "rawValue": 0,
                                      "raw": "0"
                                    },
                                    "value": 0
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 690,
                                "end": 741,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "MemberExpression",
                                  "start": 695,
                                  "end": 708,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 695,
                                    "end": 699,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 700,
                                    "end": 708,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 24
                                      },
                                      "identifierName": "__looped"
                                    },
                                    "name": "__looped"
                                  },
                                  "computed": false
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 711,
                                  "end": 741,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 721,
                                      "end": 733,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 20
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 721,
                                        "end": 733,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 20
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 721,
                                          "end": 731,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 18
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 721,
                                            "end": 726,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 13
                                              },
                                              "identifierName": "audio"
                                            },
                                            "name": "audio"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 727,
                                            "end": 731,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 18
                                              },
                                              "identifierName": "play"
                                            },
                                            "name": "play"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Creates a Sound instance\n   * @param {Audio} audio The Audio element to wrap\n   ",
                  "start": 123,
                  "end": 214,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 2
                    },
                    "end": {
                      "line": 14,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sound to enabled or disabled\n   * @param {Boolean} enabled If true the Sound class will be enabled\n   ",
                  "start": 757,
                  "end": 879,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 2
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 882,
              "end": 936,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 2
                },
                "end": {
                  "line": 49,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 882,
                "end": 889,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 2
                  },
                  "end": {
                    "line": 47,
                    "column": 9
                  },
                  "identifierName": "enabled"
                },
                "name": "enabled",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 892,
                  "end": 899,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 12
                    },
                    "end": {
                      "line": 47,
                      "column": 19
                    },
                    "identifierName": "enabled"
                  },
                  "name": "enabled"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 902,
                "end": 936,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 22
                  },
                  "end": {
                    "line": 49,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 908,
                    "end": 932,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 28
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 908,
                      "end": 932,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 28
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 908,
                        "end": 922,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 908,
                          "end": 912,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 913,
                          "end": 922,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 9
                            },
                            "end": {
                              "line": 48,
                              "column": 18
                            },
                            "identifierName": "__enabled"
                          },
                          "name": "__enabled"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 925,
                        "end": 932,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 21
                          },
                          "end": {
                            "line": 48,
                            "column": 28
                          },
                          "identifierName": "enabled"
                        },
                        "name": "enabled"
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sound to enabled or disabled\n   * @param {Boolean} enabled If true the Sound class will be enabled\n   ",
                  "start": 757,
                  "end": 879,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 2
                    },
                    "end": {
                      "line": 46,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the volume of the Sound instance\n   * @param {Number} volume\n   ",
                  "start": 940,
                  "end": 1020,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 2
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1023,
              "end": 1079,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 2
                },
                "end": {
                  "line": 57,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1023,
                "end": 1029,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 2
                  },
                  "end": {
                    "line": 55,
                    "column": 8
                  },
                  "identifierName": "volume"
                },
                "name": "volume",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1032,
                  "end": 1038,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 11
                    },
                    "end": {
                      "line": 55,
                      "column": 17
                    },
                    "identifierName": "volume"
                  },
                  "name": "volume"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1041,
                "end": 1079,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 20
                  },
                  "end": {
                    "line": 57,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1047,
                    "end": 1075,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 4
                      },
                      "end": {
                        "line": 56,
                        "column": 32
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1047,
                      "end": 1075,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 32
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1047,
                        "end": 1066,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 4
                          },
                          "end": {
                            "line": 56,
                            "column": 23
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1047,
                          "end": 1059,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 4
                            },
                            "end": {
                              "line": 56,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1047,
                            "end": 1051,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 4
                              },
                              "end": {
                                "line": 56,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1052,
                            "end": 1059,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 9
                              },
                              "end": {
                                "line": 56,
                                "column": 16
                              },
                              "identifierName": "__audio"
                            },
                            "name": "__audio"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1060,
                          "end": 1066,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 17
                            },
                            "end": {
                              "line": 56,
                              "column": 23
                            },
                            "identifierName": "volume"
                          },
                          "name": "volume"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1069,
                        "end": 1075,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 26
                          },
                          "end": {
                            "line": 56,
                            "column": 32
                          },
                          "identifierName": "volume"
                        },
                        "name": "volume"
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the volume of the Sound instance\n   * @param {Number} volume\n   ",
                  "start": 940,
                  "end": 1020,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 2
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Play the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is played\n   ",
                  "start": 1083,
                  "end": 1193,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 2
                    },
                    "end": {
                      "line": 62,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1196,
              "end": 1486,
              "loc": {
                "start": {
                  "line": 63,
                  "column": 2
                },
                "end": {
                  "line": 76,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1196,
                "end": 1200,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 2
                  },
                  "end": {
                    "line": 63,
                    "column": 6
                  },
                  "identifierName": "play"
                },
                "name": "play",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 1204,
                "end": 1486,
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 10
                  },
                  "end": {
                    "line": 76,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 1210,
                    "end": 1271,
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 1215,
                      "end": 1230,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 9
                        },
                        "end": {
                          "line": 64,
                          "column": 24
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 1216,
                        "end": 1230,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 10
                          },
                          "end": {
                            "line": 64,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 1216,
                          "end": 1220,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 10
                            },
                            "end": {
                              "line": 64,
                              "column": 14
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1221,
                          "end": 1230,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 15
                            },
                            "end": {
                              "line": 64,
                              "column": 24
                            },
                            "identifierName": "__enabled"
                          },
                          "name": "__enabled"
                        },
                        "computed": false
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1233,
                      "end": 1271,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 27
                        },
                        "end": {
                          "line": 66,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 1241,
                          "end": 1265,
                          "loc": {
                            "start": {
                              "line": 65,
                              "column": 6
                            },
                            "end": {
                              "line": 65,
                              "column": 30
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 1248,
                            "end": 1265,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 13
                              },
                              "end": {
                                "line": 65,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1248,
                              "end": 1263,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 13
                                },
                                "end": {
                                  "line": 65,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1248,
                                "end": 1255,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1256,
                                "end": 1263,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1277,
                    "end": 1309,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 68,
                        "column": 36
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1281,
                        "end": 1309,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 8
                          },
                          "end": {
                            "line": 68,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1281,
                          "end": 1287,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 8
                            },
                            "end": {
                              "line": 68,
                              "column": 14
                            },
                            "identifierName": "result"
                          },
                          "name": "result"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 1290,
                          "end": 1309,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 17
                            },
                            "end": {
                              "line": 68,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1290,
                            "end": 1307,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 17
                              },
                              "end": {
                                "line": 68,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1290,
                              "end": 1302,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 17
                                },
                                "end": {
                                  "line": 68,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1290,
                                "end": 1294,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 21
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1295,
                                "end": 1302,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 29
                                  },
                                  "identifierName": "__audio"
                                },
                                "name": "__audio"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1303,
                              "end": 1307,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 30
                                },
                                "end": {
                                  "line": 68,
                                  "column": 34
                                },
                                "identifierName": "play"
                              },
                              "name": "play"
                            },
                            "computed": false
                          },
                          "arguments": [],
                          "trailingComments": null
                        },
                        "trailingComments": null
                      }
                    ],
                    "kind": "let",
                    "trailingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Old browsers don't return a promise for play(), so we create one",
                        "start": 1315,
                        "end": 1382,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 71
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "IfStatement",
                    "start": 1387,
                    "end": 1463,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 4
                      },
                      "end": {
                        "line": 73,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 1392,
                      "end": 1422,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 9
                        },
                        "end": {
                          "line": 71,
                          "column": 39
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "BinaryExpression",
                        "start": 1395,
                        "end": 1420,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 12
                          },
                          "end": {
                            "line": 71,
                            "column": 37
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1395,
                          "end": 1401,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 12
                            },
                            "end": {
                              "line": 71,
                              "column": 18
                            },
                            "identifierName": "result"
                          },
                          "name": "result",
                          "leadingComments": null
                        },
                        "operator": "instanceof",
                        "right": {
                          "type": "Identifier",
                          "start": 1413,
                          "end": 1420,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 30
                            },
                            "end": {
                              "line": 71,
                              "column": 37
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "leadingComments": null,
                        "extra": {
                          "parenthesized": true,
                          "parenStart": 1393
                        }
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      },
                      "leadingComments": null
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1425,
                      "end": 1463,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 42
                        },
                        "end": {
                          "line": 73,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ReturnStatement",
                          "start": 1433,
                          "end": 1457,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 6
                            },
                            "end": {
                              "line": 72,
                              "column": 30
                            }
                          },
                          "argument": {
                            "type": "CallExpression",
                            "start": 1440,
                            "end": 1457,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 13
                              },
                              "end": {
                                "line": 72,
                                "column": 30
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1440,
                              "end": 1455,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 13
                                },
                                "end": {
                                  "line": 72,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1440,
                                "end": 1447,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 20
                                  },
                                  "identifierName": "Promise"
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1448,
                                "end": 1455,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 28
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null,
                    "leadingComments": [
                      {
                        "type": "CommentLine",
                        "value": " Old browsers don't return a promise for play(), so we create one",
                        "start": 1315,
                        "end": 1382,
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 4
                          },
                          "end": {
                            "line": 70,
                            "column": 71
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1469,
                    "end": 1482,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 17
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 1476,
                      "end": 1482,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 11
                        },
                        "end": {
                          "line": 75,
                          "column": 17
                        },
                        "identifierName": "result"
                      },
                      "name": "result"
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Play the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is played\n   ",
                  "start": 1083,
                  "end": 1193,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 2
                    },
                    "end": {
                      "line": 62,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Pause the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is paused\n   ",
                  "start": 1490,
                  "end": 1601,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 2
                    },
                    "end": {
                      "line": 81,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1604,
              "end": 1714,
              "loc": {
                "start": {
                  "line": 82,
                  "column": 2
                },
                "end": {
                  "line": 87,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1604,
                "end": 1609,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 2
                  },
                  "end": {
                    "line": 82,
                    "column": 7
                  },
                  "identifierName": "pause"
                },
                "name": "pause",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 1613,
                "end": 1714,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 11
                  },
                  "end": {
                    "line": 87,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 1619,
                    "end": 1681,
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 4
                      },
                      "end": {
                        "line": 85,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "UnaryExpression",
                      "start": 1624,
                      "end": 1644,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 9
                        },
                        "end": {
                          "line": 83,
                          "column": 29
                        }
                      },
                      "operator": "!",
                      "prefix": true,
                      "argument": {
                        "type": "MemberExpression",
                        "start": 1625,
                        "end": 1644,
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 10
                          },
                          "end": {
                            "line": 83,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1625,
                          "end": 1637,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 10
                            },
                            "end": {
                              "line": 83,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1625,
                            "end": 1629,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 10
                              },
                              "end": {
                                "line": 83,
                                "column": 14
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1630,
                            "end": 1637,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 15
                              },
                              "end": {
                                "line": 83,
                                "column": 22
                              },
                              "identifierName": "__audio"
                            },
                            "name": "__audio"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1638,
                          "end": 1644,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 23
                            },
                            "end": {
                              "line": 83,
                              "column": 29
                            },
                            "identifierName": "paused"
                          },
                          "name": "paused"
                        },
                        "computed": false
                      },
                      "extra": {
                        "parenthesizedArgument": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1647,
                      "end": 1681,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 32
                        },
                        "end": {
                          "line": 85,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1655,
                          "end": 1675,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 6
                            },
                            "end": {
                              "line": 84,
                              "column": 26
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1655,
                            "end": 1675,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 6
                              },
                              "end": {
                                "line": 84,
                                "column": 26
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1655,
                              "end": 1673,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 6
                                },
                                "end": {
                                  "line": 84,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1655,
                                "end": 1667,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1655,
                                  "end": 1659,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1660,
                                  "end": 1667,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 18
                                    },
                                    "identifierName": "__audio"
                                  },
                                  "name": "__audio"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1668,
                                "end": 1673,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 24
                                  },
                                  "identifierName": "pause"
                                },
                                "name": "pause"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 1686,
                    "end": 1710,
                    "loc": {
                      "start": {
                        "line": 86,
                        "column": 4
                      },
                      "end": {
                        "line": 86,
                        "column": 28
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 1693,
                      "end": 1710,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 11
                        },
                        "end": {
                          "line": 86,
                          "column": 28
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1693,
                        "end": 1708,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 11
                          },
                          "end": {
                            "line": 86,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 1693,
                          "end": 1700,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 11
                            },
                            "end": {
                              "line": 86,
                              "column": 18
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1701,
                          "end": 1708,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 19
                            },
                            "end": {
                              "line": 86,
                              "column": 26
                            },
                            "identifierName": "resolve"
                          },
                          "name": "resolve"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Pause the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is paused\n   ",
                  "start": 1490,
                  "end": 1601,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 2
                    },
                    "end": {
                      "line": 81,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sound to muted or unmuted\n   * @param {Boolean} mute If true the Sound class will be muted\n   ",
                  "start": 1718,
                  "end": 1832,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 2
                    },
                    "end": {
                      "line": 92,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 1835,
              "end": 1884,
              "loc": {
                "start": {
                  "line": 93,
                  "column": 2
                },
                "end": {
                  "line": 95,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1835,
                "end": 1839,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 2
                  },
                  "end": {
                    "line": 93,
                    "column": 6
                  },
                  "identifierName": "mute"
                },
                "name": "mute",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1842,
                  "end": 1846,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 9
                    },
                    "end": {
                      "line": 93,
                      "column": 13
                    },
                    "identifierName": "mute"
                  },
                  "name": "mute"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1849,
                "end": 1884,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 16
                  },
                  "end": {
                    "line": 95,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1855,
                    "end": 1880,
                    "loc": {
                      "start": {
                        "line": 94,
                        "column": 4
                      },
                      "end": {
                        "line": 94,
                        "column": 29
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1855,
                      "end": 1880,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 4
                        },
                        "end": {
                          "line": 94,
                          "column": 29
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 1855,
                        "end": 1873,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 4
                          },
                          "end": {
                            "line": 94,
                            "column": 22
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1855,
                          "end": 1867,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 4
                            },
                            "end": {
                              "line": 94,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1855,
                            "end": 1859,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 4
                              },
                              "end": {
                                "line": 94,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1860,
                            "end": 1867,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 9
                              },
                              "end": {
                                "line": 94,
                                "column": 16
                              },
                              "identifierName": "__audio"
                            },
                            "name": "__audio"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1868,
                          "end": 1873,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 17
                            },
                            "end": {
                              "line": 94,
                              "column": 22
                            },
                            "identifierName": "muted"
                          },
                          "name": "muted"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1876,
                        "end": 1880,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 25
                          },
                          "end": {
                            "line": 94,
                            "column": 29
                          },
                          "identifierName": "mute"
                        },
                        "name": "mute"
                      }
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sound to muted or unmuted\n   * @param {Boolean} mute If true the Sound class will be muted\n   ",
                  "start": 1718,
                  "end": 1832,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 2
                    },
                    "end": {
                      "line": 92,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sound to looped or single play\n   * @param {Boolean} looped If true the Sound class will be looped infinitely\n   ",
                  "start": 1888,
                  "end": 2021,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 2
                    },
                    "end": {
                      "line": 100,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2024,
              "end": 2072,
              "loc": {
                "start": {
                  "line": 101,
                  "column": 2
                },
                "end": {
                  "line": 103,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2024,
                "end": 2028,
                "loc": {
                  "start": {
                    "line": 101,
                    "column": 2
                  },
                  "end": {
                    "line": 101,
                    "column": 6
                  },
                  "identifierName": "loop"
                },
                "name": "loop",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2031,
                  "end": 2037,
                  "loc": {
                    "start": {
                      "line": 101,
                      "column": 9
                    },
                    "end": {
                      "line": 101,
                      "column": 15
                    },
                    "identifierName": "looped"
                  },
                  "name": "looped"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2040,
                "end": 2072,
                "loc": {
                  "start": {
                    "line": 101,
                    "column": 18
                  },
                  "end": {
                    "line": 103,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2046,
                    "end": 2068,
                    "loc": {
                      "start": {
                        "line": 102,
                        "column": 4
                      },
                      "end": {
                        "line": 102,
                        "column": 26
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2046,
                      "end": 2068,
                      "loc": {
                        "start": {
                          "line": 102,
                          "column": 4
                        },
                        "end": {
                          "line": 102,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2046,
                        "end": 2059,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 4
                          },
                          "end": {
                            "line": 102,
                            "column": 17
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2046,
                          "end": 2050,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 4
                            },
                            "end": {
                              "line": 102,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2051,
                          "end": 2059,
                          "loc": {
                            "start": {
                              "line": 102,
                              "column": 9
                            },
                            "end": {
                              "line": 102,
                              "column": 17
                            },
                            "identifierName": "__looped"
                          },
                          "name": "__looped"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 2062,
                        "end": 2068,
                        "loc": {
                          "start": {
                            "line": 102,
                            "column": 20
                          },
                          "end": {
                            "line": 102,
                            "column": 26
                          },
                          "identifierName": "looped"
                        },
                        "name": "looped"
                      }
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sound to looped or single play\n   * @param {Boolean} looped If true the Sound class will be looped infinitely\n   ",
                  "start": 1888,
                  "end": 2021,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 2
                    },
                    "end": {
                      "line": 100,
                      "column": 5
                    }
                  }
                }
              ]
            }
          ],
          "trailingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * An audio wrapper\n ",
            "start": 79,
            "end": 106,
            "loc": {
              "start": {
                "line": 7,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A class containing multiple Sound instances\n ",
            "start": 2076,
            "end": 2130,
            "loc": {
              "start": {
                "line": 106,
                "column": 0
              },
              "end": {
                "line": 108,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 2131,
        "end": 5674,
        "loc": {
          "start": {
            "line": 109,
            "column": 0
          },
          "end": {
            "line": 236,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2137,
          "end": 2143,
          "loc": {
            "start": {
              "line": 109,
              "column": 6
            },
            "end": {
              "line": 109,
              "column": 12
            },
            "identifierName": "Sounds"
          },
          "name": "Sounds",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 2144,
          "end": 5674,
          "loc": {
            "start": {
              "line": 109,
              "column": 13
            },
            "end": {
              "line": 236,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 2194,
              "end": 2460,
              "loc": {
                "start": {
                  "line": 113,
                  "column": 2
                },
                "end": {
                  "line": 126,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2194,
                "end": 2205,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 2
                  },
                  "end": {
                    "line": 113,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2209,
                "end": 2460,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 17
                  },
                  "end": {
                    "line": 126,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2302,
                    "end": 2324,
                    "loc": {
                      "start": {
                        "line": 119,
                        "column": 4
                      },
                      "end": {
                        "line": 119,
                        "column": 26
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2302,
                      "end": 2324,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 4
                        },
                        "end": {
                          "line": 119,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2302,
                        "end": 2319,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 4
                          },
                          "end": {
                            "line": 119,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2302,
                          "end": 2306,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 4
                            },
                            "end": {
                              "line": 119,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2307,
                          "end": 2319,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 9
                            },
                            "end": {
                              "line": 119,
                              "column": 21
                            },
                            "identifierName": "__collection"
                          },
                          "name": "__collection"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 2322,
                        "end": 2324,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 24
                          },
                          "end": {
                            "line": 119,
                            "column": 26
                          }
                        },
                        "properties": [],
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": null,
                      "trailingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Holds the Sound instances\n     * @type {Object}\n     * @private\n     ",
                        "start": 2215,
                        "end": 2297,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 4
                          },
                          "end": {
                            "line": 118,
                            "column": 7
                          }
                        }
                      }
                    ],
                    "trailingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Determines if the Sounds are enabled\n     * @type {Boolean=false}\n     * @private\n     ",
                        "start": 2329,
                        "end": 2429,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 4
                          },
                          "end": {
                            "line": 124,
                            "column": 7
                          }
                        }
                      }
                    ]
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 2434,
                    "end": 2456,
                    "loc": {
                      "start": {
                        "line": 125,
                        "column": 4
                      },
                      "end": {
                        "line": 125,
                        "column": 26
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 2434,
                      "end": 2456,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 4
                        },
                        "end": {
                          "line": 125,
                          "column": 26
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 2434,
                        "end": 2448,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 4
                          },
                          "end": {
                            "line": 125,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2434,
                          "end": 2438,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 4
                            },
                            "end": {
                              "line": 125,
                              "column": 8
                            }
                          },
                          "leadingComments": null
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2439,
                          "end": 2448,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 9
                            },
                            "end": {
                              "line": 125,
                              "column": 18
                            },
                            "identifierName": "__enabled"
                          },
                          "name": "__enabled"
                        },
                        "computed": false,
                        "leadingComments": null
                      },
                      "right": {
                        "type": "BooleanLiteral",
                        "start": 2451,
                        "end": 2456,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 21
                          },
                          "end": {
                            "line": 125,
                            "column": 26
                          }
                        },
                        "value": false
                      },
                      "leadingComments": null
                    },
                    "leadingComments": [
                      {
                        "type": "CommentBlock",
                        "value": "*\n     * Determines if the Sounds are enabled\n     * @type {Boolean=false}\n     * @private\n     ",
                        "start": 2329,
                        "end": 2429,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 4
                          },
                          "end": {
                            "line": 124,
                            "column": 7
                          }
                        }
                      }
                    ]
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Create an instance of Sounds\n   ",
                  "start": 2148,
                  "end": 2191,
                  "loc": {
                    "start": {
                      "line": 110,
                      "column": 2
                    },
                    "end": {
                      "line": 112,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns a new instance of Sounds\n   * @return {Sounds} The newly created Sounds instance\n   ",
                  "start": 2464,
                  "end": 2567,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 2
                    },
                    "end": {
                      "line": 131,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2570,
              "end": 2609,
              "loc": {
                "start": {
                  "line": 132,
                  "column": 2
                },
                "end": {
                  "line": 134,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2570,
                "end": 2576,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 2
                  },
                  "end": {
                    "line": 132,
                    "column": 8
                  },
                  "identifierName": "create"
                },
                "name": "create",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2580,
                "end": 2609,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 12
                  },
                  "end": {
                    "line": 134,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 2586,
                    "end": 2605,
                    "loc": {
                      "start": {
                        "line": 133,
                        "column": 4
                      },
                      "end": {
                        "line": 133,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2593,
                      "end": 2605,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 11
                        },
                        "end": {
                          "line": 133,
                          "column": 23
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2597,
                        "end": 2603,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 15
                          },
                          "end": {
                            "line": 133,
                            "column": 21
                          },
                          "identifierName": "Sounds"
                        },
                        "name": "Sounds"
                      },
                      "arguments": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns a new instance of Sounds\n   * @return {Sounds} The newly created Sounds instance\n   ",
                  "start": 2464,
                  "end": 2567,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 2
                    },
                    "end": {
                      "line": 131,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Initializes the Sounds class. This is needed to enable Audio on some devices\n   * @return {Promise} The promise is resolved once audio is available\n   ",
                  "start": 2613,
                  "end": 2775,
                  "loc": {
                    "start": {
                      "line": 136,
                      "column": 2
                    },
                    "end": {
                      "line": 139,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 2778,
              "end": 4078,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 2
                },
                "end": {
                  "line": 175,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2778,
                "end": 2782,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 2
                  },
                  "end": {
                    "line": 140,
                    "column": 6
                  },
                  "identifierName": "init"
                },
                "name": "init",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 2786,
                "end": 4078,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 10
                  },
                  "end": {
                    "line": 175,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 2792,
                    "end": 4074,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 4
                      },
                      "end": {
                        "line": 174,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "NewExpression",
                      "start": 2799,
                      "end": 4074,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 11
                        },
                        "end": {
                          "line": 174,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 2803,
                        "end": 2810,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 15
                          },
                          "end": {
                            "line": 141,
                            "column": 22
                          },
                          "identifierName": "Promise"
                        },
                        "name": "Promise"
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 2812,
                          "end": 4072,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 24
                            },
                            "end": {
                              "line": 174,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 2814,
                              "end": 2821,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 26
                                },
                                "end": {
                                  "line": 141,
                                  "column": 33
                                },
                                "identifierName": "resolve"
                              },
                              "name": "resolve"
                            },
                            {
                              "type": "Identifier",
                              "start": 2823,
                              "end": 2829,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 35
                                },
                                "end": {
                                  "line": 141,
                                  "column": 41
                                },
                                "identifierName": "reject"
                              },
                              "name": "reject"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 2835,
                            "end": 4072,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 47
                              },
                              "end": {
                                "line": 174,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 2843,
                                "end": 3336,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 499
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 2847,
                                    "end": 3336,
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 499
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 2847,
                                      "end": 2852,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 15
                                        },
                                        "identifierName": "audio"
                                      },
                                      "name": "audio"
                                    },
                                    "init": {
                                      "type": "NewExpression",
                                      "start": 2855,
                                      "end": 3336,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 499
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2859,
                                        "end": 2864,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 27
                                          },
                                          "identifierName": "Audio"
                                        },
                                        "name": "Audio"
                                      },
                                      "arguments": [
                                        {
                                          "type": "StringLiteral",
                                          "start": 2866,
                                          "end": 3334,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 497
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV",
                                            "raw": "'data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV'"
                                          },
                                          "value": "data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV"
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3344,
                                "end": 3369,
                                "loc": {
                                  "start": {
                                    "line": 144,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 144,
                                    "column": 31
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3348,
                                    "end": 3369,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 31
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3348,
                                      "end": 3354,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 16
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 3357,
                                      "end": 3369,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 31
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3357,
                                        "end": 3367,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 29
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3357,
                                          "end": 3362,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 24
                                            },
                                            "identifierName": "audio"
                                          },
                                          "name": "audio"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3363,
                                          "end": 3367,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 29
                                            },
                                            "identifierName": "play"
                                          },
                                          "name": "play"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "IfStatement",
                                "start": 3376,
                                "end": 3463,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "UnaryExpression",
                                  "start": 3381,
                                  "end": 3411,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 41
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "BinaryExpression",
                                    "start": 3384,
                                    "end": 3409,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 39
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3384,
                                      "end": 3390,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 20
                                        },
                                        "identifierName": "result"
                                      },
                                      "name": "result"
                                    },
                                    "operator": "instanceof",
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3402,
                                      "end": 3409,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 39
                                        },
                                        "identifierName": "Promise"
                                      },
                                      "name": "Promise"
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 3382
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 3414,
                                  "end": 3463,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3424,
                                      "end": 3440,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 24
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3424,
                                        "end": 3440,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 24
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3424,
                                          "end": 3431,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 15
                                            },
                                            "identifierName": "resolve"
                                          },
                                          "name": "resolve"
                                        },
                                        "arguments": [
                                          {
                                            "type": "BooleanLiteral",
                                            "start": 3433,
                                            "end": 3438,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 22
                                              }
                                            },
                                            "value": false
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 3449,
                                      "end": 3455,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 14
                                        }
                                      },
                                      "argument": null
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 3471,
                                "end": 3784,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 7
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 3475,
                                    "end": 3784,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 7
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 3475,
                                      "end": 3481,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 16
                                        },
                                        "identifierName": "unlock"
                                      },
                                      "name": "unlock"
                                    },
                                    "init": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3484,
                                      "end": 3784,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 7
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 3490,
                                        "end": 3784,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 7
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3500,
                                            "end": 3776,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 13
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3500,
                                              "end": 3776,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 13
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3500,
                                                "end": 3716,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 16
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 3500,
                                                  "end": 3699,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 13
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3500,
                                                    "end": 3528,
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 15
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 3500,
                                                      "end": 3512,
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 151,
                                                          "column": 20
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 3500,
                                                        "end": 3510,
                                                        "loc": {
                                                          "start": {
                                                            "line": 151,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 151,
                                                            "column": 18
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3500,
                                                          "end": 3505,
                                                          "loc": {
                                                            "start": {
                                                              "line": 151,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 151,
                                                              "column": 13
                                                            },
                                                            "identifierName": "audio"
                                                          },
                                                          "name": "audio"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3506,
                                                          "end": 3510,
                                                          "loc": {
                                                            "start": {
                                                              "line": 151,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 151,
                                                              "column": 18
                                                            },
                                                            "identifierName": "play"
                                                          },
                                                          "name": "play"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": []
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3524,
                                                      "end": 3528,
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 15
                                                        },
                                                        "identifierName": "then"
                                                      },
                                                      "name": "then"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 3530,
                                                      "end": 3697,
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 11
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 3536,
                                                        "end": 3697,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 3550,
                                                            "end": 3602,
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 64
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 3550,
                                                              "end": 3602,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3550,
                                                                "end": 3583,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3550,
                                                                  "end": 3563,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 25
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 3550,
                                                                    "end": 3558,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 20
                                                                      },
                                                                      "identifierName": "document"
                                                                    },
                                                                    "name": "document"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3559,
                                                                    "end": 3563,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 21
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 25
                                                                      },
                                                                      "identifierName": "body"
                                                                    },
                                                                    "name": "body"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3564,
                                                                  "end": 3583,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 45
                                                                    },
                                                                    "identifierName": "removeEventListener"
                                                                  },
                                                                  "name": "removeEventListener"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "StringLiteral",
                                                                  "start": 3585,
                                                                  "end": 3592,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 54
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": "click",
                                                                    "raw": "'click'"
                                                                  },
                                                                  "value": "click"
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 3594,
                                                                  "end": 3600,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 62
                                                                    },
                                                                    "identifierName": "unlock"
                                                                  },
                                                                  "name": "unlock"
                                                                }
                                                              ],
                                                              "trailingComments": null
                                                            },
                                                            "trailingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Enabled",
                                                                "start": 3615,
                                                                "end": 3625,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 3638,
                                                            "end": 3657,
                                                            "loc": {
                                                              "start": {
                                                                "line": 155,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 155,
                                                                "column": 31
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 3638,
                                                              "end": 3657,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 155,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 31
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3638,
                                                                "end": 3649,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 23
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 3638,
                                                                  "end": 3642,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 16
                                                                    }
                                                                  },
                                                                  "leadingComments": null
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3643,
                                                                  "end": 3649,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 23
                                                                    },
                                                                    "identifierName": "enable"
                                                                  },
                                                                  "name": "enable"
                                                                },
                                                                "computed": false,
                                                                "leadingComments": null
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "BooleanLiteral",
                                                                  "start": 3651,
                                                                  "end": 3655,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 25
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 29
                                                                    }
                                                                  },
                                                                  "value": true
                                                                }
                                                              ],
                                                              "leadingComments": null
                                                            },
                                                            "leadingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Enabled",
                                                                "start": 3615,
                                                                "end": 3625,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 3670,
                                                            "end": 3685,
                                                            "loc": {
                                                              "start": {
                                                                "line": 156,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 156,
                                                                "column": 27
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 3670,
                                                              "end": 3685,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 156,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 156,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 3670,
                                                                "end": 3677,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 156,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 156,
                                                                    "column": 19
                                                                  },
                                                                  "identifierName": "resolve"
                                                                },
                                                                "name": "resolve"
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ThisExpression",
                                                                  "start": 3679,
                                                                  "end": 3683,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 156,
                                                                      "column": 21
                                                                    },
                                                                    "end": {
                                                                      "line": 156,
                                                                      "column": 25
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      }
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3711,
                                                  "end": 3716,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 16
                                                    },
                                                    "identifierName": "catch"
                                                  },
                                                  "name": "catch"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 3718,
                                                  "end": 3774,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 160,
                                                      "column": 11
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 3720,
                                                      "end": 3726,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 26
                                                        },
                                                        "identifierName": "reason"
                                                      },
                                                      "name": "reason"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 3732,
                                                    "end": 3774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 3746,
                                                        "end": 3762,
                                                        "loc": {
                                                          "start": {
                                                            "line": 159,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 159,
                                                            "column": 28
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 3746,
                                                          "end": 3762,
                                                          "loc": {
                                                            "start": {
                                                              "line": 159,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 159,
                                                              "column": 28
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "Identifier",
                                                            "start": 3746,
                                                            "end": 3752,
                                                            "loc": {
                                                              "start": {
                                                                "line": 159,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 159,
                                                                "column": 18
                                                              },
                                                              "identifierName": "reject"
                                                            },
                                                            "name": "reject"
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 3754,
                                                              "end": 3760,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 159,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 159,
                                                                  "column": 26
                                                                },
                                                                "identifierName": "reason"
                                                              },
                                                              "name": "reason"
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 3792,
                                "end": 4066,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 11
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 3792,
                                  "end": 4066,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 11
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3792,
                                    "end": 3925,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 3792,
                                      "end": 3910,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 11
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3792,
                                        "end": 3812,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 13
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3792,
                                          "end": 3798,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 12
                                            },
                                            "identifierName": "result"
                                          },
                                          "name": "result"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3808,
                                          "end": 3812,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 9
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 13
                                            },
                                            "identifierName": "then"
                                          },
                                          "name": "then"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 3814,
                                          "end": 3908,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 9
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 3820,
                                            "end": 3908,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3853,
                                                "end": 3872,
                                                "loc": {
                                                  "start": {
                                                    "line": 166,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 166,
                                                    "column": 29
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 3853,
                                                  "end": 3872,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 29
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3853,
                                                    "end": 3864,
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 21
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 3853,
                                                      "end": 3857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 14
                                                        }
                                                      },
                                                      "leadingComments": null
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3858,
                                                      "end": 3864,
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 21
                                                        },
                                                        "identifierName": "enable"
                                                      },
                                                      "name": "enable"
                                                    },
                                                    "computed": false,
                                                    "leadingComments": null
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BooleanLiteral",
                                                      "start": 3866,
                                                      "end": 3870,
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 27
                                                        }
                                                      },
                                                      "value": true
                                                    }
                                                  ],
                                                  "leadingComments": null
                                                },
                                                "leadingComments": [
                                                  {
                                                    "type": "CommentLine",
                                                    "value": " Enabled",
                                                    "start": 3832,
                                                    "end": 3842,
                                                    "loc": {
                                                      "start": {
                                                        "line": 165,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 165,
                                                        "column": 20
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3883,
                                                "end": 3898,
                                                "loc": {
                                                  "start": {
                                                    "line": 167,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 167,
                                                    "column": 25
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 3883,
                                                  "end": 3898,
                                                  "loc": {
                                                    "start": {
                                                      "line": 167,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 167,
                                                      "column": 25
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 3883,
                                                    "end": 3890,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 17
                                                      },
                                                      "identifierName": "resolve"
                                                    },
                                                    "name": "resolve"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ThisExpression",
                                                      "start": 3892,
                                                      "end": 3896,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 23
                                                        }
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3920,
                                      "end": 3925,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 9
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 14
                                        },
                                        "identifierName": "catch"
                                      },
                                      "name": "catch"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3927,
                                      "end": 4064,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 173,
                                          "column": 9
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 3933,
                                        "end": 4064,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 3945,
                                            "end": 4001,
                                            "loc": {
                                              "start": {
                                                "line": 170,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 170,
                                                "column": 66
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3945,
                                              "end": 4001,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 66
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3945,
                                                "end": 3975,
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 40
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3945,
                                                  "end": 3958,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 23
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3945,
                                                    "end": 3953,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 18
                                                      },
                                                      "identifierName": "document"
                                                    },
                                                    "name": "document"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3954,
                                                    "end": 3958,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 23
                                                      },
                                                      "identifierName": "body"
                                                    },
                                                    "name": "body"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3959,
                                                  "end": 3975,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 40
                                                    },
                                                    "identifierName": "addEventListener"
                                                  },
                                                  "name": "addEventListener"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "StringLiteral",
                                                  "start": 3977,
                                                  "end": 3984,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 49
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": "click",
                                                    "raw": "'click'"
                                                  },
                                                  "value": "click"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 3986,
                                                  "end": 3992,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 57
                                                    },
                                                    "identifierName": "unlock"
                                                  },
                                                  "name": "unlock"
                                                },
                                                {
                                                  "type": "BooleanLiteral",
                                                  "start": 3994,
                                                  "end": 3999,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 64
                                                    }
                                                  },
                                                  "value": false
                                                }
                                              ],
                                              "trailingComments": null
                                            },
                                            "trailingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Disabled",
                                                "start": 4012,
                                                "end": 4023,
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 21
                                                  }
                                                }
                                              }
                                            ]
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 4034,
                                            "end": 4054,
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 172,
                                                "column": 30
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 4034,
                                              "end": 4054,
                                              "loc": {
                                                "start": {
                                                  "line": 172,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 172,
                                                  "column": 30
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4034,
                                                "end": 4045,
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 21
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 4034,
                                                  "end": 4038,
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 14
                                                    }
                                                  },
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4039,
                                                  "end": 4045,
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 21
                                                    },
                                                    "identifierName": "enable"
                                                  },
                                                  "name": "enable"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BooleanLiteral",
                                                  "start": 4047,
                                                  "end": 4052,
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 28
                                                    }
                                                  },
                                                  "value": false
                                                }
                                              ],
                                              "leadingComments": null
                                            },
                                            "leadingComments": [
                                              {
                                                "type": "CommentLine",
                                                "value": " Disabled",
                                                "start": 4012,
                                                "end": 4023,
                                                "loc": {
                                                  "start": {
                                                    "line": 171,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 21
                                                  }
                                                }
                                              }
                                            ]
                                          }
                                        ],
                                        "directives": []
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Initializes the Sounds class. This is needed to enable Audio on some devices\n   * @return {Promise} The promise is resolved once audio is available\n   ",
                  "start": 2613,
                  "end": 2775,
                  "loc": {
                    "start": {
                      "line": 136,
                      "column": 2
                    },
                    "end": {
                      "line": 139,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sounds class to enabled or disabled\n   * @param {Boolean} enable If true the Sound instances will be enabled\n   ",
                  "start": 4082,
                  "end": 4214,
                  "loc": {
                    "start": {
                      "line": 177,
                      "column": 2
                    },
                    "end": {
                      "line": 180,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4217,
              "end": 4351,
              "loc": {
                "start": {
                  "line": 181,
                  "column": 2
                },
                "end": {
                  "line": 187,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4217,
                "end": 4223,
                "loc": {
                  "start": {
                    "line": 181,
                    "column": 2
                  },
                  "end": {
                    "line": 181,
                    "column": 8
                  },
                  "identifierName": "enable"
                },
                "name": "enable",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4226,
                  "end": 4232,
                  "loc": {
                    "start": {
                      "line": 181,
                      "column": 11
                    },
                    "end": {
                      "line": 181,
                      "column": 17
                    },
                    "identifierName": "enable"
                  },
                  "name": "enable"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4235,
                "end": 4351,
                "loc": {
                  "start": {
                    "line": 181,
                    "column": 20
                  },
                  "end": {
                    "line": 187,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 4241,
                    "end": 4264,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 4
                      },
                      "end": {
                        "line": 182,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4241,
                      "end": 4264,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 4
                        },
                        "end": {
                          "line": 182,
                          "column": 27
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4241,
                        "end": 4255,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 4
                          },
                          "end": {
                            "line": 182,
                            "column": 18
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4241,
                          "end": 4245,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 4
                            },
                            "end": {
                              "line": 182,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4246,
                          "end": 4255,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 9
                            },
                            "end": {
                              "line": 182,
                              "column": 18
                            },
                            "identifierName": "__enabled"
                          },
                          "name": "__enabled"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 4258,
                        "end": 4264,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 21
                          },
                          "end": {
                            "line": 182,
                            "column": 27
                          },
                          "identifierName": "enable"
                        },
                        "name": "enable"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4270,
                    "end": 4347,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 4
                      },
                      "end": {
                        "line": 186,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4270,
                      "end": 4347,
                      "loc": {
                        "start": {
                          "line": 184,
                          "column": 4
                        },
                        "end": {
                          "line": 186,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 4270,
                        "end": 4274,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 4
                          },
                          "end": {
                            "line": 184,
                            "column": 8
                          },
                          "identifierName": "loop"
                        },
                        "name": "loop"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 4276,
                          "end": 4293,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 10
                            },
                            "end": {
                              "line": 184,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4276,
                            "end": 4280,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 10
                              },
                              "end": {
                                "line": 184,
                                "column": 14
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4281,
                            "end": 4293,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 15
                              },
                              "end": {
                                "line": 184,
                                "column": 27
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 4295,
                          "end": 4345,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 29
                            },
                            "end": {
                              "line": 186,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 4297,
                              "end": 4302,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 31
                                },
                                "end": {
                                  "line": 184,
                                  "column": 36
                                },
                                "identifierName": "sound"
                              },
                              "name": "sound"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 4308,
                            "end": 4345,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 42
                              },
                              "end": {
                                "line": 186,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4316,
                                "end": 4339,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 29
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4316,
                                  "end": 4339,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 29
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4316,
                                    "end": 4329,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4316,
                                      "end": 4321,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 11
                                        },
                                        "identifierName": "sound"
                                      },
                                      "name": "sound"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4322,
                                      "end": 4329,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 19
                                        },
                                        "identifierName": "enabled"
                                      },
                                      "name": "enabled"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4331,
                                      "end": 4337,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 27
                                        },
                                        "identifierName": "enable"
                                      },
                                      "name": "enable"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sounds class to enabled or disabled\n   * @param {Boolean} enable If true the Sound instances will be enabled\n   ",
                  "start": 4082,
                  "end": 4214,
                  "loc": {
                    "start": {
                      "line": 177,
                      "column": 2
                    },
                    "end": {
                      "line": 180,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sounds class to muted or unmuted\n   * @param {Boolean} mute If true the Sound instances will be muted\n   ",
                  "start": 4355,
                  "end": 4480,
                  "loc": {
                    "start": {
                      "line": 189,
                      "column": 2
                    },
                    "end": {
                      "line": 192,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4483,
              "end": 4579,
              "loc": {
                "start": {
                  "line": 193,
                  "column": 2
                },
                "end": {
                  "line": 197,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4483,
                "end": 4487,
                "loc": {
                  "start": {
                    "line": 193,
                    "column": 2
                  },
                  "end": {
                    "line": 193,
                    "column": 6
                  },
                  "identifierName": "mute"
                },
                "name": "mute",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4490,
                  "end": 4494,
                  "loc": {
                    "start": {
                      "line": 193,
                      "column": 9
                    },
                    "end": {
                      "line": 193,
                      "column": 13
                    },
                    "identifierName": "mute"
                  },
                  "name": "mute"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4497,
                "end": 4579,
                "loc": {
                  "start": {
                    "line": 193,
                    "column": 16
                  },
                  "end": {
                    "line": 197,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 4503,
                    "end": 4575,
                    "loc": {
                      "start": {
                        "line": 194,
                        "column": 4
                      },
                      "end": {
                        "line": 196,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4503,
                      "end": 4575,
                      "loc": {
                        "start": {
                          "line": 194,
                          "column": 4
                        },
                        "end": {
                          "line": 196,
                          "column": 7
                        }
                      },
                      "callee": {
                        "type": "Identifier",
                        "start": 4503,
                        "end": 4507,
                        "loc": {
                          "start": {
                            "line": 194,
                            "column": 4
                          },
                          "end": {
                            "line": 194,
                            "column": 8
                          },
                          "identifierName": "loop"
                        },
                        "name": "loop"
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 4509,
                          "end": 4526,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 10
                            },
                            "end": {
                              "line": 194,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4509,
                            "end": 4513,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 10
                              },
                              "end": {
                                "line": 194,
                                "column": 14
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4514,
                            "end": 4526,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 15
                              },
                              "end": {
                                "line": 194,
                                "column": 27
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false
                        },
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 4528,
                          "end": 4573,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 29
                            },
                            "end": {
                              "line": 196,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 4530,
                              "end": 4535,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 31
                                },
                                "end": {
                                  "line": 194,
                                  "column": 36
                                },
                                "identifierName": "sound"
                              },
                              "name": "sound"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 4541,
                            "end": 4573,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 42
                              },
                              "end": {
                                "line": 196,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 4549,
                                "end": 4567,
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 24
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 4549,
                                  "end": 4567,
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 24
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4549,
                                    "end": 4559,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 16
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4549,
                                      "end": 4554,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 11
                                        },
                                        "identifierName": "sound"
                                      },
                                      "name": "sound"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4555,
                                      "end": 4559,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 16
                                        },
                                        "identifierName": "mute"
                                      },
                                      "name": "mute"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4561,
                                      "end": 4565,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 22
                                        },
                                        "identifierName": "mute"
                                      },
                                      "name": "mute"
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Sets the Sounds class to muted or unmuted\n   * @param {Boolean} mute If true the Sound instances will be muted\n   ",
                  "start": 4355,
                  "end": 4480,
                  "loc": {
                    "start": {
                      "line": 189,
                      "column": 2
                    },
                    "end": {
                      "line": 192,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Adds a Sound instance to the Sounds\n   * @param {String} name An identifer to represent the Audio added\n   * @param {Audio|String} audio An Audio instance or an url to an audio file\n   * @return {Sound} Returns the Sound instance\n   ",
                  "start": 4583,
                  "end": 4827,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 2
                    },
                    "end": {
                      "line": 204,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 4830,
              "end": 5077,
              "loc": {
                "start": {
                  "line": 205,
                  "column": 2
                },
                "end": {
                  "line": 212,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4830,
                "end": 4833,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 2
                  },
                  "end": {
                    "line": 205,
                    "column": 5
                  },
                  "identifierName": "add"
                },
                "name": "add",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 4836,
                  "end": 4840,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 8
                    },
                    "end": {
                      "line": 205,
                      "column": 12
                    },
                    "identifierName": "name"
                  },
                  "name": "name"
                },
                {
                  "type": "Identifier",
                  "start": 4842,
                  "end": 4847,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 14
                    },
                    "end": {
                      "line": 205,
                      "column": 19
                    },
                    "identifierName": "audio"
                  },
                  "name": "audio"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 4850,
                "end": 5077,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 22
                  },
                  "end": {
                    "line": 212,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 4856,
                    "end": 4929,
                    "loc": {
                      "start": {
                        "line": 206,
                        "column": 4
                      },
                      "end": {
                        "line": 208,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 4861,
                      "end": 4886,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 9
                        },
                        "end": {
                          "line": 206,
                          "column": 34
                        }
                      },
                      "left": {
                        "type": "UnaryExpression",
                        "start": 4861,
                        "end": 4873,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 9
                          },
                          "end": {
                            "line": 206,
                            "column": 21
                          }
                        },
                        "operator": "typeof",
                        "prefix": true,
                        "argument": {
                          "type": "Identifier",
                          "start": 4868,
                          "end": 4873,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 16
                            },
                            "end": {
                              "line": 206,
                              "column": 21
                            },
                            "identifierName": "audio"
                          },
                          "name": "audio"
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "operator": "===",
                      "right": {
                        "type": "StringLiteral",
                        "start": 4878,
                        "end": 4886,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 26
                          },
                          "end": {
                            "line": 206,
                            "column": 34
                          }
                        },
                        "extra": {
                          "rawValue": "string",
                          "raw": "'string'"
                        },
                        "value": "string"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 4889,
                      "end": 4929,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 37
                        },
                        "end": {
                          "line": 208,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 4897,
                          "end": 4923,
                          "loc": {
                            "start": {
                              "line": 207,
                              "column": 6
                            },
                            "end": {
                              "line": 207,
                              "column": 32
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 4897,
                            "end": 4923,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 6
                              },
                              "end": {
                                "line": 207,
                                "column": 32
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 4897,
                              "end": 4902,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 6
                                },
                                "end": {
                                  "line": 207,
                                  "column": 11
                                },
                                "identifierName": "audio"
                              },
                              "name": "audio"
                            },
                            "right": {
                              "type": "NewExpression",
                              "start": 4905,
                              "end": 4923,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 14
                                },
                                "end": {
                                  "line": 207,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 4909,
                                "end": 4914,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 23
                                  },
                                  "identifierName": "Audio"
                                },
                                "name": "Audio"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4916,
                                  "end": 4921,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 30
                                    },
                                    "identifierName": "audio"
                                  },
                                  "name": "audio"
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4934,
                    "end": 4980,
                    "loc": {
                      "start": {
                        "line": 209,
                        "column": 4
                      },
                      "end": {
                        "line": 209,
                        "column": 50
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 4934,
                      "end": 4980,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 4
                        },
                        "end": {
                          "line": 209,
                          "column": 50
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 4934,
                        "end": 4959,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 4
                          },
                          "end": {
                            "line": 209,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4934,
                          "end": 4951,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 4
                            },
                            "end": {
                              "line": 209,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4934,
                            "end": 4938,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 4
                              },
                              "end": {
                                "line": 209,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4939,
                            "end": 4951,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 9
                              },
                              "end": {
                                "line": 209,
                                "column": 21
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4953,
                          "end": 4957,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 23
                            },
                            "end": {
                              "line": 209,
                              "column": 27
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": true
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 4962,
                        "end": 4980,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 32
                          },
                          "end": {
                            "line": 209,
                            "column": 50
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4966,
                          "end": 4971,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 36
                            },
                            "end": {
                              "line": 209,
                              "column": 41
                            },
                            "identifierName": "Sound"
                          },
                          "name": "Sound"
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4973,
                            "end": 4978,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 43
                              },
                              "end": {
                                "line": 209,
                                "column": 48
                              },
                              "identifierName": "audio"
                            },
                            "name": "audio"
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 4985,
                    "end": 5036,
                    "loc": {
                      "start": {
                        "line": 210,
                        "column": 4
                      },
                      "end": {
                        "line": 210,
                        "column": 55
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 4985,
                      "end": 5036,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 4
                        },
                        "end": {
                          "line": 210,
                          "column": 55
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 4985,
                        "end": 5018,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 4
                          },
                          "end": {
                            "line": 210,
                            "column": 37
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 4985,
                          "end": 5010,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 4
                            },
                            "end": {
                              "line": 210,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4985,
                            "end": 5002,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 4
                              },
                              "end": {
                                "line": 210,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4985,
                              "end": 4989,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 4
                                },
                                "end": {
                                  "line": 210,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4990,
                              "end": 5002,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 9
                                },
                                "end": {
                                  "line": 210,
                                  "column": 21
                                },
                                "identifierName": "__collection"
                              },
                              "name": "__collection"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5004,
                            "end": 5008,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 23
                              },
                              "end": {
                                "line": 210,
                                "column": 27
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": true
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5011,
                          "end": 5018,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 30
                            },
                            "end": {
                              "line": 210,
                              "column": 37
                            },
                            "identifierName": "enabled"
                          },
                          "name": "enabled"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 5020,
                          "end": 5034,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 39
                            },
                            "end": {
                              "line": 210,
                              "column": 53
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5020,
                            "end": 5024,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 39
                              },
                              "end": {
                                "line": 210,
                                "column": 43
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5025,
                            "end": 5034,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 44
                              },
                              "end": {
                                "line": 210,
                                "column": 53
                              },
                              "identifierName": "__enabled"
                            },
                            "name": "__enabled"
                          },
                          "computed": false
                        }
                      ]
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 5041,
                    "end": 5073,
                    "loc": {
                      "start": {
                        "line": 211,
                        "column": 4
                      },
                      "end": {
                        "line": 211,
                        "column": 36
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 5048,
                      "end": 5073,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 11
                        },
                        "end": {
                          "line": 211,
                          "column": 36
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5048,
                        "end": 5065,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 11
                          },
                          "end": {
                            "line": 211,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5048,
                          "end": 5052,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 11
                            },
                            "end": {
                              "line": 211,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5053,
                          "end": 5065,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 16
                            },
                            "end": {
                              "line": 211,
                              "column": 28
                            },
                            "identifierName": "__collection"
                          },
                          "name": "__collection"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5067,
                        "end": 5071,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 30
                          },
                          "end": {
                            "line": 211,
                            "column": 34
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      },
                      "computed": true
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Adds a Sound instance to the Sounds\n   * @param {String} name An identifer to represent the Audio added\n   * @param {Audio|String} audio An Audio instance or an url to an audio file\n   * @return {Sound} Returns the Sound instance\n   ",
                  "start": 4583,
                  "end": 4827,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 2
                    },
                    "end": {
                      "line": 204,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Remove a Sound instance from the Sounds\n   * @param {String} name An identifer to represent the Audio to be removed\n   ",
                  "start": 5081,
                  "end": 5211,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 2
                    },
                    "end": {
                      "line": 217,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 5214,
              "end": 5445,
              "loc": {
                "start": {
                  "line": 218,
                  "column": 2
                },
                "end": {
                  "line": 226,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5214,
                "end": 5220,
                "loc": {
                  "start": {
                    "line": 218,
                    "column": 2
                  },
                  "end": {
                    "line": 218,
                    "column": 8
                  },
                  "identifierName": "remove"
                },
                "name": "remove",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5223,
                  "end": 5227,
                  "loc": {
                    "start": {
                      "line": 218,
                      "column": 11
                    },
                    "end": {
                      "line": 218,
                      "column": 15
                    },
                    "identifierName": "name"
                  },
                  "name": "name"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 5230,
                "end": 5445,
                "loc": {
                  "start": {
                    "line": 218,
                    "column": 18
                  },
                  "end": {
                    "line": 226,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 5236,
                    "end": 5441,
                    "loc": {
                      "start": {
                        "line": 219,
                        "column": 4
                      },
                      "end": {
                        "line": 225,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 5241,
                      "end": 5264,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 9
                        },
                        "end": {
                          "line": 219,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5241,
                        "end": 5258,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 9
                          },
                          "end": {
                            "line": 219,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5241,
                          "end": 5245,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 9
                            },
                            "end": {
                              "line": 219,
                              "column": 13
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5246,
                          "end": 5258,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 14
                            },
                            "end": {
                              "line": 219,
                              "column": 26
                            },
                            "identifierName": "__collection"
                          },
                          "name": "__collection"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5259,
                        "end": 5263,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 27
                          },
                          "end": {
                            "line": 219,
                            "column": 31
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      },
                      "computed": true
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 5267,
                      "end": 5441,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 35
                        },
                        "end": {
                          "line": 225,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 5275,
                          "end": 5317,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 6
                            },
                            "end": {
                              "line": 220,
                              "column": 48
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 5275,
                            "end": 5317,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 6
                              },
                              "end": {
                                "line": 220,
                                "column": 48
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5275,
                              "end": 5308,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 6
                                },
                                "end": {
                                  "line": 220,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5275,
                                "end": 5300,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5275,
                                  "end": 5292,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5275,
                                    "end": 5279,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5280,
                                    "end": 5292,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 23
                                      },
                                      "identifierName": "__collection"
                                    },
                                    "name": "__collection"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5294,
                                  "end": 5298,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 29
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                },
                                "computed": true
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5301,
                                "end": 5308,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 39
                                  },
                                  "identifierName": "enabled"
                                },
                                "name": "enabled"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BooleanLiteral",
                                "start": 5310,
                                "end": 5315,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 46
                                  }
                                },
                                "value": false
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 5324,
                          "end": 5435,
                          "loc": {
                            "start": {
                              "line": 221,
                              "column": 6
                            },
                            "end": {
                              "line": 224,
                              "column": 11
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 5324,
                            "end": 5435,
                            "loc": {
                              "start": {
                                "line": 221,
                                "column": 6
                              },
                              "end": {
                                "line": 224,
                                "column": 11
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5324,
                              "end": 5371,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 6
                                },
                                "end": {
                                  "line": 222,
                                  "column": 13
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 5324,
                                "end": 5357,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 39
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 5324,
                                  "end": 5355,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5324,
                                    "end": 5349,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5324,
                                      "end": 5341,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5324,
                                        "end": 5328,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5329,
                                        "end": 5341,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 23
                                          },
                                          "identifierName": "__collection"
                                        },
                                        "name": "__collection"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5343,
                                      "end": 5347,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 29
                                        },
                                        "identifierName": "name"
                                      },
                                      "name": "name"
                                    },
                                    "computed": true
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5350,
                                    "end": 5355,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 37
                                      },
                                      "identifierName": "pause"
                                    },
                                    "name": "pause"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5367,
                                "end": 5371,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 13
                                  },
                                  "identifierName": "then"
                                },
                                "name": "then"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ArrowFunctionExpression",
                                "start": 5373,
                                "end": 5433,
                                "loc": {
                                  "start": {
                                    "line": 222,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 224,
                                    "column": 9
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 5379,
                                  "end": 5433,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 9
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 5391,
                                      "end": 5423,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 42
                                        }
                                      },
                                      "expression": {
                                        "type": "UnaryExpression",
                                        "start": 5391,
                                        "end": 5423,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 42
                                          }
                                        },
                                        "operator": "delete",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 5398,
                                          "end": 5423,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 5398,
                                            "end": 5415,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 5398,
                                              "end": 5402,
                                              "loc": {
                                                "start": {
                                                  "line": 223,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 223,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5403,
                                              "end": 5415,
                                              "loc": {
                                                "start": {
                                                  "line": 223,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 223,
                                                  "column": 34
                                                },
                                                "identifierName": "__collection"
                                              },
                                              "name": "__collection"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5417,
                                            "end": 5421,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 40
                                              },
                                              "identifierName": "name"
                                            },
                                            "name": "name"
                                          },
                                          "computed": true
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                }
                              }
                            ]
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Remove a Sound instance from the Sounds\n   * @param {String} name An identifer to represent the Audio to be removed\n   ",
                  "start": 5081,
                  "end": 5211,
                  "loc": {
                    "start": {
                      "line": 214,
                      "column": 2
                    },
                    "end": {
                      "line": 217,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns a specific Sound instance\n   * @param {String} name The Sound identifier\n   * @return {Sound} The Sound which is represented by the identifier\n   ",
                  "start": 5449,
                  "end": 5614,
                  "loc": {
                    "start": {
                      "line": 228,
                      "column": 2
                    },
                    "end": {
                      "line": 232,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 5617,
              "end": 5672,
              "loc": {
                "start": {
                  "line": 233,
                  "column": 2
                },
                "end": {
                  "line": 235,
                  "column": 3
                }
              },
              "static": false,
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5617,
                "end": 5620,
                "loc": {
                  "start": {
                    "line": 233,
                    "column": 2
                  },
                  "end": {
                    "line": 233,
                    "column": 5
                  },
                  "identifierName": "get"
                },
                "name": "get",
                "leadingComments": null
              },
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 5623,
                  "end": 5627,
                  "loc": {
                    "start": {
                      "line": 233,
                      "column": 8
                    },
                    "end": {
                      "line": 233,
                      "column": 12
                    },
                    "identifierName": "name"
                  },
                  "name": "name"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 5630,
                "end": 5672,
                "loc": {
                  "start": {
                    "line": 233,
                    "column": 15
                  },
                  "end": {
                    "line": 235,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 5636,
                    "end": 5668,
                    "loc": {
                      "start": {
                        "line": 234,
                        "column": 4
                      },
                      "end": {
                        "line": 234,
                        "column": 36
                      }
                    },
                    "argument": {
                      "type": "MemberExpression",
                      "start": 5643,
                      "end": 5668,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 11
                        },
                        "end": {
                          "line": 234,
                          "column": 36
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5643,
                        "end": 5660,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 11
                          },
                          "end": {
                            "line": 234,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5643,
                          "end": 5647,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 11
                            },
                            "end": {
                              "line": 234,
                              "column": 15
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5648,
                          "end": 5660,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 16
                            },
                            "end": {
                              "line": 234,
                              "column": 28
                            },
                            "identifierName": "__collection"
                          },
                          "name": "__collection"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5662,
                        "end": 5666,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 30
                          },
                          "end": {
                            "line": 234,
                            "column": 34
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      },
                      "computed": true
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * Returns a specific Sound instance\n   * @param {String} name The Sound identifier\n   * @return {Sound} The Sound which is represented by the identifier\n   ",
                  "start": 5449,
                  "end": 5614,
                  "loc": {
                    "start": {
                      "line": 228,
                      "column": 2
                    },
                    "end": {
                      "line": 232,
                      "column": 5
                    }
                  }
                }
              ]
            }
          ],
          "trailingComments": null
        },
        "leadingComments": [],
        "trailingComments": [],
        "name": "_"
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 5721,
        "end": 5753,
        "loc": {
          "start": {
            "line": 241,
            "column": 0
          },
          "end": {
            "line": 241,
            "column": 32
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "VariableDeclaration",
          "start": 5728,
          "end": 5753,
          "loc": {
            "start": {
              "line": 241,
              "column": 7
            },
            "end": {
              "line": 241,
              "column": 32
            }
          },
          "declarations": [
            {
              "type": "VariableDeclarator",
              "start": 5732,
              "end": 5753,
              "loc": {
                "start": {
                  "line": 241,
                  "column": 11
                },
                "end": {
                  "line": 241,
                  "column": 32
                }
              },
              "id": {
                "type": "Identifier",
                "start": 5732,
                "end": 5738,
                "loc": {
                  "start": {
                    "line": 241,
                    "column": 11
                  },
                  "end": {
                    "line": 241,
                    "column": 17
                  },
                  "identifierName": "sounds"
                },
                "name": "sounds",
                "leadingComments": null
              },
              "init": {
                "type": "NewExpression",
                "start": 5741,
                "end": 5753,
                "loc": {
                  "start": {
                    "line": 241,
                    "column": 20
                  },
                  "end": {
                    "line": 241,
                    "column": 32
                  }
                },
                "callee": {
                  "type": "Identifier",
                  "start": 5745,
                  "end": 5751,
                  "loc": {
                    "start": {
                      "line": 241,
                      "column": 24
                    },
                    "end": {
                      "line": 241,
                      "column": 30
                    },
                    "identifierName": "Sounds"
                  },
                  "name": "Sounds"
                },
                "arguments": []
              },
              "leadingComments": null
            }
          ],
          "kind": "let",
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Returns a singleton of the Sounds\n ",
              "start": 5676,
              "end": 5720,
              "loc": {
                "start": {
                  "line": 238,
                  "column": 0
                },
                "end": {
                  "line": 240,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Returns a singleton of the Sounds\n ",
            "start": 5676,
            "end": 5720,
            "loc": {
              "start": {
                "line": 238,
                "column": 0
              },
              "end": {
                "line": 240,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 5721,
        "end": 5753,
        "loc": {
          "start": {
            "line": 241,
            "column": 0
          },
          "end": {
            "line": 241,
            "column": 32
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 2131,
          "end": 5674,
          "loc": {
            "start": {
              "line": 109,
              "column": 0
            },
            "end": {
              "line": 236,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 2137,
            "end": 2143,
            "loc": {
              "start": {
                "line": 109,
                "column": 6
              },
              "end": {
                "line": 109,
                "column": 12
              },
              "identifierName": "Sounds"
            },
            "name": "Sounds",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 2144,
            "end": 5674,
            "loc": {
              "start": {
                "line": 109,
                "column": 13
              },
              "end": {
                "line": 236,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 2194,
                "end": 2460,
                "loc": {
                  "start": {
                    "line": 113,
                    "column": 2
                  },
                  "end": {
                    "line": 126,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2194,
                  "end": 2205,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 2
                    },
                    "end": {
                      "line": 113,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2209,
                  "end": 2460,
                  "loc": {
                    "start": {
                      "line": 113,
                      "column": 17
                    },
                    "end": {
                      "line": 126,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2302,
                      "end": 2324,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 4
                        },
                        "end": {
                          "line": 119,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2302,
                        "end": 2324,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 4
                          },
                          "end": {
                            "line": 119,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2302,
                          "end": 2319,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 4
                            },
                            "end": {
                              "line": 119,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2302,
                            "end": 2306,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 4
                              },
                              "end": {
                                "line": 119,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2307,
                            "end": 2319,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 9
                              },
                              "end": {
                                "line": 119,
                                "column": 21
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 2322,
                          "end": 2324,
                          "loc": {
                            "start": {
                              "line": 119,
                              "column": 24
                            },
                            "end": {
                              "line": 119,
                              "column": 26
                            }
                          },
                          "properties": [],
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Holds the Sound instances\n     * @type {Object}\n     * @private\n     ",
                          "start": 2215,
                          "end": 2297,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 4
                            },
                            "end": {
                              "line": 118,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Determines if the Sounds are enabled\n     * @type {Boolean=false}\n     * @private\n     ",
                          "start": 2329,
                          "end": 2429,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 4
                            },
                            "end": {
                              "line": 124,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2434,
                      "end": 2456,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 4
                        },
                        "end": {
                          "line": 125,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2434,
                        "end": 2456,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 4
                          },
                          "end": {
                            "line": 125,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2434,
                          "end": 2448,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 4
                            },
                            "end": {
                              "line": 125,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2434,
                            "end": 2438,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 4
                              },
                              "end": {
                                "line": 125,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2439,
                            "end": 2448,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 9
                              },
                              "end": {
                                "line": 125,
                                "column": 18
                              },
                              "identifierName": "__enabled"
                            },
                            "name": "__enabled"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 2451,
                          "end": 2456,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 21
                            },
                            "end": {
                              "line": 125,
                              "column": 26
                            }
                          },
                          "value": false
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Determines if the Sounds are enabled\n     * @type {Boolean=false}\n     * @private\n     ",
                          "start": 2329,
                          "end": 2429,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 4
                            },
                            "end": {
                              "line": 124,
                              "column": 7
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Create an instance of Sounds\n   ",
                    "start": 2148,
                    "end": 2191,
                    "loc": {
                      "start": {
                        "line": 110,
                        "column": 2
                      },
                      "end": {
                        "line": 112,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a new instance of Sounds\n   * @return {Sounds} The newly created Sounds instance\n   ",
                    "start": 2464,
                    "end": 2567,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 2
                      },
                      "end": {
                        "line": 131,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2570,
                "end": 2609,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 2
                  },
                  "end": {
                    "line": 134,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2570,
                  "end": 2576,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 2
                    },
                    "end": {
                      "line": 132,
                      "column": 8
                    },
                    "identifierName": "create"
                  },
                  "name": "create",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2580,
                  "end": 2609,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 12
                    },
                    "end": {
                      "line": 134,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2586,
                      "end": 2605,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 4
                        },
                        "end": {
                          "line": 133,
                          "column": 23
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 2593,
                        "end": 2605,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 11
                          },
                          "end": {
                            "line": 133,
                            "column": 23
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2597,
                          "end": 2603,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 15
                            },
                            "end": {
                              "line": 133,
                              "column": 21
                            },
                            "identifierName": "Sounds"
                          },
                          "name": "Sounds"
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a new instance of Sounds\n   * @return {Sounds} The newly created Sounds instance\n   ",
                    "start": 2464,
                    "end": 2567,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 2
                      },
                      "end": {
                        "line": 131,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Initializes the Sounds class. This is needed to enable Audio on some devices\n   * @return {Promise} The promise is resolved once audio is available\n   ",
                    "start": 2613,
                    "end": 2775,
                    "loc": {
                      "start": {
                        "line": 136,
                        "column": 2
                      },
                      "end": {
                        "line": 139,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2778,
                "end": 4078,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 2
                  },
                  "end": {
                    "line": 175,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2778,
                  "end": 2782,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 2
                    },
                    "end": {
                      "line": 140,
                      "column": 6
                    },
                    "identifierName": "init"
                  },
                  "name": "init",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2786,
                  "end": 4078,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 10
                    },
                    "end": {
                      "line": 175,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2792,
                      "end": 4074,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 4
                        },
                        "end": {
                          "line": 174,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "NewExpression",
                        "start": 2799,
                        "end": 4074,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 11
                          },
                          "end": {
                            "line": 174,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2803,
                          "end": 2810,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 15
                            },
                            "end": {
                              "line": 141,
                              "column": 22
                            },
                            "identifierName": "Promise"
                          },
                          "name": "Promise"
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2812,
                            "end": 4072,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 24
                              },
                              "end": {
                                "line": 174,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2814,
                                "end": 2821,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 33
                                  },
                                  "identifierName": "resolve"
                                },
                                "name": "resolve"
                              },
                              {
                                "type": "Identifier",
                                "start": 2823,
                                "end": 2829,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 41
                                  },
                                  "identifierName": "reject"
                                },
                                "name": "reject"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2835,
                              "end": 4072,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 47
                                },
                                "end": {
                                  "line": 174,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2843,
                                  "end": 3336,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 499
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2847,
                                      "end": 3336,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 499
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2847,
                                        "end": 2852,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 15
                                          },
                                          "identifierName": "audio"
                                        },
                                        "name": "audio"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 2855,
                                        "end": 3336,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 499
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 2859,
                                          "end": 2864,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 27
                                            },
                                            "identifierName": "Audio"
                                          },
                                          "name": "Audio"
                                        },
                                        "arguments": [
                                          {
                                            "type": "StringLiteral",
                                            "start": 2866,
                                            "end": 3334,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 497
                                              }
                                            },
                                            "extra": {
                                              "rawValue": "data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV",
                                              "raw": "'data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV'"
                                            },
                                            "value": "data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3344,
                                  "end": 3369,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 31
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3348,
                                      "end": 3369,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 31
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3348,
                                        "end": 3354,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 16
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3357,
                                        "end": 3369,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 31
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3357,
                                          "end": 3367,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 29
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3357,
                                            "end": 3362,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 24
                                              },
                                              "identifierName": "audio"
                                            },
                                            "name": "audio"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3363,
                                            "end": 3367,
                                            "loc": {
                                              "start": {
                                                "line": 144,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 29
                                              },
                                              "identifierName": "play"
                                            },
                                            "name": "play"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3376,
                                  "end": 3463,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 3381,
                                    "end": 3411,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 41
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "BinaryExpression",
                                      "start": 3384,
                                      "end": 3409,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 39
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3384,
                                        "end": 3390,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 20
                                          },
                                          "identifierName": "result"
                                        },
                                        "name": "result"
                                      },
                                      "operator": "instanceof",
                                      "right": {
                                        "type": "Identifier",
                                        "start": 3402,
                                        "end": 3409,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 39
                                          },
                                          "identifierName": "Promise"
                                        },
                                        "name": "Promise"
                                      },
                                      "extra": {
                                        "parenthesized": true,
                                        "parenStart": 3382
                                      }
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3414,
                                    "end": 3463,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3424,
                                        "end": 3440,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 24
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3424,
                                          "end": 3440,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 24
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 3424,
                                            "end": 3431,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 15
                                              },
                                              "identifierName": "resolve"
                                            },
                                            "name": "resolve"
                                          },
                                          "arguments": [
                                            {
                                              "type": "BooleanLiteral",
                                              "start": 3433,
                                              "end": 3438,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 22
                                                }
                                              },
                                              "value": false
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 3449,
                                        "end": 3455,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 14
                                          }
                                        },
                                        "argument": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3471,
                                  "end": 3784,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 7
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3475,
                                      "end": 3784,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 7
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3475,
                                        "end": 3481,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 16
                                          },
                                          "identifierName": "unlock"
                                        },
                                        "name": "unlock"
                                      },
                                      "init": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3484,
                                        "end": 3784,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 3490,
                                          "end": 3784,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3500,
                                              "end": 3776,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 13
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 3500,
                                                "end": 3776,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 160,
                                                    "column": 13
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3500,
                                                  "end": 3716,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 16
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "CallExpression",
                                                    "start": 3500,
                                                    "end": 3699,
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 13
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3500,
                                                      "end": 3528,
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 15
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "start": 3500,
                                                        "end": 3512,
                                                        "loc": {
                                                          "start": {
                                                            "line": 151,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 151,
                                                            "column": 20
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3500,
                                                          "end": 3510,
                                                          "loc": {
                                                            "start": {
                                                              "line": 151,
                                                              "column": 8
                                                            },
                                                            "end": {
                                                              "line": 151,
                                                              "column": 18
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3500,
                                                            "end": 3505,
                                                            "loc": {
                                                              "start": {
                                                                "line": 151,
                                                                "column": 8
                                                              },
                                                              "end": {
                                                                "line": 151,
                                                                "column": 13
                                                              },
                                                              "identifierName": "audio"
                                                            },
                                                            "name": "audio"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3506,
                                                            "end": 3510,
                                                            "loc": {
                                                              "start": {
                                                                "line": 151,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 151,
                                                                "column": 18
                                                              },
                                                              "identifierName": "play"
                                                            },
                                                            "name": "play"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3524,
                                                        "end": 3528,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 11
                                                          },
                                                          "end": {
                                                            "line": 152,
                                                            "column": 15
                                                          },
                                                          "identifierName": "then"
                                                        },
                                                        "name": "then"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 3530,
                                                        "end": 3697,
                                                        "loc": {
                                                          "start": {
                                                            "line": 152,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 11
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 3536,
                                                          "end": 3697,
                                                          "loc": {
                                                            "start": {
                                                              "line": 152,
                                                              "column": 23
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 3550,
                                                              "end": 3602,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 3550,
                                                                "end": 3602,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3550,
                                                                  "end": 3583,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 153,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 153,
                                                                      "column": 45
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3550,
                                                                    "end": 3563,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 25
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3550,
                                                                      "end": 3558,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 153,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 153,
                                                                          "column": 20
                                                                        },
                                                                        "identifierName": "document"
                                                                      },
                                                                      "name": "document"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3559,
                                                                      "end": 3563,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 153,
                                                                          "column": 21
                                                                        },
                                                                        "end": {
                                                                          "line": 153,
                                                                          "column": 25
                                                                        },
                                                                        "identifierName": "body"
                                                                      },
                                                                      "name": "body"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3564,
                                                                    "end": 3583,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 26
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 45
                                                                      },
                                                                      "identifierName": "removeEventListener"
                                                                    },
                                                                    "name": "removeEventListener"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "StringLiteral",
                                                                    "start": 3585,
                                                                    "end": 3592,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 54
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": "click",
                                                                      "raw": "'click'"
                                                                    },
                                                                    "value": "click"
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 3594,
                                                                    "end": 3600,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 153,
                                                                        "column": 56
                                                                      },
                                                                      "end": {
                                                                        "line": 153,
                                                                        "column": 62
                                                                      },
                                                                      "identifierName": "unlock"
                                                                    },
                                                                    "name": "unlock"
                                                                  }
                                                                ],
                                                                "trailingComments": null
                                                              },
                                                              "trailingComments": [
                                                                {
                                                                  "type": "CommentLine",
                                                                  "value": " Enabled",
                                                                  "start": 3615,
                                                                  "end": 3625,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 154,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 154,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 3638,
                                                              "end": 3657,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 155,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 31
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 3638,
                                                                "end": 3657,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 155,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 155,
                                                                    "column": 31
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3638,
                                                                  "end": 3649,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 155,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 23
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 3638,
                                                                    "end": 3642,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 155,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 155,
                                                                        "column": 16
                                                                      }
                                                                    },
                                                                    "leadingComments": null
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3643,
                                                                    "end": 3649,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 155,
                                                                        "column": 17
                                                                      },
                                                                      "end": {
                                                                        "line": 155,
                                                                        "column": 23
                                                                      },
                                                                      "identifierName": "enable"
                                                                    },
                                                                    "name": "enable"
                                                                  },
                                                                  "computed": false,
                                                                  "leadingComments": null
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "BooleanLiteral",
                                                                    "start": 3651,
                                                                    "end": 3655,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 155,
                                                                        "column": 25
                                                                      },
                                                                      "end": {
                                                                        "line": 155,
                                                                        "column": 29
                                                                      }
                                                                    },
                                                                    "value": true
                                                                  }
                                                                ],
                                                                "leadingComments": null
                                                              },
                                                              "leadingComments": [
                                                                {
                                                                  "type": "CommentLine",
                                                                  "value": " Enabled",
                                                                  "start": 3615,
                                                                  "end": 3625,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 154,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 154,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "start": 3670,
                                                              "end": 3685,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 156,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 156,
                                                                  "column": 27
                                                                }
                                                              },
                                                              "expression": {
                                                                "type": "CallExpression",
                                                                "start": 3670,
                                                                "end": 3685,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 156,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 156,
                                                                    "column": 27
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "Identifier",
                                                                  "start": 3670,
                                                                  "end": 3677,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 156,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 156,
                                                                      "column": 19
                                                                    },
                                                                    "identifierName": "resolve"
                                                                  },
                                                                  "name": "resolve"
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "ThisExpression",
                                                                    "start": 3679,
                                                                    "end": 3683,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 156,
                                                                        "column": 21
                                                                      },
                                                                      "end": {
                                                                        "line": 156,
                                                                        "column": 25
                                                                      }
                                                                    }
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3711,
                                                    "end": 3716,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 16
                                                      },
                                                      "identifierName": "catch"
                                                    },
                                                    "name": "catch"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrowFunctionExpression",
                                                    "start": 3718,
                                                    "end": 3774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 18
                                                      },
                                                      "end": {
                                                        "line": 160,
                                                        "column": 11
                                                      }
                                                    },
                                                    "id": null,
                                                    "generator": false,
                                                    "expression": false,
                                                    "async": false,
                                                    "params": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3720,
                                                        "end": 3726,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 26
                                                          },
                                                          "identifierName": "reason"
                                                        },
                                                        "name": "reason"
                                                      }
                                                    ],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "start": 3732,
                                                      "end": 3774,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 160,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 3746,
                                                          "end": 3762,
                                                          "loc": {
                                                            "start": {
                                                              "line": 159,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 159,
                                                              "column": 28
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 3746,
                                                            "end": 3762,
                                                            "loc": {
                                                              "start": {
                                                                "line": 159,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 159,
                                                                "column": 28
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 3746,
                                                              "end": 3752,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 159,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 159,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "reject"
                                                              },
                                                              "name": "reject"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3754,
                                                                "end": 3760,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 159,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 159,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "reason"
                                                                },
                                                                "name": "reason"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3792,
                                  "end": 4066,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 11
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3792,
                                    "end": 4066,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 11
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3792,
                                      "end": 3925,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 14
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 3792,
                                        "end": 3910,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 11
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3792,
                                          "end": 3812,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 13
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3792,
                                            "end": 3798,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 12
                                              },
                                              "identifierName": "result"
                                            },
                                            "name": "result"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3808,
                                            "end": 3812,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 9
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 13
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 3814,
                                            "end": 3908,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 3820,
                                              "end": 3908,
                                              "loc": {
                                                "start": {
                                                  "line": 164,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3853,
                                                  "end": 3872,
                                                  "loc": {
                                                    "start": {
                                                      "line": 166,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 166,
                                                      "column": 29
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3853,
                                                    "end": 3872,
                                                    "loc": {
                                                      "start": {
                                                        "line": 166,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 166,
                                                        "column": 29
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3853,
                                                      "end": 3864,
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 21
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3853,
                                                        "end": 3857,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 14
                                                          }
                                                        },
                                                        "leadingComments": null
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3858,
                                                        "end": 3864,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 21
                                                          },
                                                          "identifierName": "enable"
                                                        },
                                                        "name": "enable"
                                                      },
                                                      "computed": false,
                                                      "leadingComments": null
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "BooleanLiteral",
                                                        "start": 3866,
                                                        "end": 3870,
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 27
                                                          }
                                                        },
                                                        "value": true
                                                      }
                                                    ],
                                                    "leadingComments": null
                                                  },
                                                  "leadingComments": [
                                                    {
                                                      "type": "CommentLine",
                                                      "value": " Enabled",
                                                      "start": 3832,
                                                      "end": 3842,
                                                      "loc": {
                                                        "start": {
                                                          "line": 165,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 165,
                                                          "column": 20
                                                        }
                                                      }
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3883,
                                                  "end": 3898,
                                                  "loc": {
                                                    "start": {
                                                      "line": 167,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 167,
                                                      "column": 25
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3883,
                                                    "end": 3898,
                                                    "loc": {
                                                      "start": {
                                                        "line": 167,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 167,
                                                        "column": 25
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "start": 3883,
                                                      "end": 3890,
                                                      "loc": {
                                                        "start": {
                                                          "line": 167,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 167,
                                                          "column": 17
                                                        },
                                                        "identifierName": "resolve"
                                                      },
                                                      "name": "resolve"
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ThisExpression",
                                                        "start": 3892,
                                                        "end": 3896,
                                                        "loc": {
                                                          "start": {
                                                            "line": 167,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 167,
                                                            "column": 23
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3920,
                                        "end": 3925,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 9
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 14
                                          },
                                          "identifierName": "catch"
                                        },
                                        "name": "catch"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 3927,
                                        "end": 4064,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 9
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 3933,
                                          "end": 4064,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3945,
                                              "end": 4001,
                                              "loc": {
                                                "start": {
                                                  "line": 170,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 170,
                                                  "column": 66
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 3945,
                                                "end": 4001,
                                                "loc": {
                                                  "start": {
                                                    "line": 170,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 170,
                                                    "column": 66
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3945,
                                                  "end": 3975,
                                                  "loc": {
                                                    "start": {
                                                      "line": 170,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 170,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 3945,
                                                    "end": 3958,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 23
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3945,
                                                      "end": 3953,
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 18
                                                        },
                                                        "identifierName": "document"
                                                      },
                                                      "name": "document"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3954,
                                                      "end": 3958,
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 23
                                                        },
                                                        "identifierName": "body"
                                                      },
                                                      "name": "body"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3959,
                                                    "end": 3975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 40
                                                      },
                                                      "identifierName": "addEventListener"
                                                    },
                                                    "name": "addEventListener"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "StringLiteral",
                                                    "start": 3977,
                                                    "end": 3984,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 49
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "click",
                                                      "raw": "'click'"
                                                    },
                                                    "value": "click"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 3986,
                                                    "end": 3992,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 57
                                                      },
                                                      "identifierName": "unlock"
                                                    },
                                                    "name": "unlock"
                                                  },
                                                  {
                                                    "type": "BooleanLiteral",
                                                    "start": 3994,
                                                    "end": 3999,
                                                    "loc": {
                                                      "start": {
                                                        "line": 170,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 170,
                                                        "column": 64
                                                      }
                                                    },
                                                    "value": false
                                                  }
                                                ],
                                                "trailingComments": null
                                              },
                                              "trailingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " Disabled",
                                                  "start": 4012,
                                                  "end": 4023,
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 21
                                                    }
                                                  }
                                                }
                                              ]
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 4034,
                                              "end": 4054,
                                              "loc": {
                                                "start": {
                                                  "line": 172,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 172,
                                                  "column": 30
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 4034,
                                                "end": 4054,
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 30
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4034,
                                                  "end": 4045,
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 172,
                                                      "column": 21
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 4034,
                                                    "end": 4038,
                                                    "loc": {
                                                      "start": {
                                                        "line": 172,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 172,
                                                        "column": 14
                                                      }
                                                    },
                                                    "leadingComments": null
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4039,
                                                    "end": 4045,
                                                    "loc": {
                                                      "start": {
                                                        "line": 172,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 172,
                                                        "column": 21
                                                      },
                                                      "identifierName": "enable"
                                                    },
                                                    "name": "enable"
                                                  },
                                                  "computed": false,
                                                  "leadingComments": null
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "BooleanLiteral",
                                                    "start": 4047,
                                                    "end": 4052,
                                                    "loc": {
                                                      "start": {
                                                        "line": 172,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 172,
                                                        "column": 28
                                                      }
                                                    },
                                                    "value": false
                                                  }
                                                ],
                                                "leadingComments": null
                                              },
                                              "leadingComments": [
                                                {
                                                  "type": "CommentLine",
                                                  "value": " Disabled",
                                                  "start": 4012,
                                                  "end": 4023,
                                                  "loc": {
                                                    "start": {
                                                      "line": 171,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 21
                                                    }
                                                  }
                                                }
                                              ]
                                            }
                                          ],
                                          "directives": []
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Initializes the Sounds class. This is needed to enable Audio on some devices\n   * @return {Promise} The promise is resolved once audio is available\n   ",
                    "start": 2613,
                    "end": 2775,
                    "loc": {
                      "start": {
                        "line": 136,
                        "column": 2
                      },
                      "end": {
                        "line": 139,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Sets the Sounds class to enabled or disabled\n   * @param {Boolean} enable If true the Sound instances will be enabled\n   ",
                    "start": 4082,
                    "end": 4214,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 2
                      },
                      "end": {
                        "line": 180,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4217,
                "end": 4351,
                "loc": {
                  "start": {
                    "line": 181,
                    "column": 2
                  },
                  "end": {
                    "line": 187,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4217,
                  "end": 4223,
                  "loc": {
                    "start": {
                      "line": 181,
                      "column": 2
                    },
                    "end": {
                      "line": 181,
                      "column": 8
                    },
                    "identifierName": "enable"
                  },
                  "name": "enable",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4226,
                    "end": 4232,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 11
                      },
                      "end": {
                        "line": 181,
                        "column": 17
                      },
                      "identifierName": "enable"
                    },
                    "name": "enable"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4235,
                  "end": 4351,
                  "loc": {
                    "start": {
                      "line": 181,
                      "column": 20
                    },
                    "end": {
                      "line": 187,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4241,
                      "end": 4264,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 4
                        },
                        "end": {
                          "line": 182,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4241,
                        "end": 4264,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 4
                          },
                          "end": {
                            "line": 182,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4241,
                          "end": 4255,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 4
                            },
                            "end": {
                              "line": 182,
                              "column": 18
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4241,
                            "end": 4245,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 4
                              },
                              "end": {
                                "line": 182,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4246,
                            "end": 4255,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 9
                              },
                              "end": {
                                "line": 182,
                                "column": 18
                              },
                              "identifierName": "__enabled"
                            },
                            "name": "__enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4258,
                          "end": 4264,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 21
                            },
                            "end": {
                              "line": 182,
                              "column": 27
                            },
                            "identifierName": "enable"
                          },
                          "name": "enable"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4270,
                      "end": 4347,
                      "loc": {
                        "start": {
                          "line": 184,
                          "column": 4
                        },
                        "end": {
                          "line": 186,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4270,
                        "end": 4347,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 4
                          },
                          "end": {
                            "line": 186,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4270,
                          "end": 4274,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 4
                            },
                            "end": {
                              "line": 184,
                              "column": 8
                            },
                            "identifierName": "loop"
                          },
                          "name": "loop"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 4276,
                            "end": 4293,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 10
                              },
                              "end": {
                                "line": 184,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4276,
                              "end": 4280,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 10
                                },
                                "end": {
                                  "line": 184,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4281,
                              "end": 4293,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 15
                                },
                                "end": {
                                  "line": 184,
                                  "column": 27
                                },
                                "identifierName": "__collection"
                              },
                              "name": "__collection"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4295,
                            "end": 4345,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 29
                              },
                              "end": {
                                "line": 186,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4297,
                                "end": 4302,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 36
                                  },
                                  "identifierName": "sound"
                                },
                                "name": "sound"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4308,
                              "end": 4345,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 42
                                },
                                "end": {
                                  "line": 186,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4316,
                                  "end": 4339,
                                  "loc": {
                                    "start": {
                                      "line": 185,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 185,
                                      "column": 29
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4316,
                                    "end": 4339,
                                    "loc": {
                                      "start": {
                                        "line": 185,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 29
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4316,
                                      "end": 4329,
                                      "loc": {
                                        "start": {
                                          "line": 185,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4316,
                                        "end": 4321,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 11
                                          },
                                          "identifierName": "sound"
                                        },
                                        "name": "sound"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4322,
                                        "end": 4329,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 19
                                          },
                                          "identifierName": "enabled"
                                        },
                                        "name": "enabled"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4331,
                                        "end": 4337,
                                        "loc": {
                                          "start": {
                                            "line": 185,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 185,
                                            "column": 27
                                          },
                                          "identifierName": "enable"
                                        },
                                        "name": "enable"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Sets the Sounds class to enabled or disabled\n   * @param {Boolean} enable If true the Sound instances will be enabled\n   ",
                    "start": 4082,
                    "end": 4214,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 2
                      },
                      "end": {
                        "line": 180,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Sets the Sounds class to muted or unmuted\n   * @param {Boolean} mute If true the Sound instances will be muted\n   ",
                    "start": 4355,
                    "end": 4480,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 2
                      },
                      "end": {
                        "line": 192,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4483,
                "end": 4579,
                "loc": {
                  "start": {
                    "line": 193,
                    "column": 2
                  },
                  "end": {
                    "line": 197,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4483,
                  "end": 4487,
                  "loc": {
                    "start": {
                      "line": 193,
                      "column": 2
                    },
                    "end": {
                      "line": 193,
                      "column": 6
                    },
                    "identifierName": "mute"
                  },
                  "name": "mute",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4490,
                    "end": 4494,
                    "loc": {
                      "start": {
                        "line": 193,
                        "column": 9
                      },
                      "end": {
                        "line": 193,
                        "column": 13
                      },
                      "identifierName": "mute"
                    },
                    "name": "mute"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4497,
                  "end": 4579,
                  "loc": {
                    "start": {
                      "line": 193,
                      "column": 16
                    },
                    "end": {
                      "line": 197,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4503,
                      "end": 4575,
                      "loc": {
                        "start": {
                          "line": 194,
                          "column": 4
                        },
                        "end": {
                          "line": 196,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4503,
                        "end": 4575,
                        "loc": {
                          "start": {
                            "line": 194,
                            "column": 4
                          },
                          "end": {
                            "line": 196,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4503,
                          "end": 4507,
                          "loc": {
                            "start": {
                              "line": 194,
                              "column": 4
                            },
                            "end": {
                              "line": 194,
                              "column": 8
                            },
                            "identifierName": "loop"
                          },
                          "name": "loop"
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 4509,
                            "end": 4526,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 10
                              },
                              "end": {
                                "line": 194,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4509,
                              "end": 4513,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 10
                                },
                                "end": {
                                  "line": 194,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4514,
                              "end": 4526,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 15
                                },
                                "end": {
                                  "line": 194,
                                  "column": 27
                                },
                                "identifierName": "__collection"
                              },
                              "name": "__collection"
                            },
                            "computed": false
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4528,
                            "end": 4573,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 29
                              },
                              "end": {
                                "line": 196,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4530,
                                "end": 4535,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 36
                                  },
                                  "identifierName": "sound"
                                },
                                "name": "sound"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4541,
                              "end": 4573,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 42
                                },
                                "end": {
                                  "line": 196,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4549,
                                  "end": 4567,
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 24
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4549,
                                    "end": 4567,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 24
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4549,
                                      "end": 4559,
                                      "loc": {
                                        "start": {
                                          "line": 195,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 195,
                                          "column": 16
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4549,
                                        "end": 4554,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 11
                                          },
                                          "identifierName": "sound"
                                        },
                                        "name": "sound"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4555,
                                        "end": 4559,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 16
                                          },
                                          "identifierName": "mute"
                                        },
                                        "name": "mute"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4561,
                                        "end": 4565,
                                        "loc": {
                                          "start": {
                                            "line": 195,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 195,
                                            "column": 22
                                          },
                                          "identifierName": "mute"
                                        },
                                        "name": "mute"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Sets the Sounds class to muted or unmuted\n   * @param {Boolean} mute If true the Sound instances will be muted\n   ",
                    "start": 4355,
                    "end": 4480,
                    "loc": {
                      "start": {
                        "line": 189,
                        "column": 2
                      },
                      "end": {
                        "line": 192,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Adds a Sound instance to the Sounds\n   * @param {String} name An identifer to represent the Audio added\n   * @param {Audio|String} audio An Audio instance or an url to an audio file\n   * @return {Sound} Returns the Sound instance\n   ",
                    "start": 4583,
                    "end": 4827,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 2
                      },
                      "end": {
                        "line": 204,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4830,
                "end": 5077,
                "loc": {
                  "start": {
                    "line": 205,
                    "column": 2
                  },
                  "end": {
                    "line": 212,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4830,
                  "end": 4833,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 2
                    },
                    "end": {
                      "line": 205,
                      "column": 5
                    },
                    "identifierName": "add"
                  },
                  "name": "add",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4836,
                    "end": 4840,
                    "loc": {
                      "start": {
                        "line": 205,
                        "column": 8
                      },
                      "end": {
                        "line": 205,
                        "column": 12
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  },
                  {
                    "type": "Identifier",
                    "start": 4842,
                    "end": 4847,
                    "loc": {
                      "start": {
                        "line": 205,
                        "column": 14
                      },
                      "end": {
                        "line": 205,
                        "column": 19
                      },
                      "identifierName": "audio"
                    },
                    "name": "audio"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4850,
                  "end": 5077,
                  "loc": {
                    "start": {
                      "line": 205,
                      "column": 22
                    },
                    "end": {
                      "line": 212,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4856,
                      "end": 4929,
                      "loc": {
                        "start": {
                          "line": 206,
                          "column": 4
                        },
                        "end": {
                          "line": 208,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 4861,
                        "end": 4886,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 9
                          },
                          "end": {
                            "line": 206,
                            "column": 34
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4861,
                          "end": 4873,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 9
                            },
                            "end": {
                              "line": 206,
                              "column": 21
                            }
                          },
                          "operator": "typeof",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4868,
                            "end": 4873,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 16
                              },
                              "end": {
                                "line": 206,
                                "column": 21
                              },
                              "identifierName": "audio"
                            },
                            "name": "audio"
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          }
                        },
                        "operator": "===",
                        "right": {
                          "type": "StringLiteral",
                          "start": 4878,
                          "end": 4886,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 26
                            },
                            "end": {
                              "line": 206,
                              "column": 34
                            }
                          },
                          "extra": {
                            "rawValue": "string",
                            "raw": "'string'"
                          },
                          "value": "string"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4889,
                        "end": 4929,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 37
                          },
                          "end": {
                            "line": 208,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4897,
                            "end": 4923,
                            "loc": {
                              "start": {
                                "line": 207,
                                "column": 6
                              },
                              "end": {
                                "line": 207,
                                "column": 32
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4897,
                              "end": 4923,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 6
                                },
                                "end": {
                                  "line": 207,
                                  "column": 32
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 4897,
                                "end": 4902,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 11
                                  },
                                  "identifierName": "audio"
                                },
                                "name": "audio"
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 4905,
                                "end": 4923,
                                "loc": {
                                  "start": {
                                    "line": 207,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 207,
                                    "column": 32
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 4909,
                                  "end": 4914,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 23
                                    },
                                    "identifierName": "Audio"
                                  },
                                  "name": "Audio"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 4916,
                                    "end": 4921,
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 30
                                      },
                                      "identifierName": "audio"
                                    },
                                    "name": "audio"
                                  }
                                ]
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4934,
                      "end": 4980,
                      "loc": {
                        "start": {
                          "line": 209,
                          "column": 4
                        },
                        "end": {
                          "line": 209,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4934,
                        "end": 4980,
                        "loc": {
                          "start": {
                            "line": 209,
                            "column": 4
                          },
                          "end": {
                            "line": 209,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4934,
                          "end": 4959,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 4
                            },
                            "end": {
                              "line": 209,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4934,
                            "end": 4951,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 4
                              },
                              "end": {
                                "line": 209,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4934,
                              "end": 4938,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 4
                                },
                                "end": {
                                  "line": 209,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4939,
                              "end": 4951,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 9
                                },
                                "end": {
                                  "line": 209,
                                  "column": 21
                                },
                                "identifierName": "__collection"
                              },
                              "name": "__collection"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4953,
                            "end": 4957,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 23
                              },
                              "end": {
                                "line": 209,
                                "column": 27
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 4962,
                          "end": 4980,
                          "loc": {
                            "start": {
                              "line": 209,
                              "column": 32
                            },
                            "end": {
                              "line": 209,
                              "column": 50
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 4966,
                            "end": 4971,
                            "loc": {
                              "start": {
                                "line": 209,
                                "column": 36
                              },
                              "end": {
                                "line": 209,
                                "column": 41
                              },
                              "identifierName": "Sound"
                            },
                            "name": "Sound"
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 4973,
                              "end": 4978,
                              "loc": {
                                "start": {
                                  "line": 209,
                                  "column": 43
                                },
                                "end": {
                                  "line": 209,
                                  "column": 48
                                },
                                "identifierName": "audio"
                              },
                              "name": "audio"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4985,
                      "end": 5036,
                      "loc": {
                        "start": {
                          "line": 210,
                          "column": 4
                        },
                        "end": {
                          "line": 210,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4985,
                        "end": 5036,
                        "loc": {
                          "start": {
                            "line": 210,
                            "column": 4
                          },
                          "end": {
                            "line": 210,
                            "column": 55
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4985,
                          "end": 5018,
                          "loc": {
                            "start": {
                              "line": 210,
                              "column": 4
                            },
                            "end": {
                              "line": 210,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4985,
                            "end": 5010,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 4
                              },
                              "end": {
                                "line": 210,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4985,
                              "end": 5002,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 4
                                },
                                "end": {
                                  "line": 210,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4985,
                                "end": 4989,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 8
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4990,
                                "end": 5002,
                                "loc": {
                                  "start": {
                                    "line": 210,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 210,
                                    "column": 21
                                  },
                                  "identifierName": "__collection"
                                },
                                "name": "__collection"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5004,
                              "end": 5008,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 23
                                },
                                "end": {
                                  "line": 210,
                                  "column": 27
                                },
                                "identifierName": "name"
                              },
                              "name": "name"
                            },
                            "computed": true
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5011,
                            "end": 5018,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 30
                              },
                              "end": {
                                "line": 210,
                                "column": 37
                              },
                              "identifierName": "enabled"
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 5020,
                            "end": 5034,
                            "loc": {
                              "start": {
                                "line": 210,
                                "column": 39
                              },
                              "end": {
                                "line": 210,
                                "column": 53
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5020,
                              "end": 5024,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 39
                                },
                                "end": {
                                  "line": 210,
                                  "column": 43
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5025,
                              "end": 5034,
                              "loc": {
                                "start": {
                                  "line": 210,
                                  "column": 44
                                },
                                "end": {
                                  "line": 210,
                                  "column": 53
                                },
                                "identifierName": "__enabled"
                              },
                              "name": "__enabled"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 5041,
                      "end": 5073,
                      "loc": {
                        "start": {
                          "line": 211,
                          "column": 4
                        },
                        "end": {
                          "line": 211,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5048,
                        "end": 5073,
                        "loc": {
                          "start": {
                            "line": 211,
                            "column": 11
                          },
                          "end": {
                            "line": 211,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5048,
                          "end": 5065,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 11
                            },
                            "end": {
                              "line": 211,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5048,
                            "end": 5052,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 11
                              },
                              "end": {
                                "line": 211,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5053,
                            "end": 5065,
                            "loc": {
                              "start": {
                                "line": 211,
                                "column": 16
                              },
                              "end": {
                                "line": 211,
                                "column": 28
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5067,
                          "end": 5071,
                          "loc": {
                            "start": {
                              "line": 211,
                              "column": 30
                            },
                            "end": {
                              "line": 211,
                              "column": 34
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": true
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Adds a Sound instance to the Sounds\n   * @param {String} name An identifer to represent the Audio added\n   * @param {Audio|String} audio An Audio instance or an url to an audio file\n   * @return {Sound} Returns the Sound instance\n   ",
                    "start": 4583,
                    "end": 4827,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 2
                      },
                      "end": {
                        "line": 204,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Remove a Sound instance from the Sounds\n   * @param {String} name An identifer to represent the Audio to be removed\n   ",
                    "start": 5081,
                    "end": 5211,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 2
                      },
                      "end": {
                        "line": 217,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5214,
                "end": 5445,
                "loc": {
                  "start": {
                    "line": 218,
                    "column": 2
                  },
                  "end": {
                    "line": 226,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5214,
                  "end": 5220,
                  "loc": {
                    "start": {
                      "line": 218,
                      "column": 2
                    },
                    "end": {
                      "line": 218,
                      "column": 8
                    },
                    "identifierName": "remove"
                  },
                  "name": "remove",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5223,
                    "end": 5227,
                    "loc": {
                      "start": {
                        "line": 218,
                        "column": 11
                      },
                      "end": {
                        "line": 218,
                        "column": 15
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5230,
                  "end": 5445,
                  "loc": {
                    "start": {
                      "line": 218,
                      "column": 18
                    },
                    "end": {
                      "line": 226,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5236,
                      "end": 5441,
                      "loc": {
                        "start": {
                          "line": 219,
                          "column": 4
                        },
                        "end": {
                          "line": 225,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 5241,
                        "end": 5264,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 9
                          },
                          "end": {
                            "line": 219,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5241,
                          "end": 5258,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 9
                            },
                            "end": {
                              "line": 219,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5241,
                            "end": 5245,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 9
                              },
                              "end": {
                                "line": 219,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5246,
                            "end": 5258,
                            "loc": {
                              "start": {
                                "line": 219,
                                "column": 14
                              },
                              "end": {
                                "line": 219,
                                "column": 26
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5259,
                          "end": 5263,
                          "loc": {
                            "start": {
                              "line": 219,
                              "column": 27
                            },
                            "end": {
                              "line": 219,
                              "column": 31
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": true
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5267,
                        "end": 5441,
                        "loc": {
                          "start": {
                            "line": 219,
                            "column": 35
                          },
                          "end": {
                            "line": 225,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5275,
                            "end": 5317,
                            "loc": {
                              "start": {
                                "line": 220,
                                "column": 6
                              },
                              "end": {
                                "line": 220,
                                "column": 48
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5275,
                              "end": 5317,
                              "loc": {
                                "start": {
                                  "line": 220,
                                  "column": 6
                                },
                                "end": {
                                  "line": 220,
                                  "column": 48
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5275,
                                "end": 5308,
                                "loc": {
                                  "start": {
                                    "line": 220,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 220,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5275,
                                  "end": 5300,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 5275,
                                    "end": 5292,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 5275,
                                      "end": 5279,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5280,
                                      "end": 5292,
                                      "loc": {
                                        "start": {
                                          "line": 220,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 220,
                                          "column": 23
                                        },
                                        "identifierName": "__collection"
                                      },
                                      "name": "__collection"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5294,
                                    "end": 5298,
                                    "loc": {
                                      "start": {
                                        "line": 220,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 220,
                                        "column": 29
                                      },
                                      "identifierName": "name"
                                    },
                                    "name": "name"
                                  },
                                  "computed": true
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5301,
                                  "end": 5308,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 39
                                    },
                                    "identifierName": "enabled"
                                  },
                                  "name": "enabled"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BooleanLiteral",
                                  "start": 5310,
                                  "end": 5315,
                                  "loc": {
                                    "start": {
                                      "line": 220,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 220,
                                      "column": 46
                                    }
                                  },
                                  "value": false
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5324,
                            "end": 5435,
                            "loc": {
                              "start": {
                                "line": 221,
                                "column": 6
                              },
                              "end": {
                                "line": 224,
                                "column": 11
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5324,
                              "end": 5435,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 6
                                },
                                "end": {
                                  "line": 224,
                                  "column": 11
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5324,
                                "end": 5371,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 5324,
                                  "end": 5357,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 5324,
                                    "end": 5355,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5324,
                                      "end": 5349,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5324,
                                        "end": 5341,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5324,
                                          "end": 5328,
                                          "loc": {
                                            "start": {
                                              "line": 221,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 221,
                                              "column": 10
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5329,
                                          "end": 5341,
                                          "loc": {
                                            "start": {
                                              "line": 221,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 221,
                                              "column": 23
                                            },
                                            "identifierName": "__collection"
                                          },
                                          "name": "__collection"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5343,
                                        "end": 5347,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 29
                                          },
                                          "identifierName": "name"
                                        },
                                        "name": "name"
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5350,
                                      "end": 5355,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 37
                                        },
                                        "identifierName": "pause"
                                      },
                                      "name": "pause"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5367,
                                  "end": 5371,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 222,
                                      "column": 13
                                    },
                                    "identifierName": "then"
                                  },
                                  "name": "then"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 5373,
                                  "end": 5433,
                                  "loc": {
                                    "start": {
                                      "line": 222,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 224,
                                      "column": 9
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 5379,
                                    "end": 5433,
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 9
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5391,
                                        "end": 5423,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "UnaryExpression",
                                          "start": 5391,
                                          "end": 5423,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 42
                                            }
                                          },
                                          "operator": "delete",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 5398,
                                            "end": 5423,
                                            "loc": {
                                              "start": {
                                                "line": 223,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 223,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5398,
                                              "end": 5415,
                                              "loc": {
                                                "start": {
                                                  "line": 223,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 223,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5398,
                                                "end": 5402,
                                                "loc": {
                                                  "start": {
                                                    "line": 223,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 223,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5403,
                                                "end": 5415,
                                                "loc": {
                                                  "start": {
                                                    "line": 223,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 223,
                                                    "column": 34
                                                  },
                                                  "identifierName": "__collection"
                                                },
                                                "name": "__collection"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5417,
                                              "end": 5421,
                                              "loc": {
                                                "start": {
                                                  "line": 223,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 223,
                                                  "column": 40
                                                },
                                                "identifierName": "name"
                                              },
                                              "name": "name"
                                            },
                                            "computed": true
                                          },
                                          "extra": {
                                            "parenthesizedArgument": false
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Remove a Sound instance from the Sounds\n   * @param {String} name An identifer to represent the Audio to be removed\n   ",
                    "start": 5081,
                    "end": 5211,
                    "loc": {
                      "start": {
                        "line": 214,
                        "column": 2
                      },
                      "end": {
                        "line": 217,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a specific Sound instance\n   * @param {String} name The Sound identifier\n   * @return {Sound} The Sound which is represented by the identifier\n   ",
                    "start": 5449,
                    "end": 5614,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 2
                      },
                      "end": {
                        "line": 232,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5617,
                "end": 5672,
                "loc": {
                  "start": {
                    "line": 233,
                    "column": 2
                  },
                  "end": {
                    "line": 235,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5617,
                  "end": 5620,
                  "loc": {
                    "start": {
                      "line": 233,
                      "column": 2
                    },
                    "end": {
                      "line": 233,
                      "column": 5
                    },
                    "identifierName": "get"
                  },
                  "name": "get",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5623,
                    "end": 5627,
                    "loc": {
                      "start": {
                        "line": 233,
                        "column": 8
                      },
                      "end": {
                        "line": 233,
                        "column": 12
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5630,
                  "end": 5672,
                  "loc": {
                    "start": {
                      "line": 233,
                      "column": 15
                    },
                    "end": {
                      "line": 235,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5636,
                      "end": 5668,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 4
                        },
                        "end": {
                          "line": 234,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5643,
                        "end": 5668,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 11
                          },
                          "end": {
                            "line": 234,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5643,
                          "end": 5660,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 11
                            },
                            "end": {
                              "line": 234,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5643,
                            "end": 5647,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 11
                              },
                              "end": {
                                "line": 234,
                                "column": 15
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5648,
                            "end": 5660,
                            "loc": {
                              "start": {
                                "line": 234,
                                "column": 16
                              },
                              "end": {
                                "line": 234,
                                "column": 28
                              },
                              "identifierName": "__collection"
                            },
                            "name": "__collection"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5662,
                          "end": 5666,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 30
                            },
                            "end": {
                              "line": 234,
                              "column": 34
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": true
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Returns a specific Sound instance\n   * @param {String} name The Sound identifier\n   * @return {Sound} The Sound which is represented by the identifier\n   ",
                    "start": 5449,
                    "end": 5614,
                    "loc": {
                      "start": {
                        "line": 228,
                        "column": 2
                      },
                      "end": {
                        "line": 232,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ],
            "trailingComments": null
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * A class containing multiple Sound instances\n ",
              "start": 2076,
              "end": 2130,
              "loc": {
                "start": {
                  "line": 106,
                  "column": 0
                },
                "end": {
                  "line": 108,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Returns a singleton of the Sounds\n ",
              "start": 5676,
              "end": 5720,
              "loc": {
                "start": {
                  "line": 238,
                  "column": 0
                },
                "end": {
                  "line": 240,
                  "column": 3
                }
              }
            }
          ],
          "__PseudoExport__": true
        },
        "leadingComments": null
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 31,
        "end": 43,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 12
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 31,
          "end": 43,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "leadingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " globals document, Audio ",
            "start": 0,
            "end": 29,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 1,
                "column": 29
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " globals document, Audio ",
      "start": 0,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * An audio wrapper\n ",
      "start": 79,
      "end": 106,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a Sound instance\n   * @param {Audio} audio The Audio element to wrap\n   ",
      "start": 123,
      "end": 214,
      "loc": {
        "start": {
          "line": 11,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * The Audio element\n     * @type {Audio}\n     * @private\n     ",
      "start": 245,
      "end": 318,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Determines if audio is enabled\n     * @type {Boolean=false}\n     * @private\n     ",
      "start": 348,
      "end": 442,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Determines if the audio should loop infinitly\n     * @type {Boolean=false}\n     * @private\n     ",
      "start": 474,
      "end": 583,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sound to enabled or disabled\n   * @param {Boolean} enabled If true the Sound class will be enabled\n   ",
      "start": 757,
      "end": 879,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the volume of the Sound instance\n   * @param {Number} volume\n   ",
      "start": 940,
      "end": 1020,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 54,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Play the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is played\n   ",
      "start": 1083,
      "end": 1193,
      "loc": {
        "start": {
          "line": 59,
          "column": 2
        },
        "end": {
          "line": 62,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Old browsers don't return a promise for play(), so we create one",
      "start": 1315,
      "end": 1382,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 71
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Pause the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is paused\n   ",
      "start": 1490,
      "end": 1601,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 81,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sound to muted or unmuted\n   * @param {Boolean} mute If true the Sound class will be muted\n   ",
      "start": 1718,
      "end": 1832,
      "loc": {
        "start": {
          "line": 89,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sound to looped or single play\n   * @param {Boolean} looped If true the Sound class will be looped infinitely\n   ",
      "start": 1888,
      "end": 2021,
      "loc": {
        "start": {
          "line": 97,
          "column": 2
        },
        "end": {
          "line": 100,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A class containing multiple Sound instances\n ",
      "start": 2076,
      "end": 2130,
      "loc": {
        "start": {
          "line": 106,
          "column": 0
        },
        "end": {
          "line": 108,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Create an instance of Sounds\n   ",
      "start": 2148,
      "end": 2191,
      "loc": {
        "start": {
          "line": 110,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Holds the Sound instances\n     * @type {Object}\n     * @private\n     ",
      "start": 2215,
      "end": 2297,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Determines if the Sounds are enabled\n     * @type {Boolean=false}\n     * @private\n     ",
      "start": 2329,
      "end": 2429,
      "loc": {
        "start": {
          "line": 120,
          "column": 4
        },
        "end": {
          "line": 124,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a new instance of Sounds\n   * @return {Sounds} The newly created Sounds instance\n   ",
      "start": 2464,
      "end": 2567,
      "loc": {
        "start": {
          "line": 128,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Initializes the Sounds class. This is needed to enable Audio on some devices\n   * @return {Promise} The promise is resolved once audio is available\n   ",
      "start": 2613,
      "end": 2775,
      "loc": {
        "start": {
          "line": 136,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Enabled",
      "start": 3615,
      "end": 3625,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Enabled",
      "start": 3832,
      "end": 3842,
      "loc": {
        "start": {
          "line": 165,
          "column": 10
        },
        "end": {
          "line": 165,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Disabled",
      "start": 4012,
      "end": 4023,
      "loc": {
        "start": {
          "line": 171,
          "column": 10
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sounds class to enabled or disabled\n   * @param {Boolean} enable If true the Sound instances will be enabled\n   ",
      "start": 4082,
      "end": 4214,
      "loc": {
        "start": {
          "line": 177,
          "column": 2
        },
        "end": {
          "line": 180,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sounds class to muted or unmuted\n   * @param {Boolean} mute If true the Sound instances will be muted\n   ",
      "start": 4355,
      "end": 4480,
      "loc": {
        "start": {
          "line": 189,
          "column": 2
        },
        "end": {
          "line": 192,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Adds a Sound instance to the Sounds\n   * @param {String} name An identifer to represent the Audio added\n   * @param {Audio|String} audio An Audio instance or an url to an audio file\n   * @return {Sound} Returns the Sound instance\n   ",
      "start": 4583,
      "end": 4827,
      "loc": {
        "start": {
          "line": 199,
          "column": 2
        },
        "end": {
          "line": 204,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Remove a Sound instance from the Sounds\n   * @param {String} name An identifer to represent the Audio to be removed\n   ",
      "start": 5081,
      "end": 5211,
      "loc": {
        "start": {
          "line": 214,
          "column": 2
        },
        "end": {
          "line": 217,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a specific Sound instance\n   * @param {String} name The Sound identifier\n   * @return {Sound} The Sound which is represented by the identifier\n   ",
      "start": 5449,
      "end": 5614,
      "loc": {
        "start": {
          "line": 228,
          "column": 2
        },
        "end": {
          "line": 232,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a singleton of the Sounds\n ",
      "start": 5676,
      "end": 5720,
      "loc": {
        "start": {
          "line": 238,
          "column": 0
        },
        "end": {
          "line": 240,
          "column": 3
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": " globals document, Audio ",
      "start": 0,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 31,
      "end": 43,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 45,
      "end": 51,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 52,
      "end": 53,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 54,
      "end": 58,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 59,
      "end": 60,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 61,
      "end": 65,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./loop.js",
      "start": 66,
      "end": 77,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 32
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * An audio wrapper\n ",
      "start": 79,
      "end": 106,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 107,
      "end": 112,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sound",
      "start": 113,
      "end": 118,
      "loc": {
        "start": {
          "line": 10,
          "column": 6
        },
        "end": {
          "line": 10,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 119,
      "end": 120,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a Sound instance\n   * @param {Audio} audio The Audio element to wrap\n   ",
      "start": 123,
      "end": 214,
      "loc": {
        "start": {
          "line": 11,
          "column": 2
        },
        "end": {
          "line": 14,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 217,
      "end": 228,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 229,
      "end": 230,
      "loc": {
        "start": {
          "line": 15,
          "column": 14
        },
        "end": {
          "line": 15,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 231,
      "end": 236,
      "loc": {
        "start": {
          "line": 15,
          "column": 16
        },
        "end": {
          "line": 15,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 237,
      "end": 238,
      "loc": {
        "start": {
          "line": 15,
          "column": 22
        },
        "end": {
          "line": 15,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 239,
      "end": 240,
      "loc": {
        "start": {
          "line": 15,
          "column": 24
        },
        "end": {
          "line": 15,
          "column": 25
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * The Audio element\n     * @type {Audio}\n     * @private\n     ",
      "start": 245,
      "end": 318,
      "loc": {
        "start": {
          "line": 16,
          "column": 4
        },
        "end": {
          "line": 20,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 323,
      "end": 327,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 327,
      "end": 328,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__audio",
      "start": 328,
      "end": 335,
      "loc": {
        "start": {
          "line": 21,
          "column": 9
        },
        "end": {
          "line": 21,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 336,
      "end": 337,
      "loc": {
        "start": {
          "line": 21,
          "column": 17
        },
        "end": {
          "line": 21,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 338,
      "end": 343,
      "loc": {
        "start": {
          "line": 21,
          "column": 19
        },
        "end": {
          "line": 21,
          "column": 24
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Determines if audio is enabled\n     * @type {Boolean=false}\n     * @private\n     ",
      "start": 348,
      "end": 442,
      "loc": {
        "start": {
          "line": 22,
          "column": 4
        },
        "end": {
          "line": 26,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 447,
      "end": 451,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 451,
      "end": 452,
      "loc": {
        "start": {
          "line": 27,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__enabled",
      "start": 452,
      "end": 461,
      "loc": {
        "start": {
          "line": 27,
          "column": 9
        },
        "end": {
          "line": 27,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 462,
      "end": 463,
      "loc": {
        "start": {
          "line": 27,
          "column": 19
        },
        "end": {
          "line": 27,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 464,
      "end": 469,
      "loc": {
        "start": {
          "line": 27,
          "column": 21
        },
        "end": {
          "line": 27,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Determines if the audio should loop infinitly\n     * @type {Boolean=false}\n     * @private\n     ",
      "start": 474,
      "end": 583,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 588,
      "end": 592,
      "loc": {
        "start": {
          "line": 33,
          "column": 4
        },
        "end": {
          "line": 33,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 592,
      "end": 593,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__looped",
      "start": 593,
      "end": 601,
      "loc": {
        "start": {
          "line": 33,
          "column": 9
        },
        "end": {
          "line": 33,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 602,
      "end": 603,
      "loc": {
        "start": {
          "line": 33,
          "column": 18
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 604,
      "end": 609,
      "loc": {
        "start": {
          "line": 33,
          "column": 20
        },
        "end": {
          "line": 33,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 615,
      "end": 620,
      "loc": {
        "start": {
          "line": 35,
          "column": 4
        },
        "end": {
          "line": 35,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 620,
      "end": 621,
      "loc": {
        "start": {
          "line": 35,
          "column": 9
        },
        "end": {
          "line": 35,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 621,
      "end": 637,
      "loc": {
        "start": {
          "line": 35,
          "column": 10
        },
        "end": {
          "line": 35,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 35,
          "column": 26
        },
        "end": {
          "line": 35,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "ended",
      "start": 639,
      "end": 646,
      "loc": {
        "start": {
          "line": 35,
          "column": 28
        },
        "end": {
          "line": 35,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 646,
      "end": 647,
      "loc": {
        "start": {
          "line": 35,
          "column": 35
        },
        "end": {
          "line": 35,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 648,
      "end": 649,
      "loc": {
        "start": {
          "line": 35,
          "column": 37
        },
        "end": {
          "line": 35,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 649,
      "end": 650,
      "loc": {
        "start": {
          "line": 35,
          "column": 38
        },
        "end": {
          "line": 35,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 651,
      "end": 653,
      "loc": {
        "start": {
          "line": 35,
          "column": 40
        },
        "end": {
          "line": 35,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 654,
      "end": 655,
      "loc": {
        "start": {
          "line": 35,
          "column": 43
        },
        "end": {
          "line": 35,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 662,
      "end": 667,
      "loc": {
        "start": {
          "line": 36,
          "column": 6
        },
        "end": {
          "line": 36,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 667,
      "end": 668,
      "loc": {
        "start": {
          "line": 36,
          "column": 11
        },
        "end": {
          "line": 36,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "currentTime",
      "start": 668,
      "end": 679,
      "loc": {
        "start": {
          "line": 36,
          "column": 12
        },
        "end": {
          "line": 36,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 36,
          "column": 24
        },
        "end": {
          "line": 36,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 36,
          "column": 26
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 690,
      "end": 692,
      "loc": {
        "start": {
          "line": 37,
          "column": 6
        },
        "end": {
          "line": 37,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 693,
      "end": 694,
      "loc": {
        "start": {
          "line": 37,
          "column": 9
        },
        "end": {
          "line": 37,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 695,
      "end": 699,
      "loc": {
        "start": {
          "line": 37,
          "column": 11
        },
        "end": {
          "line": 37,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 699,
      "end": 700,
      "loc": {
        "start": {
          "line": 37,
          "column": 15
        },
        "end": {
          "line": 37,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__looped",
      "start": 700,
      "end": 708,
      "loc": {
        "start": {
          "line": 37,
          "column": 16
        },
        "end": {
          "line": 37,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 709,
      "end": 710,
      "loc": {
        "start": {
          "line": 37,
          "column": 25
        },
        "end": {
          "line": 37,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 711,
      "end": 712,
      "loc": {
        "start": {
          "line": 37,
          "column": 27
        },
        "end": {
          "line": 37,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 721,
      "end": 726,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 726,
      "end": 727,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "play",
      "start": 727,
      "end": 731,
      "loc": {
        "start": {
          "line": 38,
          "column": 14
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 731,
      "end": 732,
      "loc": {
        "start": {
          "line": 38,
          "column": 18
        },
        "end": {
          "line": 38,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 732,
      "end": 733,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 740,
      "end": 741,
      "loc": {
        "start": {
          "line": 39,
          "column": 6
        },
        "end": {
          "line": 39,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 746,
      "end": 747,
      "loc": {
        "start": {
          "line": 40,
          "column": 4
        },
        "end": {
          "line": 40,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 748,
      "end": 749,
      "loc": {
        "start": {
          "line": 40,
          "column": 6
        },
        "end": {
          "line": 40,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 41,
          "column": 2
        },
        "end": {
          "line": 41,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sound to enabled or disabled\n   * @param {Boolean} enabled If true the Sound class will be enabled\n   ",
      "start": 757,
      "end": 879,
      "loc": {
        "start": {
          "line": 43,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 882,
      "end": 889,
      "loc": {
        "start": {
          "line": 47,
          "column": 2
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 890,
      "end": 891,
      "loc": {
        "start": {
          "line": 47,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 892,
      "end": 899,
      "loc": {
        "start": {
          "line": 47,
          "column": 12
        },
        "end": {
          "line": 47,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 900,
      "end": 901,
      "loc": {
        "start": {
          "line": 47,
          "column": 20
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 902,
      "end": 903,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 908,
      "end": 912,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 912,
      "end": 913,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__enabled",
      "start": 913,
      "end": 922,
      "loc": {
        "start": {
          "line": 48,
          "column": 9
        },
        "end": {
          "line": 48,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 48,
          "column": 19
        },
        "end": {
          "line": 48,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 925,
      "end": 932,
      "loc": {
        "start": {
          "line": 48,
          "column": 21
        },
        "end": {
          "line": 48,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the volume of the Sound instance\n   * @param {Number} volume\n   ",
      "start": 940,
      "end": 1020,
      "loc": {
        "start": {
          "line": 51,
          "column": 2
        },
        "end": {
          "line": 54,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "volume",
      "start": 1023,
      "end": 1029,
      "loc": {
        "start": {
          "line": 55,
          "column": 2
        },
        "end": {
          "line": 55,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1030,
      "end": 1031,
      "loc": {
        "start": {
          "line": 55,
          "column": 9
        },
        "end": {
          "line": 55,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "volume",
      "start": 1032,
      "end": 1038,
      "loc": {
        "start": {
          "line": 55,
          "column": 11
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1039,
      "end": 1040,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1041,
      "end": 1042,
      "loc": {
        "start": {
          "line": 55,
          "column": 20
        },
        "end": {
          "line": 55,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1047,
      "end": 1051,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1051,
      "end": 1052,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__audio",
      "start": 1052,
      "end": 1059,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 56,
          "column": 16
        },
        "end": {
          "line": 56,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "volume",
      "start": 1060,
      "end": 1066,
      "loc": {
        "start": {
          "line": 56,
          "column": 17
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1067,
      "end": 1068,
      "loc": {
        "start": {
          "line": 56,
          "column": 24
        },
        "end": {
          "line": 56,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "volume",
      "start": 1069,
      "end": 1075,
      "loc": {
        "start": {
          "line": 56,
          "column": 26
        },
        "end": {
          "line": 56,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1078,
      "end": 1079,
      "loc": {
        "start": {
          "line": 57,
          "column": 2
        },
        "end": {
          "line": 57,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Play the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is played\n   ",
      "start": 1083,
      "end": 1193,
      "loc": {
        "start": {
          "line": 59,
          "column": 2
        },
        "end": {
          "line": 62,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "play",
      "start": 1196,
      "end": 1200,
      "loc": {
        "start": {
          "line": 63,
          "column": 2
        },
        "end": {
          "line": 63,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1201,
      "end": 1202,
      "loc": {
        "start": {
          "line": 63,
          "column": 7
        },
        "end": {
          "line": 63,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1202,
      "end": 1203,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1204,
      "end": 1205,
      "loc": {
        "start": {
          "line": 63,
          "column": 10
        },
        "end": {
          "line": 63,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1210,
      "end": 1212,
      "loc": {
        "start": {
          "line": 64,
          "column": 4
        },
        "end": {
          "line": 64,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1213,
      "end": 1214,
      "loc": {
        "start": {
          "line": 64,
          "column": 7
        },
        "end": {
          "line": 64,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1215,
      "end": 1216,
      "loc": {
        "start": {
          "line": 64,
          "column": 9
        },
        "end": {
          "line": 64,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1216,
      "end": 1220,
      "loc": {
        "start": {
          "line": 64,
          "column": 10
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1220,
      "end": 1221,
      "loc": {
        "start": {
          "line": 64,
          "column": 14
        },
        "end": {
          "line": 64,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__enabled",
      "start": 1221,
      "end": 1230,
      "loc": {
        "start": {
          "line": 64,
          "column": 15
        },
        "end": {
          "line": 64,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1231,
      "end": 1232,
      "loc": {
        "start": {
          "line": 64,
          "column": 25
        },
        "end": {
          "line": 64,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1233,
      "end": 1234,
      "loc": {
        "start": {
          "line": 64,
          "column": 27
        },
        "end": {
          "line": 64,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1241,
      "end": 1247,
      "loc": {
        "start": {
          "line": 65,
          "column": 6
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1248,
      "end": 1255,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 65,
          "column": 20
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1256,
      "end": 1263,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 65,
          "column": 28
        },
        "end": {
          "line": 65,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1264,
      "end": 1265,
      "loc": {
        "start": {
          "line": 65,
          "column": 29
        },
        "end": {
          "line": 65,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1270,
      "end": 1271,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1277,
      "end": 1280,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 68,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1281,
      "end": 1287,
      "loc": {
        "start": {
          "line": 68,
          "column": 8
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1288,
      "end": 1289,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1290,
      "end": 1294,
      "loc": {
        "start": {
          "line": 68,
          "column": 17
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1294,
      "end": 1295,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__audio",
      "start": 1295,
      "end": 1302,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1302,
      "end": 1303,
      "loc": {
        "start": {
          "line": 68,
          "column": 29
        },
        "end": {
          "line": 68,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "play",
      "start": 1303,
      "end": 1307,
      "loc": {
        "start": {
          "line": 68,
          "column": 30
        },
        "end": {
          "line": 68,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1307,
      "end": 1308,
      "loc": {
        "start": {
          "line": 68,
          "column": 34
        },
        "end": {
          "line": 68,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1308,
      "end": 1309,
      "loc": {
        "start": {
          "line": 68,
          "column": 35
        },
        "end": {
          "line": 68,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Old browsers don't return a promise for play(), so we create one",
      "start": 1315,
      "end": 1382,
      "loc": {
        "start": {
          "line": 70,
          "column": 4
        },
        "end": {
          "line": 70,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1387,
      "end": 1389,
      "loc": {
        "start": {
          "line": 71,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1390,
      "end": 1391,
      "loc": {
        "start": {
          "line": 71,
          "column": 7
        },
        "end": {
          "line": 71,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1392,
      "end": 1393,
      "loc": {
        "start": {
          "line": 71,
          "column": 9
        },
        "end": {
          "line": 71,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1393,
      "end": 1394,
      "loc": {
        "start": {
          "line": 71,
          "column": 10
        },
        "end": {
          "line": 71,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1395,
      "end": 1401,
      "loc": {
        "start": {
          "line": 71,
          "column": 12
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 1402,
      "end": 1412,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1413,
      "end": 1420,
      "loc": {
        "start": {
          "line": 71,
          "column": 30
        },
        "end": {
          "line": 71,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1421,
      "end": 1422,
      "loc": {
        "start": {
          "line": 71,
          "column": 38
        },
        "end": {
          "line": 71,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1423,
      "end": 1424,
      "loc": {
        "start": {
          "line": 71,
          "column": 40
        },
        "end": {
          "line": 71,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1425,
      "end": 1426,
      "loc": {
        "start": {
          "line": 71,
          "column": 42
        },
        "end": {
          "line": 71,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1433,
      "end": 1439,
      "loc": {
        "start": {
          "line": 72,
          "column": 6
        },
        "end": {
          "line": 72,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1440,
      "end": 1447,
      "loc": {
        "start": {
          "line": 72,
          "column": 13
        },
        "end": {
          "line": 72,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 72,
          "column": 20
        },
        "end": {
          "line": 72,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1448,
      "end": 1455,
      "loc": {
        "start": {
          "line": 72,
          "column": 21
        },
        "end": {
          "line": 72,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1455,
      "end": 1456,
      "loc": {
        "start": {
          "line": 72,
          "column": 28
        },
        "end": {
          "line": 72,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1456,
      "end": 1457,
      "loc": {
        "start": {
          "line": 72,
          "column": 29
        },
        "end": {
          "line": 72,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1462,
      "end": 1463,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 73,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1469,
      "end": 1475,
      "loc": {
        "start": {
          "line": 75,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 1476,
      "end": 1482,
      "loc": {
        "start": {
          "line": 75,
          "column": 11
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1485,
      "end": 1486,
      "loc": {
        "start": {
          "line": 76,
          "column": 2
        },
        "end": {
          "line": 76,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Pause the Sound instance\n   * @return {Promise} The promise is resolved once the Sound is paused\n   ",
      "start": 1490,
      "end": 1601,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 81,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pause",
      "start": 1604,
      "end": 1609,
      "loc": {
        "start": {
          "line": 82,
          "column": 2
        },
        "end": {
          "line": 82,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1610,
      "end": 1611,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1611,
      "end": 1612,
      "loc": {
        "start": {
          "line": 82,
          "column": 9
        },
        "end": {
          "line": 82,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1613,
      "end": 1614,
      "loc": {
        "start": {
          "line": 82,
          "column": 11
        },
        "end": {
          "line": 82,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1619,
      "end": 1621,
      "loc": {
        "start": {
          "line": 83,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1622,
      "end": 1623,
      "loc": {
        "start": {
          "line": 83,
          "column": 7
        },
        "end": {
          "line": 83,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1624,
      "end": 1625,
      "loc": {
        "start": {
          "line": 83,
          "column": 9
        },
        "end": {
          "line": 83,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1625,
      "end": 1629,
      "loc": {
        "start": {
          "line": 83,
          "column": 10
        },
        "end": {
          "line": 83,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1629,
      "end": 1630,
      "loc": {
        "start": {
          "line": 83,
          "column": 14
        },
        "end": {
          "line": 83,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__audio",
      "start": 1630,
      "end": 1637,
      "loc": {
        "start": {
          "line": 83,
          "column": 15
        },
        "end": {
          "line": 83,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1637,
      "end": 1638,
      "loc": {
        "start": {
          "line": 83,
          "column": 22
        },
        "end": {
          "line": 83,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "paused",
      "start": 1638,
      "end": 1644,
      "loc": {
        "start": {
          "line": 83,
          "column": 23
        },
        "end": {
          "line": 83,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1645,
      "end": 1646,
      "loc": {
        "start": {
          "line": 83,
          "column": 30
        },
        "end": {
          "line": 83,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1647,
      "end": 1648,
      "loc": {
        "start": {
          "line": 83,
          "column": 32
        },
        "end": {
          "line": 83,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1655,
      "end": 1659,
      "loc": {
        "start": {
          "line": 84,
          "column": 6
        },
        "end": {
          "line": 84,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1659,
      "end": 1660,
      "loc": {
        "start": {
          "line": 84,
          "column": 10
        },
        "end": {
          "line": 84,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__audio",
      "start": 1660,
      "end": 1667,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1667,
      "end": 1668,
      "loc": {
        "start": {
          "line": 84,
          "column": 18
        },
        "end": {
          "line": 84,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pause",
      "start": 1668,
      "end": 1673,
      "loc": {
        "start": {
          "line": 84,
          "column": 19
        },
        "end": {
          "line": 84,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1673,
      "end": 1674,
      "loc": {
        "start": {
          "line": 84,
          "column": 24
        },
        "end": {
          "line": 84,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1674,
      "end": 1675,
      "loc": {
        "start": {
          "line": 84,
          "column": 25
        },
        "end": {
          "line": 84,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1680,
      "end": 1681,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1686,
      "end": 1692,
      "loc": {
        "start": {
          "line": 86,
          "column": 4
        },
        "end": {
          "line": 86,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1693,
      "end": 1700,
      "loc": {
        "start": {
          "line": 86,
          "column": 11
        },
        "end": {
          "line": 86,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1700,
      "end": 1701,
      "loc": {
        "start": {
          "line": 86,
          "column": 18
        },
        "end": {
          "line": 86,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1701,
      "end": 1708,
      "loc": {
        "start": {
          "line": 86,
          "column": 19
        },
        "end": {
          "line": 86,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1708,
      "end": 1709,
      "loc": {
        "start": {
          "line": 86,
          "column": 26
        },
        "end": {
          "line": 86,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 86,
          "column": 27
        },
        "end": {
          "line": 86,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1713,
      "end": 1714,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 87,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sound to muted or unmuted\n   * @param {Boolean} mute If true the Sound class will be muted\n   ",
      "start": 1718,
      "end": 1832,
      "loc": {
        "start": {
          "line": 89,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 1835,
      "end": 1839,
      "loc": {
        "start": {
          "line": 93,
          "column": 2
        },
        "end": {
          "line": 93,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1840,
      "end": 1841,
      "loc": {
        "start": {
          "line": 93,
          "column": 7
        },
        "end": {
          "line": 93,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 1842,
      "end": 1846,
      "loc": {
        "start": {
          "line": 93,
          "column": 9
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1847,
      "end": 1848,
      "loc": {
        "start": {
          "line": 93,
          "column": 14
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1849,
      "end": 1850,
      "loc": {
        "start": {
          "line": 93,
          "column": 16
        },
        "end": {
          "line": 93,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1855,
      "end": 1859,
      "loc": {
        "start": {
          "line": 94,
          "column": 4
        },
        "end": {
          "line": 94,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1859,
      "end": 1860,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__audio",
      "start": 1860,
      "end": 1867,
      "loc": {
        "start": {
          "line": 94,
          "column": 9
        },
        "end": {
          "line": 94,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1867,
      "end": 1868,
      "loc": {
        "start": {
          "line": 94,
          "column": 16
        },
        "end": {
          "line": 94,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "muted",
      "start": 1868,
      "end": 1873,
      "loc": {
        "start": {
          "line": 94,
          "column": 17
        },
        "end": {
          "line": 94,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1874,
      "end": 1875,
      "loc": {
        "start": {
          "line": 94,
          "column": 23
        },
        "end": {
          "line": 94,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 1876,
      "end": 1880,
      "loc": {
        "start": {
          "line": 94,
          "column": 25
        },
        "end": {
          "line": 94,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 95,
          "column": 2
        },
        "end": {
          "line": 95,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sound to looped or single play\n   * @param {Boolean} looped If true the Sound class will be looped infinitely\n   ",
      "start": 1888,
      "end": 2021,
      "loc": {
        "start": {
          "line": 97,
          "column": 2
        },
        "end": {
          "line": 100,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 2024,
      "end": 2028,
      "loc": {
        "start": {
          "line": 101,
          "column": 2
        },
        "end": {
          "line": 101,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2029,
      "end": 2030,
      "loc": {
        "start": {
          "line": 101,
          "column": 7
        },
        "end": {
          "line": 101,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "looped",
      "start": 2031,
      "end": 2037,
      "loc": {
        "start": {
          "line": 101,
          "column": 9
        },
        "end": {
          "line": 101,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2038,
      "end": 2039,
      "loc": {
        "start": {
          "line": 101,
          "column": 16
        },
        "end": {
          "line": 101,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2040,
      "end": 2041,
      "loc": {
        "start": {
          "line": 101,
          "column": 18
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2046,
      "end": 2050,
      "loc": {
        "start": {
          "line": 102,
          "column": 4
        },
        "end": {
          "line": 102,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2050,
      "end": 2051,
      "loc": {
        "start": {
          "line": 102,
          "column": 8
        },
        "end": {
          "line": 102,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__looped",
      "start": 2051,
      "end": 2059,
      "loc": {
        "start": {
          "line": 102,
          "column": 9
        },
        "end": {
          "line": 102,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2060,
      "end": 2061,
      "loc": {
        "start": {
          "line": 102,
          "column": 18
        },
        "end": {
          "line": 102,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "looped",
      "start": 2062,
      "end": 2068,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2071,
      "end": 2072,
      "loc": {
        "start": {
          "line": 103,
          "column": 2
        },
        "end": {
          "line": 103,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2073,
      "end": 2074,
      "loc": {
        "start": {
          "line": 104,
          "column": 0
        },
        "end": {
          "line": 104,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A class containing multiple Sound instances\n ",
      "start": 2076,
      "end": 2130,
      "loc": {
        "start": {
          "line": 106,
          "column": 0
        },
        "end": {
          "line": 108,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 2131,
      "end": 2136,
      "loc": {
        "start": {
          "line": 109,
          "column": 0
        },
        "end": {
          "line": 109,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sounds",
      "start": 2137,
      "end": 2143,
      "loc": {
        "start": {
          "line": 109,
          "column": 6
        },
        "end": {
          "line": 109,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2144,
      "end": 2145,
      "loc": {
        "start": {
          "line": 109,
          "column": 13
        },
        "end": {
          "line": 109,
          "column": 14
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Create an instance of Sounds\n   ",
      "start": 2148,
      "end": 2191,
      "loc": {
        "start": {
          "line": 110,
          "column": 2
        },
        "end": {
          "line": 112,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 2194,
      "end": 2205,
      "loc": {
        "start": {
          "line": 113,
          "column": 2
        },
        "end": {
          "line": 113,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2206,
      "end": 2207,
      "loc": {
        "start": {
          "line": 113,
          "column": 14
        },
        "end": {
          "line": 113,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2207,
      "end": 2208,
      "loc": {
        "start": {
          "line": 113,
          "column": 15
        },
        "end": {
          "line": 113,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2209,
      "end": 2210,
      "loc": {
        "start": {
          "line": 113,
          "column": 17
        },
        "end": {
          "line": 113,
          "column": 18
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Holds the Sound instances\n     * @type {Object}\n     * @private\n     ",
      "start": 2215,
      "end": 2297,
      "loc": {
        "start": {
          "line": 114,
          "column": 4
        },
        "end": {
          "line": 118,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2302,
      "end": 2306,
      "loc": {
        "start": {
          "line": 119,
          "column": 4
        },
        "end": {
          "line": 119,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2306,
      "end": 2307,
      "loc": {
        "start": {
          "line": 119,
          "column": 8
        },
        "end": {
          "line": 119,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 2307,
      "end": 2319,
      "loc": {
        "start": {
          "line": 119,
          "column": 9
        },
        "end": {
          "line": 119,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2320,
      "end": 2321,
      "loc": {
        "start": {
          "line": 119,
          "column": 22
        },
        "end": {
          "line": 119,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2322,
      "end": 2323,
      "loc": {
        "start": {
          "line": 119,
          "column": 24
        },
        "end": {
          "line": 119,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2323,
      "end": 2324,
      "loc": {
        "start": {
          "line": 119,
          "column": 25
        },
        "end": {
          "line": 119,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Determines if the Sounds are enabled\n     * @type {Boolean=false}\n     * @private\n     ",
      "start": 2329,
      "end": 2429,
      "loc": {
        "start": {
          "line": 120,
          "column": 4
        },
        "end": {
          "line": 124,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2434,
      "end": 2438,
      "loc": {
        "start": {
          "line": 125,
          "column": 4
        },
        "end": {
          "line": 125,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2438,
      "end": 2439,
      "loc": {
        "start": {
          "line": 125,
          "column": 8
        },
        "end": {
          "line": 125,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__enabled",
      "start": 2439,
      "end": 2448,
      "loc": {
        "start": {
          "line": 125,
          "column": 9
        },
        "end": {
          "line": 125,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2449,
      "end": 2450,
      "loc": {
        "start": {
          "line": 125,
          "column": 19
        },
        "end": {
          "line": 125,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2451,
      "end": 2456,
      "loc": {
        "start": {
          "line": 125,
          "column": 21
        },
        "end": {
          "line": 125,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2459,
      "end": 2460,
      "loc": {
        "start": {
          "line": 126,
          "column": 2
        },
        "end": {
          "line": 126,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a new instance of Sounds\n   * @return {Sounds} The newly created Sounds instance\n   ",
      "start": 2464,
      "end": 2567,
      "loc": {
        "start": {
          "line": 128,
          "column": 2
        },
        "end": {
          "line": 131,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "create",
      "start": 2570,
      "end": 2576,
      "loc": {
        "start": {
          "line": 132,
          "column": 2
        },
        "end": {
          "line": 132,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2577,
      "end": 2578,
      "loc": {
        "start": {
          "line": 132,
          "column": 9
        },
        "end": {
          "line": 132,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2578,
      "end": 2579,
      "loc": {
        "start": {
          "line": 132,
          "column": 10
        },
        "end": {
          "line": 132,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2580,
      "end": 2581,
      "loc": {
        "start": {
          "line": 132,
          "column": 12
        },
        "end": {
          "line": 132,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2586,
      "end": 2592,
      "loc": {
        "start": {
          "line": 133,
          "column": 4
        },
        "end": {
          "line": 133,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2593,
      "end": 2596,
      "loc": {
        "start": {
          "line": 133,
          "column": 11
        },
        "end": {
          "line": 133,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sounds",
      "start": 2597,
      "end": 2603,
      "loc": {
        "start": {
          "line": 133,
          "column": 15
        },
        "end": {
          "line": 133,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2603,
      "end": 2604,
      "loc": {
        "start": {
          "line": 133,
          "column": 21
        },
        "end": {
          "line": 133,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2604,
      "end": 2605,
      "loc": {
        "start": {
          "line": 133,
          "column": 22
        },
        "end": {
          "line": 133,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2608,
      "end": 2609,
      "loc": {
        "start": {
          "line": 134,
          "column": 2
        },
        "end": {
          "line": 134,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Initializes the Sounds class. This is needed to enable Audio on some devices\n   * @return {Promise} The promise is resolved once audio is available\n   ",
      "start": 2613,
      "end": 2775,
      "loc": {
        "start": {
          "line": 136,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "init",
      "start": 2778,
      "end": 2782,
      "loc": {
        "start": {
          "line": 140,
          "column": 2
        },
        "end": {
          "line": 140,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2783,
      "end": 2784,
      "loc": {
        "start": {
          "line": 140,
          "column": 7
        },
        "end": {
          "line": 140,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2784,
      "end": 2785,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2786,
      "end": 2787,
      "loc": {
        "start": {
          "line": 140,
          "column": 10
        },
        "end": {
          "line": 140,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2792,
      "end": 2798,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2799,
      "end": 2802,
      "loc": {
        "start": {
          "line": 141,
          "column": 11
        },
        "end": {
          "line": 141,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 2803,
      "end": 2810,
      "loc": {
        "start": {
          "line": 141,
          "column": 15
        },
        "end": {
          "line": 141,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2810,
      "end": 2811,
      "loc": {
        "start": {
          "line": 141,
          "column": 22
        },
        "end": {
          "line": 141,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2812,
      "end": 2813,
      "loc": {
        "start": {
          "line": 141,
          "column": 24
        },
        "end": {
          "line": 141,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 2814,
      "end": 2821,
      "loc": {
        "start": {
          "line": 141,
          "column": 26
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2821,
      "end": 2822,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 2823,
      "end": 2829,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2830,
      "end": 2831,
      "loc": {
        "start": {
          "line": 141,
          "column": 42
        },
        "end": {
          "line": 141,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2832,
      "end": 2834,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2835,
      "end": 2836,
      "loc": {
        "start": {
          "line": 141,
          "column": 47
        },
        "end": {
          "line": 141,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2843,
      "end": 2846,
      "loc": {
        "start": {
          "line": 142,
          "column": 6
        },
        "end": {
          "line": 142,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 2847,
      "end": 2852,
      "loc": {
        "start": {
          "line": 142,
          "column": 10
        },
        "end": {
          "line": 142,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2853,
      "end": 2854,
      "loc": {
        "start": {
          "line": 142,
          "column": 16
        },
        "end": {
          "line": 142,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2855,
      "end": 2858,
      "loc": {
        "start": {
          "line": 142,
          "column": 18
        },
        "end": {
          "line": 142,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Audio",
      "start": 2859,
      "end": 2864,
      "loc": {
        "start": {
          "line": 142,
          "column": 22
        },
        "end": {
          "line": 142,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2864,
      "end": 2865,
      "loc": {
        "start": {
          "line": 142,
          "column": 27
        },
        "end": {
          "line": 142,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "data:audio/mp3;base64,SUQzBAAAAAAAI1RTU0UAAAAPAAADTGF2ZjU2LjM2LjEwMAAAAAAAAAAAAAAA//OEAAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAAEAAABIADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV6urq6urq6urq6urq6urq6urq6urq6urq6v////////////////////////////////8AAAAATGF2YzU2LjQxAAAAAAAAAAAAAAAAJAAAAAAAAAAAASDs90hvAAAAAAAAAAAAAAAAAAAA//MUZAAAAAGkAAAAAAAAA0gAAAAATEFN//MUZAMAAAGkAAAAAAAAA0gAAAAARTMu//MUZAYAAAGkAAAAAAAAA0gAAAAAOTku//MUZAkAAAGkAAAAAAAAA0gAAAAANVVV",
      "start": 2866,
      "end": 3334,
      "loc": {
        "start": {
          "line": 142,
          "column": 29
        },
        "end": {
          "line": 142,
          "column": 497
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3335,
      "end": 3336,
      "loc": {
        "start": {
          "line": 142,
          "column": 498
        },
        "end": {
          "line": 142,
          "column": 499
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3344,
      "end": 3347,
      "loc": {
        "start": {
          "line": 144,
          "column": 6
        },
        "end": {
          "line": 144,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3348,
      "end": 3354,
      "loc": {
        "start": {
          "line": 144,
          "column": 10
        },
        "end": {
          "line": 144,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3355,
      "end": 3356,
      "loc": {
        "start": {
          "line": 144,
          "column": 17
        },
        "end": {
          "line": 144,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 3357,
      "end": 3362,
      "loc": {
        "start": {
          "line": 144,
          "column": 19
        },
        "end": {
          "line": 144,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3362,
      "end": 3363,
      "loc": {
        "start": {
          "line": 144,
          "column": 24
        },
        "end": {
          "line": 144,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "play",
      "start": 3363,
      "end": 3367,
      "loc": {
        "start": {
          "line": 144,
          "column": 25
        },
        "end": {
          "line": 144,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3367,
      "end": 3368,
      "loc": {
        "start": {
          "line": 144,
          "column": 29
        },
        "end": {
          "line": 144,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3368,
      "end": 3369,
      "loc": {
        "start": {
          "line": 144,
          "column": 30
        },
        "end": {
          "line": 144,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3376,
      "end": 3378,
      "loc": {
        "start": {
          "line": 145,
          "column": 6
        },
        "end": {
          "line": 145,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3379,
      "end": 3380,
      "loc": {
        "start": {
          "line": 145,
          "column": 9
        },
        "end": {
          "line": 145,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3381,
      "end": 3382,
      "loc": {
        "start": {
          "line": 145,
          "column": 11
        },
        "end": {
          "line": 145,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3382,
      "end": 3383,
      "loc": {
        "start": {
          "line": 145,
          "column": 12
        },
        "end": {
          "line": 145,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3384,
      "end": 3390,
      "loc": {
        "start": {
          "line": 145,
          "column": 14
        },
        "end": {
          "line": 145,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 3391,
      "end": 3401,
      "loc": {
        "start": {
          "line": 145,
          "column": 21
        },
        "end": {
          "line": 145,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 3402,
      "end": 3409,
      "loc": {
        "start": {
          "line": 145,
          "column": 32
        },
        "end": {
          "line": 145,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3410,
      "end": 3411,
      "loc": {
        "start": {
          "line": 145,
          "column": 40
        },
        "end": {
          "line": 145,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3412,
      "end": 3413,
      "loc": {
        "start": {
          "line": 145,
          "column": 42
        },
        "end": {
          "line": 145,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3414,
      "end": 3415,
      "loc": {
        "start": {
          "line": 145,
          "column": 44
        },
        "end": {
          "line": 145,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3424,
      "end": 3431,
      "loc": {
        "start": {
          "line": 146,
          "column": 8
        },
        "end": {
          "line": 146,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3431,
      "end": 3432,
      "loc": {
        "start": {
          "line": 146,
          "column": 15
        },
        "end": {
          "line": 146,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3433,
      "end": 3438,
      "loc": {
        "start": {
          "line": 146,
          "column": 17
        },
        "end": {
          "line": 146,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 146,
          "column": 23
        },
        "end": {
          "line": 146,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3449,
      "end": 3455,
      "loc": {
        "start": {
          "line": 147,
          "column": 8
        },
        "end": {
          "line": 147,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3462,
      "end": 3463,
      "loc": {
        "start": {
          "line": 148,
          "column": 6
        },
        "end": {
          "line": 148,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3471,
      "end": 3474,
      "loc": {
        "start": {
          "line": 150,
          "column": 6
        },
        "end": {
          "line": 150,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unlock",
      "start": 3475,
      "end": 3481,
      "loc": {
        "start": {
          "line": 150,
          "column": 10
        },
        "end": {
          "line": 150,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3482,
      "end": 3483,
      "loc": {
        "start": {
          "line": 150,
          "column": 17
        },
        "end": {
          "line": 150,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3484,
      "end": 3485,
      "loc": {
        "start": {
          "line": 150,
          "column": 19
        },
        "end": {
          "line": 150,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3485,
      "end": 3486,
      "loc": {
        "start": {
          "line": 150,
          "column": 20
        },
        "end": {
          "line": 150,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3487,
      "end": 3489,
      "loc": {
        "start": {
          "line": 150,
          "column": 22
        },
        "end": {
          "line": 150,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3490,
      "end": 3491,
      "loc": {
        "start": {
          "line": 150,
          "column": 25
        },
        "end": {
          "line": 150,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 3500,
      "end": 3505,
      "loc": {
        "start": {
          "line": 151,
          "column": 8
        },
        "end": {
          "line": 151,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3505,
      "end": 3506,
      "loc": {
        "start": {
          "line": 151,
          "column": 13
        },
        "end": {
          "line": 151,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "play",
      "start": 3506,
      "end": 3510,
      "loc": {
        "start": {
          "line": 151,
          "column": 14
        },
        "end": {
          "line": 151,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3510,
      "end": 3511,
      "loc": {
        "start": {
          "line": 151,
          "column": 18
        },
        "end": {
          "line": 151,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3511,
      "end": 3512,
      "loc": {
        "start": {
          "line": 151,
          "column": 19
        },
        "end": {
          "line": 151,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3523,
      "end": 3524,
      "loc": {
        "start": {
          "line": 152,
          "column": 10
        },
        "end": {
          "line": 152,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3524,
      "end": 3528,
      "loc": {
        "start": {
          "line": 152,
          "column": 11
        },
        "end": {
          "line": 152,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3528,
      "end": 3529,
      "loc": {
        "start": {
          "line": 152,
          "column": 15
        },
        "end": {
          "line": 152,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3530,
      "end": 3531,
      "loc": {
        "start": {
          "line": 152,
          "column": 17
        },
        "end": {
          "line": 152,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3531,
      "end": 3532,
      "loc": {
        "start": {
          "line": 152,
          "column": 18
        },
        "end": {
          "line": 152,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3533,
      "end": 3535,
      "loc": {
        "start": {
          "line": 152,
          "column": 20
        },
        "end": {
          "line": 152,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3536,
      "end": 3537,
      "loc": {
        "start": {
          "line": 152,
          "column": 23
        },
        "end": {
          "line": 152,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "document",
      "start": 3550,
      "end": 3558,
      "loc": {
        "start": {
          "line": 153,
          "column": 12
        },
        "end": {
          "line": 153,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3558,
      "end": 3559,
      "loc": {
        "start": {
          "line": 153,
          "column": 20
        },
        "end": {
          "line": 153,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3559,
      "end": 3563,
      "loc": {
        "start": {
          "line": 153,
          "column": 21
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3563,
      "end": 3564,
      "loc": {
        "start": {
          "line": 153,
          "column": 25
        },
        "end": {
          "line": 153,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeEventListener",
      "start": 3564,
      "end": 3583,
      "loc": {
        "start": {
          "line": 153,
          "column": 26
        },
        "end": {
          "line": 153,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 153,
          "column": 45
        },
        "end": {
          "line": 153,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "click",
      "start": 3585,
      "end": 3592,
      "loc": {
        "start": {
          "line": 153,
          "column": 47
        },
        "end": {
          "line": 153,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3592,
      "end": 3593,
      "loc": {
        "start": {
          "line": 153,
          "column": 54
        },
        "end": {
          "line": 153,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unlock",
      "start": 3594,
      "end": 3600,
      "loc": {
        "start": {
          "line": 153,
          "column": 56
        },
        "end": {
          "line": 153,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3601,
      "end": 3602,
      "loc": {
        "start": {
          "line": 153,
          "column": 63
        },
        "end": {
          "line": 153,
          "column": 64
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Enabled",
      "start": 3615,
      "end": 3625,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3638,
      "end": 3642,
      "loc": {
        "start": {
          "line": 155,
          "column": 12
        },
        "end": {
          "line": 155,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3642,
      "end": 3643,
      "loc": {
        "start": {
          "line": 155,
          "column": 16
        },
        "end": {
          "line": 155,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 3643,
      "end": 3649,
      "loc": {
        "start": {
          "line": 155,
          "column": 17
        },
        "end": {
          "line": 155,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3649,
      "end": 3650,
      "loc": {
        "start": {
          "line": 155,
          "column": 23
        },
        "end": {
          "line": 155,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3651,
      "end": 3655,
      "loc": {
        "start": {
          "line": 155,
          "column": 25
        },
        "end": {
          "line": 155,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3656,
      "end": 3657,
      "loc": {
        "start": {
          "line": 155,
          "column": 30
        },
        "end": {
          "line": 155,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3670,
      "end": 3677,
      "loc": {
        "start": {
          "line": 156,
          "column": 12
        },
        "end": {
          "line": 156,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3677,
      "end": 3678,
      "loc": {
        "start": {
          "line": 156,
          "column": 19
        },
        "end": {
          "line": 156,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3679,
      "end": 3683,
      "loc": {
        "start": {
          "line": 156,
          "column": 21
        },
        "end": {
          "line": 156,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3684,
      "end": 3685,
      "loc": {
        "start": {
          "line": 156,
          "column": 26
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3696,
      "end": 3697,
      "loc": {
        "start": {
          "line": 157,
          "column": 10
        },
        "end": {
          "line": 157,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3698,
      "end": 3699,
      "loc": {
        "start": {
          "line": 157,
          "column": 12
        },
        "end": {
          "line": 157,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3710,
      "end": 3711,
      "loc": {
        "start": {
          "line": 158,
          "column": 10
        },
        "end": {
          "line": 158,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3711,
      "end": 3716,
      "loc": {
        "start": {
          "line": 158,
          "column": 11
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 158,
          "column": 18
        },
        "end": {
          "line": 158,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reason",
      "start": 3720,
      "end": 3726,
      "loc": {
        "start": {
          "line": 158,
          "column": 20
        },
        "end": {
          "line": 158,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3727,
      "end": 3728,
      "loc": {
        "start": {
          "line": 158,
          "column": 27
        },
        "end": {
          "line": 158,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3729,
      "end": 3731,
      "loc": {
        "start": {
          "line": 158,
          "column": 29
        },
        "end": {
          "line": 158,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3732,
      "end": 3733,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reject",
      "start": 3746,
      "end": 3752,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3752,
      "end": 3753,
      "loc": {
        "start": {
          "line": 159,
          "column": 18
        },
        "end": {
          "line": 159,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "reason",
      "start": 3754,
      "end": 3760,
      "loc": {
        "start": {
          "line": 159,
          "column": 20
        },
        "end": {
          "line": 159,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3761,
      "end": 3762,
      "loc": {
        "start": {
          "line": 159,
          "column": 27
        },
        "end": {
          "line": 159,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3773,
      "end": 3774,
      "loc": {
        "start": {
          "line": 160,
          "column": 10
        },
        "end": {
          "line": 160,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3775,
      "end": 3776,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3783,
      "end": 3784,
      "loc": {
        "start": {
          "line": 161,
          "column": 6
        },
        "end": {
          "line": 161,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "result",
      "start": 3792,
      "end": 3798,
      "loc": {
        "start": {
          "line": 163,
          "column": 6
        },
        "end": {
          "line": 163,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3807,
      "end": 3808,
      "loc": {
        "start": {
          "line": 164,
          "column": 8
        },
        "end": {
          "line": 164,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 3808,
      "end": 3812,
      "loc": {
        "start": {
          "line": 164,
          "column": 9
        },
        "end": {
          "line": 164,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3812,
      "end": 3813,
      "loc": {
        "start": {
          "line": 164,
          "column": 13
        },
        "end": {
          "line": 164,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3814,
      "end": 3815,
      "loc": {
        "start": {
          "line": 164,
          "column": 15
        },
        "end": {
          "line": 164,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3815,
      "end": 3816,
      "loc": {
        "start": {
          "line": 164,
          "column": 16
        },
        "end": {
          "line": 164,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3817,
      "end": 3819,
      "loc": {
        "start": {
          "line": 164,
          "column": 18
        },
        "end": {
          "line": 164,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3820,
      "end": 3821,
      "loc": {
        "start": {
          "line": 164,
          "column": 21
        },
        "end": {
          "line": 164,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Enabled",
      "start": 3832,
      "end": 3842,
      "loc": {
        "start": {
          "line": 165,
          "column": 10
        },
        "end": {
          "line": 165,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3853,
      "end": 3857,
      "loc": {
        "start": {
          "line": 166,
          "column": 10
        },
        "end": {
          "line": 166,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 166,
          "column": 14
        },
        "end": {
          "line": 166,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 3858,
      "end": 3864,
      "loc": {
        "start": {
          "line": 166,
          "column": 15
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3864,
      "end": 3865,
      "loc": {
        "start": {
          "line": 166,
          "column": 21
        },
        "end": {
          "line": 166,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3866,
      "end": 3870,
      "loc": {
        "start": {
          "line": 166,
          "column": 23
        },
        "end": {
          "line": 166,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3871,
      "end": 3872,
      "loc": {
        "start": {
          "line": 166,
          "column": 28
        },
        "end": {
          "line": 166,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 3883,
      "end": 3890,
      "loc": {
        "start": {
          "line": 167,
          "column": 10
        },
        "end": {
          "line": 167,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3890,
      "end": 3891,
      "loc": {
        "start": {
          "line": 167,
          "column": 17
        },
        "end": {
          "line": 167,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3892,
      "end": 3896,
      "loc": {
        "start": {
          "line": 167,
          "column": 19
        },
        "end": {
          "line": 167,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3897,
      "end": 3898,
      "loc": {
        "start": {
          "line": 167,
          "column": 24
        },
        "end": {
          "line": 167,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 168,
          "column": 8
        },
        "end": {
          "line": 168,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3909,
      "end": 3910,
      "loc": {
        "start": {
          "line": 168,
          "column": 10
        },
        "end": {
          "line": 168,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3919,
      "end": 3920,
      "loc": {
        "start": {
          "line": 169,
          "column": 8
        },
        "end": {
          "line": 169,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "catch",
        "keyword": "catch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "catch",
      "start": 3920,
      "end": 3925,
      "loc": {
        "start": {
          "line": 169,
          "column": 9
        },
        "end": {
          "line": 169,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3925,
      "end": 3926,
      "loc": {
        "start": {
          "line": 169,
          "column": 14
        },
        "end": {
          "line": 169,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3927,
      "end": 3928,
      "loc": {
        "start": {
          "line": 169,
          "column": 16
        },
        "end": {
          "line": 169,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 169,
          "column": 17
        },
        "end": {
          "line": 169,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3930,
      "end": 3932,
      "loc": {
        "start": {
          "line": 169,
          "column": 19
        },
        "end": {
          "line": 169,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3933,
      "end": 3934,
      "loc": {
        "start": {
          "line": 169,
          "column": 22
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "document",
      "start": 3945,
      "end": 3953,
      "loc": {
        "start": {
          "line": 170,
          "column": 10
        },
        "end": {
          "line": 170,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3953,
      "end": 3954,
      "loc": {
        "start": {
          "line": 170,
          "column": 18
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "body",
      "start": 3954,
      "end": 3958,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3958,
      "end": 3959,
      "loc": {
        "start": {
          "line": 170,
          "column": 23
        },
        "end": {
          "line": 170,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 3959,
      "end": 3975,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3975,
      "end": 3976,
      "loc": {
        "start": {
          "line": 170,
          "column": 40
        },
        "end": {
          "line": 170,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "click",
      "start": 3977,
      "end": 3984,
      "loc": {
        "start": {
          "line": 170,
          "column": 42
        },
        "end": {
          "line": 170,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3984,
      "end": 3985,
      "loc": {
        "start": {
          "line": 170,
          "column": 49
        },
        "end": {
          "line": 170,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "unlock",
      "start": 3986,
      "end": 3992,
      "loc": {
        "start": {
          "line": 170,
          "column": 51
        },
        "end": {
          "line": 170,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3992,
      "end": 3993,
      "loc": {
        "start": {
          "line": 170,
          "column": 57
        },
        "end": {
          "line": 170,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3994,
      "end": 3999,
      "loc": {
        "start": {
          "line": 170,
          "column": 59
        },
        "end": {
          "line": 170,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4000,
      "end": 4001,
      "loc": {
        "start": {
          "line": 170,
          "column": 65
        },
        "end": {
          "line": 170,
          "column": 66
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Disabled",
      "start": 4012,
      "end": 4023,
      "loc": {
        "start": {
          "line": 171,
          "column": 10
        },
        "end": {
          "line": 171,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4034,
      "end": 4038,
      "loc": {
        "start": {
          "line": 172,
          "column": 10
        },
        "end": {
          "line": 172,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4038,
      "end": 4039,
      "loc": {
        "start": {
          "line": 172,
          "column": 14
        },
        "end": {
          "line": 172,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 4039,
      "end": 4045,
      "loc": {
        "start": {
          "line": 172,
          "column": 15
        },
        "end": {
          "line": 172,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4045,
      "end": 4046,
      "loc": {
        "start": {
          "line": 172,
          "column": 21
        },
        "end": {
          "line": 172,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 4047,
      "end": 4052,
      "loc": {
        "start": {
          "line": 172,
          "column": 23
        },
        "end": {
          "line": 172,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 172,
          "column": 29
        },
        "end": {
          "line": 172,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4063,
      "end": 4064,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4065,
      "end": 4066,
      "loc": {
        "start": {
          "line": 173,
          "column": 10
        },
        "end": {
          "line": 173,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4071,
      "end": 4072,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4073,
      "end": 4074,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4077,
      "end": 4078,
      "loc": {
        "start": {
          "line": 175,
          "column": 2
        },
        "end": {
          "line": 175,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sounds class to enabled or disabled\n   * @param {Boolean} enable If true the Sound instances will be enabled\n   ",
      "start": 4082,
      "end": 4214,
      "loc": {
        "start": {
          "line": 177,
          "column": 2
        },
        "end": {
          "line": 180,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 4217,
      "end": 4223,
      "loc": {
        "start": {
          "line": 181,
          "column": 2
        },
        "end": {
          "line": 181,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4224,
      "end": 4225,
      "loc": {
        "start": {
          "line": 181,
          "column": 9
        },
        "end": {
          "line": 181,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 4226,
      "end": 4232,
      "loc": {
        "start": {
          "line": 181,
          "column": 11
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4233,
      "end": 4234,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4235,
      "end": 4236,
      "loc": {
        "start": {
          "line": 181,
          "column": 20
        },
        "end": {
          "line": 181,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4241,
      "end": 4245,
      "loc": {
        "start": {
          "line": 182,
          "column": 4
        },
        "end": {
          "line": 182,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4245,
      "end": 4246,
      "loc": {
        "start": {
          "line": 182,
          "column": 8
        },
        "end": {
          "line": 182,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__enabled",
      "start": 4246,
      "end": 4255,
      "loc": {
        "start": {
          "line": 182,
          "column": 9
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4256,
      "end": 4257,
      "loc": {
        "start": {
          "line": 182,
          "column": 19
        },
        "end": {
          "line": 182,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 4258,
      "end": 4264,
      "loc": {
        "start": {
          "line": 182,
          "column": 21
        },
        "end": {
          "line": 182,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 4270,
      "end": 4274,
      "loc": {
        "start": {
          "line": 184,
          "column": 4
        },
        "end": {
          "line": 184,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4274,
      "end": 4275,
      "loc": {
        "start": {
          "line": 184,
          "column": 8
        },
        "end": {
          "line": 184,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4276,
      "end": 4280,
      "loc": {
        "start": {
          "line": 184,
          "column": 10
        },
        "end": {
          "line": 184,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4280,
      "end": 4281,
      "loc": {
        "start": {
          "line": 184,
          "column": 14
        },
        "end": {
          "line": 184,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 4281,
      "end": 4293,
      "loc": {
        "start": {
          "line": 184,
          "column": 15
        },
        "end": {
          "line": 184,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4293,
      "end": 4294,
      "loc": {
        "start": {
          "line": 184,
          "column": 27
        },
        "end": {
          "line": 184,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4295,
      "end": 4296,
      "loc": {
        "start": {
          "line": 184,
          "column": 29
        },
        "end": {
          "line": 184,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 4297,
      "end": 4302,
      "loc": {
        "start": {
          "line": 184,
          "column": 31
        },
        "end": {
          "line": 184,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4303,
      "end": 4304,
      "loc": {
        "start": {
          "line": 184,
          "column": 37
        },
        "end": {
          "line": 184,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4305,
      "end": 4307,
      "loc": {
        "start": {
          "line": 184,
          "column": 39
        },
        "end": {
          "line": 184,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4308,
      "end": 4309,
      "loc": {
        "start": {
          "line": 184,
          "column": 42
        },
        "end": {
          "line": 184,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 4316,
      "end": 4321,
      "loc": {
        "start": {
          "line": 185,
          "column": 6
        },
        "end": {
          "line": 185,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4321,
      "end": 4322,
      "loc": {
        "start": {
          "line": 185,
          "column": 11
        },
        "end": {
          "line": 185,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 4322,
      "end": 4329,
      "loc": {
        "start": {
          "line": 185,
          "column": 12
        },
        "end": {
          "line": 185,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4329,
      "end": 4330,
      "loc": {
        "start": {
          "line": 185,
          "column": 19
        },
        "end": {
          "line": 185,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enable",
      "start": 4331,
      "end": 4337,
      "loc": {
        "start": {
          "line": 185,
          "column": 21
        },
        "end": {
          "line": 185,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4338,
      "end": 4339,
      "loc": {
        "start": {
          "line": 185,
          "column": 28
        },
        "end": {
          "line": 185,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4344,
      "end": 4345,
      "loc": {
        "start": {
          "line": 186,
          "column": 4
        },
        "end": {
          "line": 186,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4346,
      "end": 4347,
      "loc": {
        "start": {
          "line": 186,
          "column": 6
        },
        "end": {
          "line": 186,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4350,
      "end": 4351,
      "loc": {
        "start": {
          "line": 187,
          "column": 2
        },
        "end": {
          "line": 187,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Sets the Sounds class to muted or unmuted\n   * @param {Boolean} mute If true the Sound instances will be muted\n   ",
      "start": 4355,
      "end": 4480,
      "loc": {
        "start": {
          "line": 189,
          "column": 2
        },
        "end": {
          "line": 192,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 4483,
      "end": 4487,
      "loc": {
        "start": {
          "line": 193,
          "column": 2
        },
        "end": {
          "line": 193,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4488,
      "end": 4489,
      "loc": {
        "start": {
          "line": 193,
          "column": 7
        },
        "end": {
          "line": 193,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 4490,
      "end": 4494,
      "loc": {
        "start": {
          "line": 193,
          "column": 9
        },
        "end": {
          "line": 193,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4495,
      "end": 4496,
      "loc": {
        "start": {
          "line": 193,
          "column": 14
        },
        "end": {
          "line": 193,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4497,
      "end": 4498,
      "loc": {
        "start": {
          "line": 193,
          "column": 16
        },
        "end": {
          "line": 193,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 4503,
      "end": 4507,
      "loc": {
        "start": {
          "line": 194,
          "column": 4
        },
        "end": {
          "line": 194,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4507,
      "end": 4508,
      "loc": {
        "start": {
          "line": 194,
          "column": 8
        },
        "end": {
          "line": 194,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4509,
      "end": 4513,
      "loc": {
        "start": {
          "line": 194,
          "column": 10
        },
        "end": {
          "line": 194,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4513,
      "end": 4514,
      "loc": {
        "start": {
          "line": 194,
          "column": 14
        },
        "end": {
          "line": 194,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 4514,
      "end": 4526,
      "loc": {
        "start": {
          "line": 194,
          "column": 15
        },
        "end": {
          "line": 194,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4526,
      "end": 4527,
      "loc": {
        "start": {
          "line": 194,
          "column": 27
        },
        "end": {
          "line": 194,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4528,
      "end": 4529,
      "loc": {
        "start": {
          "line": 194,
          "column": 29
        },
        "end": {
          "line": 194,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 4530,
      "end": 4535,
      "loc": {
        "start": {
          "line": 194,
          "column": 31
        },
        "end": {
          "line": 194,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4536,
      "end": 4537,
      "loc": {
        "start": {
          "line": 194,
          "column": 37
        },
        "end": {
          "line": 194,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4538,
      "end": 4540,
      "loc": {
        "start": {
          "line": 194,
          "column": 39
        },
        "end": {
          "line": 194,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4541,
      "end": 4542,
      "loc": {
        "start": {
          "line": 194,
          "column": 42
        },
        "end": {
          "line": 194,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sound",
      "start": 4549,
      "end": 4554,
      "loc": {
        "start": {
          "line": 195,
          "column": 6
        },
        "end": {
          "line": 195,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4554,
      "end": 4555,
      "loc": {
        "start": {
          "line": 195,
          "column": 11
        },
        "end": {
          "line": 195,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 4555,
      "end": 4559,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4559,
      "end": 4560,
      "loc": {
        "start": {
          "line": 195,
          "column": 16
        },
        "end": {
          "line": 195,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mute",
      "start": 4561,
      "end": 4565,
      "loc": {
        "start": {
          "line": 195,
          "column": 18
        },
        "end": {
          "line": 195,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4566,
      "end": 4567,
      "loc": {
        "start": {
          "line": 195,
          "column": 23
        },
        "end": {
          "line": 195,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4572,
      "end": 4573,
      "loc": {
        "start": {
          "line": 196,
          "column": 4
        },
        "end": {
          "line": 196,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4574,
      "end": 4575,
      "loc": {
        "start": {
          "line": 196,
          "column": 6
        },
        "end": {
          "line": 196,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4578,
      "end": 4579,
      "loc": {
        "start": {
          "line": 197,
          "column": 2
        },
        "end": {
          "line": 197,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Adds a Sound instance to the Sounds\n   * @param {String} name An identifer to represent the Audio added\n   * @param {Audio|String} audio An Audio instance or an url to an audio file\n   * @return {Sound} Returns the Sound instance\n   ",
      "start": 4583,
      "end": 4827,
      "loc": {
        "start": {
          "line": 199,
          "column": 2
        },
        "end": {
          "line": 204,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 4830,
      "end": 4833,
      "loc": {
        "start": {
          "line": 205,
          "column": 2
        },
        "end": {
          "line": 205,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4834,
      "end": 4835,
      "loc": {
        "start": {
          "line": 205,
          "column": 6
        },
        "end": {
          "line": 205,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4836,
      "end": 4840,
      "loc": {
        "start": {
          "line": 205,
          "column": 8
        },
        "end": {
          "line": 205,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4840,
      "end": 4841,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 4842,
      "end": 4847,
      "loc": {
        "start": {
          "line": 205,
          "column": 14
        },
        "end": {
          "line": 205,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4848,
      "end": 4849,
      "loc": {
        "start": {
          "line": 205,
          "column": 20
        },
        "end": {
          "line": 205,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4850,
      "end": 4851,
      "loc": {
        "start": {
          "line": 205,
          "column": 22
        },
        "end": {
          "line": 205,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4856,
      "end": 4858,
      "loc": {
        "start": {
          "line": 206,
          "column": 4
        },
        "end": {
          "line": 206,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4859,
      "end": 4860,
      "loc": {
        "start": {
          "line": 206,
          "column": 7
        },
        "end": {
          "line": 206,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 4861,
      "end": 4867,
      "loc": {
        "start": {
          "line": 206,
          "column": 9
        },
        "end": {
          "line": 206,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 4868,
      "end": 4873,
      "loc": {
        "start": {
          "line": 206,
          "column": 16
        },
        "end": {
          "line": 206,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4874,
      "end": 4877,
      "loc": {
        "start": {
          "line": 206,
          "column": 22
        },
        "end": {
          "line": 206,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "string",
      "start": 4878,
      "end": 4886,
      "loc": {
        "start": {
          "line": 206,
          "column": 26
        },
        "end": {
          "line": 206,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4887,
      "end": 4888,
      "loc": {
        "start": {
          "line": 206,
          "column": 35
        },
        "end": {
          "line": 206,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4889,
      "end": 4890,
      "loc": {
        "start": {
          "line": 206,
          "column": 37
        },
        "end": {
          "line": 206,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 4897,
      "end": 4902,
      "loc": {
        "start": {
          "line": 207,
          "column": 6
        },
        "end": {
          "line": 207,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4903,
      "end": 4904,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4905,
      "end": 4908,
      "loc": {
        "start": {
          "line": 207,
          "column": 14
        },
        "end": {
          "line": 207,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Audio",
      "start": 4909,
      "end": 4914,
      "loc": {
        "start": {
          "line": 207,
          "column": 18
        },
        "end": {
          "line": 207,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4914,
      "end": 4915,
      "loc": {
        "start": {
          "line": 207,
          "column": 23
        },
        "end": {
          "line": 207,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 4916,
      "end": 4921,
      "loc": {
        "start": {
          "line": 207,
          "column": 25
        },
        "end": {
          "line": 207,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4922,
      "end": 4923,
      "loc": {
        "start": {
          "line": 207,
          "column": 31
        },
        "end": {
          "line": 207,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4928,
      "end": 4929,
      "loc": {
        "start": {
          "line": 208,
          "column": 4
        },
        "end": {
          "line": 208,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4934,
      "end": 4938,
      "loc": {
        "start": {
          "line": 209,
          "column": 4
        },
        "end": {
          "line": 209,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4938,
      "end": 4939,
      "loc": {
        "start": {
          "line": 209,
          "column": 8
        },
        "end": {
          "line": 209,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 4939,
      "end": 4951,
      "loc": {
        "start": {
          "line": 209,
          "column": 9
        },
        "end": {
          "line": 209,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4951,
      "end": 4952,
      "loc": {
        "start": {
          "line": 209,
          "column": 21
        },
        "end": {
          "line": 209,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4953,
      "end": 4957,
      "loc": {
        "start": {
          "line": 209,
          "column": 23
        },
        "end": {
          "line": 209,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4958,
      "end": 4959,
      "loc": {
        "start": {
          "line": 209,
          "column": 28
        },
        "end": {
          "line": 209,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4960,
      "end": 4961,
      "loc": {
        "start": {
          "line": 209,
          "column": 30
        },
        "end": {
          "line": 209,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4962,
      "end": 4965,
      "loc": {
        "start": {
          "line": 209,
          "column": 32
        },
        "end": {
          "line": 209,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sound",
      "start": 4966,
      "end": 4971,
      "loc": {
        "start": {
          "line": 209,
          "column": 36
        },
        "end": {
          "line": 209,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4971,
      "end": 4972,
      "loc": {
        "start": {
          "line": 209,
          "column": 41
        },
        "end": {
          "line": 209,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "audio",
      "start": 4973,
      "end": 4978,
      "loc": {
        "start": {
          "line": 209,
          "column": 43
        },
        "end": {
          "line": 209,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 209,
          "column": 49
        },
        "end": {
          "line": 209,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4985,
      "end": 4989,
      "loc": {
        "start": {
          "line": 210,
          "column": 4
        },
        "end": {
          "line": 210,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4989,
      "end": 4990,
      "loc": {
        "start": {
          "line": 210,
          "column": 8
        },
        "end": {
          "line": 210,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 4990,
      "end": 5002,
      "loc": {
        "start": {
          "line": 210,
          "column": 9
        },
        "end": {
          "line": 210,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5002,
      "end": 5003,
      "loc": {
        "start": {
          "line": 210,
          "column": 21
        },
        "end": {
          "line": 210,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5004,
      "end": 5008,
      "loc": {
        "start": {
          "line": 210,
          "column": 23
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 210,
          "column": 28
        },
        "end": {
          "line": 210,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5010,
      "end": 5011,
      "loc": {
        "start": {
          "line": 210,
          "column": 29
        },
        "end": {
          "line": 210,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 5011,
      "end": 5018,
      "loc": {
        "start": {
          "line": 210,
          "column": 30
        },
        "end": {
          "line": 210,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 210,
          "column": 37
        },
        "end": {
          "line": 210,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5020,
      "end": 5024,
      "loc": {
        "start": {
          "line": 210,
          "column": 39
        },
        "end": {
          "line": 210,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5024,
      "end": 5025,
      "loc": {
        "start": {
          "line": 210,
          "column": 43
        },
        "end": {
          "line": 210,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__enabled",
      "start": 5025,
      "end": 5034,
      "loc": {
        "start": {
          "line": 210,
          "column": 44
        },
        "end": {
          "line": 210,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5035,
      "end": 5036,
      "loc": {
        "start": {
          "line": 210,
          "column": 54
        },
        "end": {
          "line": 210,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5041,
      "end": 5047,
      "loc": {
        "start": {
          "line": 211,
          "column": 4
        },
        "end": {
          "line": 211,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5048,
      "end": 5052,
      "loc": {
        "start": {
          "line": 211,
          "column": 11
        },
        "end": {
          "line": 211,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5052,
      "end": 5053,
      "loc": {
        "start": {
          "line": 211,
          "column": 15
        },
        "end": {
          "line": 211,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 5053,
      "end": 5065,
      "loc": {
        "start": {
          "line": 211,
          "column": 16
        },
        "end": {
          "line": 211,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5065,
      "end": 5066,
      "loc": {
        "start": {
          "line": 211,
          "column": 28
        },
        "end": {
          "line": 211,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5067,
      "end": 5071,
      "loc": {
        "start": {
          "line": 211,
          "column": 30
        },
        "end": {
          "line": 211,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5072,
      "end": 5073,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5076,
      "end": 5077,
      "loc": {
        "start": {
          "line": 212,
          "column": 2
        },
        "end": {
          "line": 212,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Remove a Sound instance from the Sounds\n   * @param {String} name An identifer to represent the Audio to be removed\n   ",
      "start": 5081,
      "end": 5211,
      "loc": {
        "start": {
          "line": 214,
          "column": 2
        },
        "end": {
          "line": 217,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "remove",
      "start": 5214,
      "end": 5220,
      "loc": {
        "start": {
          "line": 218,
          "column": 2
        },
        "end": {
          "line": 218,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5221,
      "end": 5222,
      "loc": {
        "start": {
          "line": 218,
          "column": 9
        },
        "end": {
          "line": 218,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5223,
      "end": 5227,
      "loc": {
        "start": {
          "line": 218,
          "column": 11
        },
        "end": {
          "line": 218,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5228,
      "end": 5229,
      "loc": {
        "start": {
          "line": 218,
          "column": 16
        },
        "end": {
          "line": 218,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5230,
      "end": 5231,
      "loc": {
        "start": {
          "line": 218,
          "column": 18
        },
        "end": {
          "line": 218,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5236,
      "end": 5238,
      "loc": {
        "start": {
          "line": 219,
          "column": 4
        },
        "end": {
          "line": 219,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5239,
      "end": 5240,
      "loc": {
        "start": {
          "line": 219,
          "column": 7
        },
        "end": {
          "line": 219,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5241,
      "end": 5245,
      "loc": {
        "start": {
          "line": 219,
          "column": 9
        },
        "end": {
          "line": 219,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5245,
      "end": 5246,
      "loc": {
        "start": {
          "line": 219,
          "column": 13
        },
        "end": {
          "line": 219,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 5246,
      "end": 5258,
      "loc": {
        "start": {
          "line": 219,
          "column": 14
        },
        "end": {
          "line": 219,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5258,
      "end": 5259,
      "loc": {
        "start": {
          "line": 219,
          "column": 26
        },
        "end": {
          "line": 219,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5259,
      "end": 5263,
      "loc": {
        "start": {
          "line": 219,
          "column": 27
        },
        "end": {
          "line": 219,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5263,
      "end": 5264,
      "loc": {
        "start": {
          "line": 219,
          "column": 31
        },
        "end": {
          "line": 219,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5265,
      "end": 5266,
      "loc": {
        "start": {
          "line": 219,
          "column": 33
        },
        "end": {
          "line": 219,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5267,
      "end": 5268,
      "loc": {
        "start": {
          "line": 219,
          "column": 35
        },
        "end": {
          "line": 219,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5275,
      "end": 5279,
      "loc": {
        "start": {
          "line": 220,
          "column": 6
        },
        "end": {
          "line": 220,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 220,
          "column": 10
        },
        "end": {
          "line": 220,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 5280,
      "end": 5292,
      "loc": {
        "start": {
          "line": 220,
          "column": 11
        },
        "end": {
          "line": 220,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5292,
      "end": 5293,
      "loc": {
        "start": {
          "line": 220,
          "column": 23
        },
        "end": {
          "line": 220,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5294,
      "end": 5298,
      "loc": {
        "start": {
          "line": 220,
          "column": 25
        },
        "end": {
          "line": 220,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5299,
      "end": 5300,
      "loc": {
        "start": {
          "line": 220,
          "column": 30
        },
        "end": {
          "line": 220,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5300,
      "end": 5301,
      "loc": {
        "start": {
          "line": 220,
          "column": 31
        },
        "end": {
          "line": 220,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 5301,
      "end": 5308,
      "loc": {
        "start": {
          "line": 220,
          "column": 32
        },
        "end": {
          "line": 220,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5308,
      "end": 5309,
      "loc": {
        "start": {
          "line": 220,
          "column": 39
        },
        "end": {
          "line": 220,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 5310,
      "end": 5315,
      "loc": {
        "start": {
          "line": 220,
          "column": 41
        },
        "end": {
          "line": 220,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5316,
      "end": 5317,
      "loc": {
        "start": {
          "line": 220,
          "column": 47
        },
        "end": {
          "line": 220,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5324,
      "end": 5328,
      "loc": {
        "start": {
          "line": 221,
          "column": 6
        },
        "end": {
          "line": 221,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5328,
      "end": 5329,
      "loc": {
        "start": {
          "line": 221,
          "column": 10
        },
        "end": {
          "line": 221,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 5329,
      "end": 5341,
      "loc": {
        "start": {
          "line": 221,
          "column": 11
        },
        "end": {
          "line": 221,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5341,
      "end": 5342,
      "loc": {
        "start": {
          "line": 221,
          "column": 23
        },
        "end": {
          "line": 221,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5343,
      "end": 5347,
      "loc": {
        "start": {
          "line": 221,
          "column": 25
        },
        "end": {
          "line": 221,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5348,
      "end": 5349,
      "loc": {
        "start": {
          "line": 221,
          "column": 30
        },
        "end": {
          "line": 221,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5349,
      "end": 5350,
      "loc": {
        "start": {
          "line": 221,
          "column": 31
        },
        "end": {
          "line": 221,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pause",
      "start": 5350,
      "end": 5355,
      "loc": {
        "start": {
          "line": 221,
          "column": 32
        },
        "end": {
          "line": 221,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5355,
      "end": 5356,
      "loc": {
        "start": {
          "line": 221,
          "column": 37
        },
        "end": {
          "line": 221,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5356,
      "end": 5357,
      "loc": {
        "start": {
          "line": 221,
          "column": 38
        },
        "end": {
          "line": 221,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5366,
      "end": 5367,
      "loc": {
        "start": {
          "line": 222,
          "column": 8
        },
        "end": {
          "line": 222,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 5367,
      "end": 5371,
      "loc": {
        "start": {
          "line": 222,
          "column": 9
        },
        "end": {
          "line": 222,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5371,
      "end": 5372,
      "loc": {
        "start": {
          "line": 222,
          "column": 13
        },
        "end": {
          "line": 222,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5373,
      "end": 5374,
      "loc": {
        "start": {
          "line": 222,
          "column": 15
        },
        "end": {
          "line": 222,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5374,
      "end": 5375,
      "loc": {
        "start": {
          "line": 222,
          "column": 16
        },
        "end": {
          "line": 222,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5376,
      "end": 5378,
      "loc": {
        "start": {
          "line": 222,
          "column": 18
        },
        "end": {
          "line": 222,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5379,
      "end": 5380,
      "loc": {
        "start": {
          "line": 222,
          "column": 21
        },
        "end": {
          "line": 222,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 5391,
      "end": 5397,
      "loc": {
        "start": {
          "line": 223,
          "column": 10
        },
        "end": {
          "line": 223,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5398,
      "end": 5402,
      "loc": {
        "start": {
          "line": 223,
          "column": 17
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5402,
      "end": 5403,
      "loc": {
        "start": {
          "line": 223,
          "column": 21
        },
        "end": {
          "line": 223,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 5403,
      "end": 5415,
      "loc": {
        "start": {
          "line": 223,
          "column": 22
        },
        "end": {
          "line": 223,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5415,
      "end": 5416,
      "loc": {
        "start": {
          "line": 223,
          "column": 34
        },
        "end": {
          "line": 223,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5417,
      "end": 5421,
      "loc": {
        "start": {
          "line": 223,
          "column": 36
        },
        "end": {
          "line": 223,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5422,
      "end": 5423,
      "loc": {
        "start": {
          "line": 223,
          "column": 41
        },
        "end": {
          "line": 223,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5432,
      "end": 5433,
      "loc": {
        "start": {
          "line": 224,
          "column": 8
        },
        "end": {
          "line": 224,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5434,
      "end": 5435,
      "loc": {
        "start": {
          "line": 224,
          "column": 10
        },
        "end": {
          "line": 224,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5440,
      "end": 5441,
      "loc": {
        "start": {
          "line": 225,
          "column": 4
        },
        "end": {
          "line": 225,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5444,
      "end": 5445,
      "loc": {
        "start": {
          "line": 226,
          "column": 2
        },
        "end": {
          "line": 226,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Returns a specific Sound instance\n   * @param {String} name The Sound identifier\n   * @return {Sound} The Sound which is represented by the identifier\n   ",
      "start": 5449,
      "end": 5614,
      "loc": {
        "start": {
          "line": 228,
          "column": 2
        },
        "end": {
          "line": 232,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 5617,
      "end": 5620,
      "loc": {
        "start": {
          "line": 233,
          "column": 2
        },
        "end": {
          "line": 233,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5621,
      "end": 5622,
      "loc": {
        "start": {
          "line": 233,
          "column": 6
        },
        "end": {
          "line": 233,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5623,
      "end": 5627,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 233,
          "column": 13
        },
        "end": {
          "line": 233,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5630,
      "end": 5631,
      "loc": {
        "start": {
          "line": 233,
          "column": 15
        },
        "end": {
          "line": 233,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5636,
      "end": 5642,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5643,
      "end": 5647,
      "loc": {
        "start": {
          "line": 234,
          "column": 11
        },
        "end": {
          "line": 234,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5647,
      "end": 5648,
      "loc": {
        "start": {
          "line": 234,
          "column": 15
        },
        "end": {
          "line": 234,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__collection",
      "start": 5648,
      "end": 5660,
      "loc": {
        "start": {
          "line": 234,
          "column": 16
        },
        "end": {
          "line": 234,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5660,
      "end": 5661,
      "loc": {
        "start": {
          "line": 234,
          "column": 28
        },
        "end": {
          "line": 234,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5662,
      "end": 5666,
      "loc": {
        "start": {
          "line": 234,
          "column": 30
        },
        "end": {
          "line": 234,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5667,
      "end": 5668,
      "loc": {
        "start": {
          "line": 234,
          "column": 35
        },
        "end": {
          "line": 234,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5671,
      "end": 5672,
      "loc": {
        "start": {
          "line": 235,
          "column": 2
        },
        "end": {
          "line": 235,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5673,
      "end": 5674,
      "loc": {
        "start": {
          "line": 236,
          "column": 0
        },
        "end": {
          "line": 236,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Returns a singleton of the Sounds\n ",
      "start": 5676,
      "end": 5720,
      "loc": {
        "start": {
          "line": 238,
          "column": 0
        },
        "end": {
          "line": 240,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 5721,
      "end": 5727,
      "loc": {
        "start": {
          "line": 241,
          "column": 0
        },
        "end": {
          "line": 241,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 5728,
      "end": 5731,
      "loc": {
        "start": {
          "line": 241,
          "column": 7
        },
        "end": {
          "line": 241,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sounds",
      "start": 5732,
      "end": 5738,
      "loc": {
        "start": {
          "line": 241,
          "column": 11
        },
        "end": {
          "line": 241,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5739,
      "end": 5740,
      "loc": {
        "start": {
          "line": 241,
          "column": 18
        },
        "end": {
          "line": 241,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5741,
      "end": 5744,
      "loc": {
        "start": {
          "line": 241,
          "column": 20
        },
        "end": {
          "line": 241,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sounds",
      "start": 5745,
      "end": 5751,
      "loc": {
        "start": {
          "line": 241,
          "column": 24
        },
        "end": {
          "line": 241,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5751,
      "end": 5752,
      "loc": {
        "start": {
          "line": 241,
          "column": 30
        },
        "end": {
          "line": 241,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5752,
      "end": 5753,
      "loc": {
        "start": {
          "line": 241,
          "column": 31
        },
        "end": {
          "line": 241,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5755,
      "end": 5755,
      "loc": {
        "start": {
          "line": 243,
          "column": 0
        },
        "end": {
          "line": 243,
          "column": 0
        }
      }
    }
  ]
}