euphony-dsp 0.1.1

implementation of euphony's signal processing nodes
Documentation
---
source: euphony-dsp/src/unary.rs
assertion_line: 45
expression: node
---
Node {
    name: "Acosh",
    module: [
        "unary",
    ],
    impl_path: "euphony_dsp::unary",
    id: 3,
    inputs: [
        Input {
            name: "input",
            id: 0,
            trigger: false,
            default: 0.0,
        },
    ],
    buffers: [],
    docs: " Inverse hyperbolic cosine function.\n",
}