chorus
Add a chorus effect to the audio.
Add a chorus effect to the audio.
| Type | Required | Position | PipelineInput | 
|---|---|---|---|
| [Switch] | true | named | false | 
set input gain
| Type | Required | Position | PipelineInput | Aliases | 
|---|---|---|---|---|
| [Single] | false | 1 | false | chorus_in_gain | 
set output gain
| Type | Required | Position | PipelineInput | Aliases | 
|---|---|---|---|---|
| [Single] | false | 2 | false | chorus_out_gain | 
set delays
| Type | Required | Position | PipelineInput | Aliases | 
|---|---|---|---|---|
| [String[]] | false | 3 | false | chorus_delays ChorusDelays | 
set decays
| Type | Required | Position | PipelineInput | Aliases | 
|---|---|---|---|---|
| [String[]] | false | 4 | false | chorus_decays ChorusDecays | 
set speeds
| Type | Required | Position | PipelineInput | Aliases | 
|---|---|---|---|---|
| [String[]] | false | 5 | false | chorus_speeds ChorusSpeeds | 
set depths
| Type | Required | Position | PipelineInput | Aliases | 
|---|---|---|---|---|
| [String[]] | false | 6 | false | chorus_depths ChorusDepths | 
Extension/Chorus.RoughDraft.Extension.ps1 -Chorus [[-ChorusInGain] <Single>] [[-ChorusOutGain] <Single>] [[-ChorusDelay] <String[]>] [[-ChorusDecay] <String[]>] [[-ChorusSpeed] <String[]>] [[-ChorusDepth] <String[]>] [<CommonParameters>]