Movie Player ActiveX Control

ChangePitch

 

Change the audio pitch to male, female child voices in real time.

Public Function ChangePitch( _
  ByVal iPitch As Double
)

 

Parameter
iPitch
the range of pitch is -12 to 12. By default is 0.

Return Value
True - Success, False- Failed

Example

   

Visual Basic Syntax
MoviePlayer1.FileName ="c:\test.mpg"
MoviePlayer1.Play
MoviePLayer.ChangePitch 10