better autotune speed
This commit is contained in:
@ -83,9 +83,9 @@ public:
|
||||
void AddMidiNote(int note);
|
||||
void RemoveMidiNote(int note);
|
||||
void SetFormantPreserve(float val) { formant_preserve = val; }
|
||||
void SetAutoTuneSpeed(float val) { out_period_filter_amount = 1 - val; }
|
||||
void SetAutoTuneSpeed(float val);
|
||||
|
||||
int out_midi = -1;
|
||||
float out_midi = 40;
|
||||
|
||||
private:
|
||||
void DetectPitch(const float* const* in, float** out, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user