{
    "name": "three-object-viewer/three-audio-block",
    "attributes": {
        "name": {
            "type": "string",
            "default": null
        },
        "audioUrl": {
            "type": "string",
            "default": null
        },
        "autoPlay": {
            "type": "bool",
            "default": true
        },
        "loop": {
            "type": "bool",
            "default": true
        },
        "volume": {
            "type": "int",
            "default": 1
        },
        "positional": {
            "type": "bool",
            "default": true
        },
        "coneInnerAngle": {
            "type": "int",
            "default":360
        },
        "coneOuterAngle": {
            "type": "int",
            "default":0
        },
        "coneOuterGain": {
            "type": "int",
            "default":0.8
        },
        "distanceModel": {
            "type": "string",
            "default": "inverse"
        },
        "maxDistance": {
            "type": "int",
            "default":10000
        },
        "refDistance": {
            "type": "int",
            "default":5
        },
        "rolloffFactor": {
            "type": "int",
            "default":5
        },
        "positionX": {
            "type": "int",
            "default":0
        },
        "positionY": {
            "type": "int",
            "default":0
        },
        "positionZ": {
            "type": "int",
            "default":0
        },
        "rotationX": {
            "type": "int",
            "default":0
        },
        "rotationY": {
            "type": "int",
            "default":0
        },
        "rotationZ": {
            "type": "int",
            "default":0
        }
    },
    "category": "design",
    "parent":  [ "three-object-viewer/environment" ],
    "apiVersion": 2,
    "supports": {
        "html": false,
        "multiple": true
    },
    "textdomain": "three-object-viewer",
    "editorScript": "file:../../build/block-three-audio-block.js",
	"editorStyle": "file:../../build/block-three-audio-block.css",
	"style": "file:../../build/block-three-audio-block.css"
}
