VisioForge Video Edit SDK (Delphi / ActiveX)
|
Sets the parameters for the Pitch Shift effect.
procedure Audio_Effects_PitchShift(Stream: Integer; ID: Integer; Pitch: Integer);
__fastcall Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
public Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
Public Sub Audio_Effects_PitchShift(Stream As Integer, ID As Integer, Pitch As Integer)
public Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
Audio_Effects_PitchShift(int Stream, int ID, int Pitch);
Audio_Effects_PitchShift
public Audio_Effects_PitchShift($Stream, $ID, $Pitch);
Parameters |
Description |
ID: Integer |
Effect ID. |
Pitch: Integer |
Specifies the pitch. Default value is 1000, which means that no pitch is done. A value of 2000 increases the playback by 200% and so on. |
Pitch shift filter to increase speed and pitch of audio data.
Copyright (c) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|