VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Audio_Effects_PitchShift Method

Sets the parameters for the Pitch Shift effect.

Pascal
procedure Audio_Effects_PitchShift(ID: Integer; Pitch: Integer);
C++
__fastcall Audio_Effects_PitchShift(int ID, int Pitch);
C#
public Audio_Effects_PitchShift(int ID, int Pitch);
Visual Basic
Public Sub Audio_Effects_PitchShift(ID As Integer, Pitch As Integer)
Java
public Audio_Effects_PitchShift(int ID, int Pitch);
IDL
Audio_Effects_PitchShift(int ID, int Pitch);
JavaScript
Audio_Effects_PitchShift
PHP
public Audio_Effects_PitchShift($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) 2012. All rights reserved.
What do you think about this topic? Send feedback!