Fix compiler warnings with VC++

This commit is contained in:
Chris Cannam
2021-10-20 13:35:06 +01:00
parent 937eefd501
commit 7be734f75b
3 changed files with 15 additions and 13 deletions

View File

@@ -139,7 +139,7 @@ private:
int minlen, int maxlen) const;
void sinc_multiply(double peak_to_zero, std::vector<double> &buf) const;
params fill_params(double ratio, int num, int denom) const;
params fill_params(double ratio, double numd, double denomd) const;
params pick_params(double ratio) const;
std::vector<double> make_filter(int filter_length,