|
Change the audio pitch to male, female child voices in real time. You must set UsePitch property to true , otherwise it will not take effect.
Parameter Integer the range of pitch is -20 to 20, default is 0.
Remark This property is Read/Write.
Example
|
Visual Basic Syntax AudioCapture1.AudioDevice=0 AudioCapture1.AudioFileName="c:\test.mp3" AudioCapture1.AudioInputPin = 0 AudioCapture1.MP3AudioBitrate=128 AudioCapture1.UsePitch= True AudioCapture1.PitchValue=10 AudioCapture1.OutputType=AUDIO_MP3 AudioCapture1.Start
|
|
|