Subwoofer

Type: component | Extends: Speaker
PROBLEM

SOLUTION

Low-frequency audio driver. Handles the part of the sound that neighbors complain about first.

EXTENDS
Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_subwoofer",
    "name": "Subwoofer",
    "type": "component",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": {
        "id": "comp_speaker",
        "name": "Speaker",
        "type": "component",
        "inputs": [
            "comp_charge"
        ],
        "outputs": [
            "comp_speaker"
        ],
        "passthru": [],
        "children": [],
        "tree": [],
        "extends": null,
        "size": "small",
        "problem": "You can't hear me loud enough.",
        "description": "Converts audio signals into sound."
    },
    "image": "comp_speaker",
    "description": "Low-frequency audio driver. Handles the part of the sound that neighbors complain about first.",
    "template": "component"
}