Type Alias PitchShifterParams

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