Adjust Pitch by a factor
Adjust audit pitch by a factor.
This is done by:
Edit-Media -InputPath .\a.mp3 -PitchFactor 1.25 # Adjust pitch by 125% (making audio more high pitched)
Edit-Media -InputPath .\a.mp3 -PitchFactor 0.9 # Adjust pitch by 90% (making audio lower pitched)
The Pitch Factor.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
true | 1 | false |
The pitch factor sample rate. When using Edit-Media, this will be automatically be detected from the first audio stream. When using Show-Media, this defaults to 44100
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | false |
Extension/PitchFactor.RoughDraft.Extension.ps1 [-PitchFactor] <Double> [[-PitchFactorSampleRate] <Int32>] [<CommonParameters>]