Audio Phaser
Add a phasing effect to the audio.
Add a phasing effect to the audio.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
set input gain
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 1 | false |
set output gain
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | false |
set delay in milliseconds
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 3 | false |
set decay
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 4 | false |
set modulation speed
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 5 | false |
set modulation type
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[Object] |
false | 6 | false |
Extension/Phaser.RoughDraft.Extension.ps1 -Phaser [[-PhaserInGain] <Double>] [[-PhaserOutGain] <Double>] [[-PhaserDelay] <Double>] [[-PhaserDecay] <Double>] [[-PhaserSpeed] <Double>] [[-PhaserType] <Object>] [<CommonParameters>]