Type Alias OscillatorCustomType

OscillatorCustomType: {
    imag: Float32Array;
    real: Float32Array;
}