Type alias PitchShifterParams

PitchShifterParams: {
    pitch?: number;
    state?: boolean;
}

Type declaration

  • Optional pitch?: number
  • Optional state?: boolean