Type alias OscillatorCustomType

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

Type declaration

  • imag: Float32Array
  • real: Float32Array