BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_PITCHSHIFT Constructor (Single, Single, Int64, Int64)

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.17.5
Syntax

public BASS_BFX_PITCHSHIFT(
	float PitchShift,
	float Semitones,
	long FFTsize,
	long 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: SystemInt64
Defines the FFT frame size used for the processing (1024, 2048, 4096 or 8192).
Osamp
Type: SystemInt64
Is the STFT oversampling factor which also determines the overlap between adjacent STFT frames (4...64).
See Also

Reference