BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_PITCHSHIFT Constructor (Single, Single, Int32, Int32)

BASS.NET API for the Un4seen BASS Audio Library
Constructor already setting the members.

Namespace:  Un4seen.Bass.AddOn.Fx
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax

public BASS_BFX_PITCHSHIFT(
	float PitchShift,
	float Semitones,
	int FFTsize,
	int Osamp
)

Parameters

PitchShift
Type: SystemSingle
A factor value which is between 0.5 (one octave down) and 2 (one octave up).
Semitones
Type: SystemSingle
Semitones (0 won't change the pitch).
FFTsize
Type: SystemInt32
Defines the FFT frame size used for the processing (1024, 2048, 4096 or 8192).
Osamp
Type: SystemInt32
Is the STFT oversampling factor which also determines the overlap between adjacent STFT frames (4...64).
See Also

Reference