Pulsator Effect
Adds an Pulsator Effect to the audio
Edit-Media -InputPath "a.mp3" -Pulsator
Show-Media -InputPath "a.mp3" -Pulsator
If set, will add a pulsator effect to the audio
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Set pulsator input gain. By default it is 1. Range is [0.015625 - 64].
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 1 | false |
Set pulsator output gain. By default it is 1. Range is [0.015625 - 64].
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | false |
Set waveform shape the LFO will use. Can be one of: sine, triangle, square, sawup or sawdown. Default is sine.
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
Set modulation. Define how much of original signal is affected by the LFO.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 4 | false |
Set pulsator left channel offset. Default is 0. Allowed range is [0 - 1].
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 5 | false |
Set pulsator right channel offset. Default is 0.5. Allowed range is [0 - 1].
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 6 | false |
Set pulse width. Default is 1. Allowed range is [0 - 2]
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 7 | false |
Set possible timing mode. Can be one of: bpm, ms or hz. Default is hz.
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 8 | false |
Set pulsator bpm. Default is 120. Allowed range is [30 - 300]. Only used if timing is set to bpm.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 9 | false | PulsatorBeatsPerMinute |
Set pulsator ms. Default is 500. Allowed range is [10 - 2000]. Only used if timing is set to ms.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 10 | false | PulsatorMilliseconds |
Set frequency in Hz. Default is 2. Allowed range is [0.01 - 100]. Only used if timing is set to hz.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | 11 | false | PulsatorFrequency |
Extension/Pulsator.RoughDraft.Extension.ps1 -Pulsator [[-PulsatorLevelIn] <Double>] [[-PulsatorLevelOut] <Double>] [[-PulsatorMode] <String>] [[-PulsatorAmount] <String>] [[-PulsatorOffsetLeft] <Double>] [[-PulsatorOffsetRight] <Double>] [[-PulsatorWidth] <Double>] [[-PulsatorTimingMode] <String>] [[-PulsatorBPM] <Double>] [[-PulsatorMS] <Double>] [[-PulsatorHZ] <Double>] [<CommonParameters>]