better autotune speed

This commit is contained in:
michalcourson
2025-10-30 19:49:58 -04:00
parent d68a6d5c2a
commit 098bd49cb5
3 changed files with 59 additions and 16 deletions

View File

@ -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);